| /OK3568_Linux_fs/u-boot/env/ |
| H A D | attr.c | 203 static int reverse_name_search(const char *searched, const char *search_for, in reverse_name_search() argument 207 const char *cur_searched = searched; in reverse_name_search() 214 *result = searched; in reverse_name_search() 215 return strlen(searched); in reverse_name_search() 231 while (*prevch == ' ' && prevch >= searched) in reverse_name_search() 239 if (match != searched && in reverse_name_search() 241 prevch != searched - 1) in reverse_name_search()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | local.py | 50 searched = [] 59 searched.extend(hist) 64 searched.append(dldirfile) 65 return searched 66 return searched
|
| /OK3568_Linux_fs/kernel/fs/omfs/ |
| H A D | file.c | 195 sector_t searched = 0; in find_block() local 200 if (block >= searched && in find_block() 201 block < searched + numblocks) { in find_block() 206 *left = numblocks - (block - searched); in find_block() 209 block - searched; in find_block() 211 searched += numblocks; in find_block()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | siteinfo.bbclass | 186 searched = [] 191 searched.append(filename + ":True") 194 searched.append(filename + ":False") 200 for s in searched: 202 searched = searched2 208 searched = [] 211 return sitefiles, searched 221 return sitefiles, searched
|
| H A D | image-postinst-intercepts.bbclass | 11 searched = oe.path.which_wild('*', ':'.join(search_paths), candidates=True) 13 for pathname, candidates in searched:
|
| H A D | image_types_wic.bbclass | 48 searched = bb.utils.which(search_path, f) 49 if searched: 50 return searched
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| H A D | meta-ide-support.bb | 16 sitefiles, searched = siteinfo_get_files(d, sysrootcache=False) 18 d.appendVarFlag("do_populate_ide_support", "file-checksums", " " + " ".join(searched))
|
| H A D | meta-environment.bb | 51 sitefiles, searched = siteinfo_get_files(d, sysrootcache=False) 52 d.appendVarFlag("do_generate_content", "file-checksums", " " + " ".join(searched))
|
| /OK3568_Linux_fs/kernel/kernel/debug/kdb/ |
| H A D | kdb_io.c | 515 static int kdb_search_string(char *searched, char *searchfor) in kdb_search_string() argument 521 len1 = strlen(searched)-1; in kdb_search_string() 528 if (!strncmp(searched, searchfor, len2)) in kdb_search_string() 531 if (!strncmp(searched+len1-len2, searchfor, len2)) in kdb_search_string() 535 cp = searched; in kdb_search_string()
|
| /OK3568_Linux_fs/kernel/Documentation/security/keys/ |
| H A D | request-key.rst | 179 1) If extant, the process's thread keyring is searched. 181 2) If extant, the process's process keyring is searched. 183 3) The process's session keyring is searched. 188 a) If extant, the calling process's thread keyring is searched. 190 b) If extant, the calling process's process keyring is searched. 192 c) The calling process's session keyring is searched.
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | multi_spl.its | 8 * For booting U-Boot, "firmware" is searched first. If not found, "loadables" 10 * enabled, "kernel" is searched first. If not found, it falls back to the
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | memchr.S | 72 # Deal with the case where at most 8 bytes remain to be searched 104 # searched. $16 may not be aligned.
|
| H A D | ev6-memchr.S | 72 # Deal with the case where at most 8 bytes remain to be searched 124 # searched. $16 may not be aligned.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/linuxptp/linuxptp/ |
| H A D | Use-cross-cpp-in-incdefs.patch | 21 # Get list of directories searched for header files.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/firmware/ |
| H A D | fw_search_path.rst | 26 searched for there first.
|
| /OK3568_Linux_fs/buildroot/package/sdl_mixer/ |
| H A D | 0002-configure__set_macro_directory.patch | 10 on the command line, ensures that it is properly searched in the correct
|
| /OK3568_Linux_fs/buildroot/package/asterisk/ |
| H A D | 0002-configure-fix-detection-of-libcrypt.patch | 6 The crypt() function is searched in two locations: -lcrypt and the
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/ |
| H A D | perl-dynloader.patch | 3 Allow the location that .so files are searched for for dynamic
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0029-clang-Do-not-use-install-relative-libc-headers.patch | 7 to ensure that native sysroot install of libc++ is not searched for
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core/ |
| H A D | 0006-libbase.mk-modifications-to-make-it-build-in-yocto-e.patch | 12 are searched in the output folder.
|
| H A D | 0012-patching-libsparse.mk-to-build-in-yocto-environment.patch | 15 are searched in the output folder.
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/ |
| H A D | libcrypto_utils_mk_change_out_dir.patch | 8 are searched in the output folder.
|
| H A D | 0001-libext4_utils.mk-modifications-to-make-it-build-in-y.patch | 12 are searched in the output folder.
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/bb-perf/ |
| H A D | buildstats-plot.sh | 57 -r recipe The recipe mask to be searched
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libunwind/libunwind/ |
| H A D | musl-header-conflict.patch | 14 headers, however with musl the gcc headers are searched after the standard
|