Searched refs:search (Results 151 - 175 of 196) sorted by relevance

12345678

/freebsd-current/sys/geom/raid/
H A Dmd_sii.c939 goto search;
961 search:
H A Dmd_nvidia.c857 goto search;
872 search:
H A Dmd_intel.c1515 goto search;
1538 search:
H A Dmd_promise.c1125 goto search;
1153 search:
/freebsd-current/sys/conf/
H A Dkern.post.mk108 # Ports search for some dependencies in PATH, so add the location of the
/freebsd-current/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c36 #include <search.h>
/freebsd-current/usr.bin/bc/
H A Dbc.y42 #include <search.h>
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp175 // If S is the empty string, then search for any letter instead (makes sense
185 P = std::search(C, End, S.begin(), S.end());
196 // If not start of word but required, skip and search again.
246 // Advance 1-past previous next/search.
247 // Behavior is undefined if previous next/search failed.
253 // Return the text matched by the previous next/search.
254 // Behavior is undefined if previous next/search failed.
277 // Previous next/search subject start.
281 // Previous next/search subject end (1-past).
428 // Otherwise, search fo
[all...]
/freebsd-current/include/
H A DMakefile30 search.h semaphore.h setjmp.h \
/freebsd-current/contrib/nvi/vi/
H A Dv_txt.c264 #define IS_RESTART 0x01 /* Reset the incremental search. */
265 #define IS_RUNNING 0x02 /* Incremental search turned on. */
671 * search, regardless if the entire pattern was found.
863 * entered a pattern, return a completed search, regardless if
1008 * colon command line because the cursor is at the last search
1027 /* Reset if we deleted an incremental search character. */
1092 * Overwrite erased characters if doing incremental search;
1124 /* Reset if we deleted an incremental search character. */
1166 * Overwrite erased characters if doing incremental search;
1176 /* Reset if we deleted an incremental search characte
[all...]
/freebsd-current/sys/net/
H A Dif_lagg.c2352 goto search;
2363 search:
/freebsd-current/share/mk/
H A Dbsd.sys.mk273 # resource dir to the end of the search paths. This ensures that headers such as
H A Ddirdeps.mk56 # Also, for each fully qualified directory target, we will search
/freebsd-current/contrib/less/
H A Dsearch.c12 * Routines to search a file for a pattern.
59 * search for constant-time lookup if the next search is near enough to
111 * search pattern and filter pattern.
161 * Compile and save a search pattern.
202 * Initialize search variables.
228 * Is there a previous (remembered) search pattern?
336 * Toggle or clear search string highlighting.
427 * distance, don't keep doing a linear search!
1016 * Figure out where to start a search
1497 public int search(int search_type, char *pattern, int n) function
[all...]
/freebsd-current/sbin/pfctl/
H A Dpfctl_altq.c39 #include <search.h>
H A Dpfctl_parser.c51 #include <search.h>
/freebsd-current/contrib/libucl/src/
H A Ducl_util.c1497 bool allow_url = false, search = false; local
1610 if ((search = ucl_include_file (ipath, strlen (ipath),
1619 if (search == true) {
1624 "cannot find file: %.*s in search path",
/freebsd-current/sys/contrib/zstd/programs/
H A Dfileio.c817 const char* search = strrchr(path, separator); local
818 if (search == NULL) return path;
819 return search+1;
/freebsd-current/usr.sbin/rtadvd/
H A Dconfig.c58 #include <search.h>
810 /* DNS server and DNS search list information */
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps.mk56 # Also, for each fully qualified directory target, we will search
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c2237 find_vdev(nvlist_t *nv, uint64_t search) argument
2244 search == guid)
2250 if (find_vdev(child[c], search))
3876 * -s Scan using the default search path, the libblkid cache will
4111 target_exists_args_t search = {searchname, searchguid}; local
4112 pool_exists = zpool_iter(g_zfs, name_or_guid_exists, &search);
4116 * Check the environment for the preferred search path.
4196 * the pool config, we will only search devices in these
5608 * return 0. If pool_name is NULL, then search all pools.
/freebsd-current/lib/libc++/
H A DMakefile469 ALG_HEADERS+= search.h
/freebsd-current/contrib/libxo/xohtml/external/
H A Djquery.qtip.js976 if((typeof state).search('boolean|number')) { state = !visible; }
/freebsd-current/contrib/unbound/
H A Dltmain.sh223 # to search for them ourselves - except when the results are already set
226 # Unless the user overrides by setting SED, search the path for either GNU
268 # Unless the user overrides by setting GREP, search the path for either GNU
310 # in the command search PATH.
3733 -LLIBDIR search LIBDIR for required installed libraries
5473 # Add the dll search path components to the executable PATH
6049 /* no slashes; search PATH */
6130 /* search backwards for last DIR_SEPARATOR */
7974 # Remove this search path later
7979 # Remove this search pat
[all...]
/freebsd-current/crypto/heimdal/
H A Dltmain.sh2416 -LLIBDIR search LIBDIR for required installed libraries
4092 # Add the dll search path components to the executable PATH
4665 /* no slashes; search PATH */
4746 /* search backwards for last DIR_SEPARATOR */
6515 # Remove this search path later
6520 # Remove this search path later
6640 # search path.
6665 # We only need to search for static libraries
6714 # search path.
7019 # Add the search path
[all...]

Completed in 301 milliseconds

12345678