| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/wipe/files/ |
| H A D | makefile-add-ldflags.patch | 12 wipe : $(OBJECTS) 13 - $(CC) $(CCO) $(OBJECTS) -o wipe 14 + $(CC) $(CCO) $(LDFLAGS) $(OBJECTS) -o wipe 16 wipe.o : wipe.c random.h misc.h version.h 17 $(CC) $(CCO) $(CCOC) wipe.c -o wipe.o
|
| H A D | support-cross-compile-for-linux.patch | 26 rm -f wipe $(OBJECTS) wipe.tr-asc.1 version.h 29 - install -m755 -o root -g root wipe $(DESTDIR)/usr/bin 31 + install -m755 -o root -g root wipe $(DESTDIR)$(bindir)
|
| /OK3568_Linux_fs/buildroot/package/wipe/ |
| H A D | wipe.mk | 8 WIPE_SITE = http://downloads.sourceforge.net/project/wipe/wipe/$(WIPE_VERSION) 9 WIPE_SOURCE = wipe-$(WIPE_VERSION).tar.bz2 14 $(INSTALL) -D -m 0755 $(@D)/wipe $(TARGET_DIR)/usr/bin/wipe
|
| H A D | 0001-musl.patch | 9 Patch sent upstream: https://sourceforge.net/p/wipe/patches/4/ 13 diff -uNr wipe-2.3.1.org/rand.h wipe-2.3.1/rand.h 14 --- wipe-2.3.1.org/rand.h 2003-12-03 04:01:02.000000000 +0100 15 +++ wipe-2.3.1/rand.h 2016-01-31 21:39:54.000000000 +0100
|
| H A D | Config.in | 2 bool "wipe" 7 http://wipe.sourceforge.net
|
| H A D | wipe.hash | 2 sha256 463916370f9b35bb34419c2c0ae3dc4c0a471db32e8595afa1d14c0337b61aa0 wipe-2.3.1.tar.bz2
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/wipe/ |
| H A D | wipe_0.24.bb | 5 5.5.1, Solaris 2.6. wipe is released under the GPL. Pre-compiled \ 7 Under Debian, the package name is wipe" 8 HOMEPAGE = "http://lambda-diode.com/software/wipe/" 12 SRC_URI = "git://github.com/berke/wipe.git;branch=master;protocol=https \
|
| /OK3568_Linux_fs/buildroot/package/wireshark/ |
| H A D | 0001-cmake-lemon-wipe-CMAKE_-EXE_LINKER_FLAGS-SYSROOT-if-.patch | 4 Subject: [PATCH] cmake: lemon: wipe CMAKE_{EXE_LINKER_FLAGS,SYSROOT} if needed
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | inode.c | 891 int *wipe) in ocfs2_query_inode_wipe() argument 897 *wipe = 0; in ocfs2_query_inode_wipe() 973 *wipe = 1; in ocfs2_query_inode_wipe() 996 int wipe, status; in ocfs2_delete_inode() local 1064 status = ocfs2_query_inode_wipe(inode, di_bh, &wipe); in ocfs2_delete_inode() 1065 if (!wipe || status < 0) { in ocfs2_delete_inode()
|
| /OK3568_Linux_fs/buildroot/package/android-tools/ |
| H A D | 0009-Fix-makefiles-for-out-of-tree-ext4_utils-build.patch | 24 SRCS+=wipe.c
|
| H A D | 0001-Fix-makefiles-for-out-of-tree-build.patch | 144 SRCS+= wipe.c
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/ |
| H A D | fastboot.mk | 31 libext4_utils_SRC_FILES += wipe.c
|
| H A D | ext4_utils.mk | 25 libext4_utils_SRC_FILES += wipe.c
|
| H A D | adbd.mk | 115 libext4_utils_SRC_FILES += wipe.c
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/connman/ |
| H A D | CVE-2022-32293_p1.patch | 132 /* If there is already an existing context, we wipe it */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| H A D | signing-keys.bb | 76 # it cleans ${B} and will wipe any keys exported by do_get_public_keys.
|
| H A D | cve-update-db-native.bb | 88 # just wipe any leftovers and force the DB to be recreated. 98 # just wipe any leftovers and force the DB to be recreated.
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-crypt.c | 97 int (*wipe)(struct crypt_config *cc); member 1079 .wipe = crypt_iv_lmk_wipe, 1088 .wipe = crypt_iv_tcw_wipe, 1106 .wipe = crypt_iv_elephant_wipe, 2614 if (cc->iv_gen_ops && cc->iv_gen_ops->wipe) { in crypt_wipe_key() 2615 r = cc->iv_gen_ops->wipe(cc); in crypt_wipe_key()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/ |
| H A D | weston_10.0.2.bb | 98 # Weston doesn't need the .la files to load modules, so wipe them
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/nvdimm/ |
| H A D | security.rst | 32 overwrite <keyid> - wipe the entire nvdimm.
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | X11Application.m | 1548 /* If we have past a second since the last scroll, wipe the slate 1557 /* If we changed directions, wipe the slate clean */ 1590 /* If we changed directions, wipe the slate clean */
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-2.3.rst | 142 - ``wipe-sysroot``: The ``wipe-sysroot`` script has been removed as
|
| H A D | release-notes-4.0.4.rst | 70 - externalsrc: Don't wipe out src dir when EXPORT_FUNCTIONS is used.
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/conf/ |
| H A D | local.conf.sample | 60 # You can wipe out TMPDIR leaving this directory intact and the build would regenerate
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-block | 235 contiguous blocks on storage. This can be used to wipe
|