Home
last modified time | relevance | path

Searched refs:searched (Results 1 – 25 of 130) sorted by relevance

123456

/OK3568_Linux_fs/u-boot/env/
H A Dattr.c203 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 Dlocal.py50 searched = []
59 searched.extend(hist)
64 searched.append(dldirfile)
65 return searched
66 return searched
/OK3568_Linux_fs/kernel/fs/omfs/
H A Dfile.c195 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 Dsiteinfo.bbclass186 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 Dimage-postinst-intercepts.bbclass11 searched = oe.path.which_wild('*', ':'.join(search_paths), candidates=True)
13 for pathname, candidates in searched:
H A Dimage_types_wic.bbclass48 searched = bb.utils.which(search_path, f)
49 if searched:
50 return searched
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dmeta-ide-support.bb16 sitefiles, searched = siteinfo_get_files(d, sysrootcache=False)
18 d.appendVarFlag("do_populate_ide_support", "file-checksums", " " + " ".join(searched))
H A Dmeta-environment.bb51 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 Dkdb_io.c515 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 Drequest-key.rst179 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 Dmulti_spl.its8 * 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 Dmemchr.S72 # Deal with the case where at most 8 bytes remain to be searched
104 # searched. $16 may not be aligned.
H A Dev6-memchr.S72 # 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 DUse-cross-cpp-in-incdefs.patch21 # Get list of directories searched for header files.
/OK3568_Linux_fs/kernel/Documentation/driver-api/firmware/
H A Dfw_search_path.rst26 searched for there first.
/OK3568_Linux_fs/buildroot/package/sdl_mixer/
H A D0002-configure__set_macro_directory.patch10 on the command line, ensures that it is properly searched in the correct
/OK3568_Linux_fs/buildroot/package/asterisk/
H A D0002-configure-fix-detection-of-libcrypt.patch6 The crypt() function is searched in two locations: -lcrypt and the
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/
H A Dperl-dynloader.patch3 Allow the location that .so files are searched for for dynamic
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0029-clang-Do-not-use-install-relative-libc-headers.patch7 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 D0006-libbase.mk-modifications-to-make-it-build-in-yocto-e.patch12 are searched in the output folder.
H A D0012-patching-libsparse.mk-to-build-in-yocto-environment.patch15 are searched in the output folder.
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/
H A Dlibcrypto_utils_mk_change_out_dir.patch8 are searched in the output folder.
H A D0001-libext4_utils.mk-modifications-to-make-it-build-in-y.patch12 are searched in the output folder.
/OK3568_Linux_fs/yocto/poky/scripts/contrib/bb-perf/
H A Dbuildstats-plot.sh57 -r recipe The recipe mask to be searched
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libunwind/libunwind/
H A Dmusl-header-conflict.patch14 headers, however with musl the gcc headers are searched after the standard

123456