Searched refs:search (Results 51 - 75 of 169) sorted by relevance

1234567

/freebsd-13-stable/lib/libc/stdlib/
H A Dtsearch.c30 #include <search.h>
H A Dtdelete.c30 #include <search.h>
37 * Makes a step to the left along the binary search tree. This step is
58 /* Makes a step to the right along the binary search tree. */
/freebsd-13-stable/lib/libc/tests/stdlib/
H A Dtsearch_test.c31 #include <search.h>
/freebsd-13-stable/contrib/tcsh/
H A Dsh.func.c58 static void search (int, int, Char *);
108 * Binary search Bp1 is the beginning of the current search range. Bp2 is
370 search(TC_IF, 0, NULL);
408 search(TC_ELSE, 0, NULL);
436 search(TC_BREAK, 0, NULL);
442 search(TC_GOTO, 0, lab);
467 search(TC_SWITCH, 0, lp);
612 search(TC_BREAK, 0, NULL); /* read the expression in */
701 search(TC_BRKS
749 search(int type, int level, Char *goal) function
[all...]
/freebsd-13-stable/usr.sbin/ypldap/
H A Daldap.h64 } search; member in union:aldap_message::__anon16727
/freebsd-13-stable/usr.bin/bsdiff/bsdiff/
H A Dbsdiff.c65 static off_t search(off_t *I,u_char *old,off_t oldsize, function
85 return search(I,old,oldsize,new,newsize,x,en,pos);
87 return search(I,old,oldsize,new,newsize,st,x,pos);
214 len=search(I,old,oldsize,new+scan,newsize-scan,
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBModule.i414 re_match = key.search(name)
421 re_match = key.search(mangled)
471 re_match = key.search(name)
511 re_match = key.search(fullpath)
H A DSBValueList.i161 re_match = key.search(value.name)
/freebsd-13-stable/share/mk/
H A Dsrc.lua.mk36 # Otherwise, consumers will have to settle for a PATH search and PATH being
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_bookmark.c970 * 'search' must be zeroed so that dbn_flags (which is used in
974 dsl_bookmark_node_t search = { 0 }; local
995 num_ints, &search.dbn_phys, mt, realname, sizeof (realname), NULL));
997 search.dbn_name = realname;
998 dsl_bookmark_node_t *dbn = avl_find(&ds->ds_bookmarks, &search, NULL);
1289 dsl_bookmark_node_t search = { 0 }; local
1291 search.dbn_phys.zbm_creation_txg =
1293 search.dbn_phys.zbm_flags = ZBM_FLAG_HAS_FBN;
1298 search.dbn_name = "";
1299 VERIFY3P(avl_find(&head->ds_bookmarks, &search,
1416 dsl_bookmark_node_t search = { 0 }; local
[all...]
H A Dspa_misc.c580 static spa_t search; /* spa_t is large; don't allocate on stack */ local
587 (void) strlcpy(search.spa_name, name, sizeof (search.spa_name));
593 cp = strpbrk(search.spa_name, "/@#");
597 spa = avl_find(&spa_namespace_avl, &search, &where);
961 spa_aux_t search; local
964 search.aux_guid = vd->vdev_guid;
965 if ((aux = avl_find(avl, &search, &where)) != NULL) {
978 spa_aux_t search; local
982 search
998 spa_aux_t search, *found; local
1023 spa_aux_t search, *found; local
[all...]
/freebsd-13-stable/sys/netinet6/
H A Dnd6_rtr.c613 struct nd_pfxrouter *search; local
617 LIST_FOREACH(search, &pr->ndpr_advrtrs, pfr_entry) {
618 if (search->router == dr)
621 return (search);
1309 struct nd_prefix *search; local
1313 LIST_FOREACH(search, &V_nd_prefix, ndpr_entry) {
1314 if (key->ndpr_ifp == search->ndpr_ifp &&
1315 key->ndpr_plen == search->ndpr_plen &&
1317 &search->ndpr_prefix.sin6_addr, key->ndpr_plen)) {
1318 nd6_prefix_ref(search);
1328 struct nd_prefix *search; local
[all...]
/freebsd-13-stable/usr.sbin/arp/
H A Darp.c87 static int search(u_long addr, action_fn *action);
185 search(0, print_entry);
208 search(0, nuke_entry);
444 found = search(addr->sin_addr.s_addr, print_entry);
528 search(u_long addr, action_fn *action) function
/freebsd-13-stable/usr.bin/grep/
H A Dutil.c125 * Processes a directory when a recursive search is performed with
411 * Internal implementation of literal string search within a string, modeled
423 const char *search; local
439 search = (subject + ofs);
440 if ((unsigned long)pat->len > strlen(search))
442 sub = strstr_fn(search, pat->pat);
452 pmatch[idx].rm_so = ofs + (sub - search);
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c266 zfs_snapentry_t *se, search; local
270 search.se_name = (char *)snapname;
271 se = avl_find(&zfs_snapshots_by_name, &search, NULL);
286 zfs_snapentry_t *se, search; local
290 search.se_spa = spa;
291 search.se_objsetid = objsetid;
292 se = avl_find(&zfs_snapshots_by_objsetid, &search, NULL);
/freebsd-13-stable/contrib/mandoc/
H A Dcgi.c48 * A query as passed to the search function.
418 printf(" <input type=\"search\" name=\"query\" value=\"");
953 struct mansearch search; local
973 search.arch = req->q.arch;
974 search.sec = req->q.sec;
975 search.outkey = "Nd";
976 search.argmode = req->q.equal ? ARG_NAME : ARG_EXPR;
977 search.firstmatch = 1;
1018 else if (mansearch(&search, &paths, argc, argv, &res, &ressz) == 0)
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_iter.c268 zfs_node_t search; local
270 search.zn_handle = zhp;
271 node = avl_find(avl, &search, NULL);
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dedit.c1007 static int search = 0; local
1012 if (search) {
1016 search = 0;
1096 search = 1;
/freebsd-13-stable/lib/libedit/
H A DMakefile20 parse.c prompt.c read.c readline.c refresh.c search.c sig.c \
/freebsd-13-stable/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py105 m = re.search(r"([0-9]+) Tests ([0-9]+) Failures ([0-9]+) Ignored", summary)
/freebsd-13-stable/crypto/heimdal/lib/wind/
H A Dgen-normalize.py139 if v[4] and not re.search('<[a-zA-Z]+> *', v[4]) and not exclusions.has_key(k)])
/freebsd-13-stable/crypto/openssl/
H A DNOTES.PERL84 favorite package manager. Usually, all you need to do is search
89 $ apt-cache search Text::Template
/freebsd-13-stable/usr.sbin/rtadvd/
H A Dtimer.c47 #include <search.h>
/freebsd-13-stable/contrib/openresolv/
H A Dlibc.in85 prepend_search="$(key_get_value "search " "$base")"
182 newconf="${newconf}search $newsearch$NL"
189 stuff="$($list_resolv | keys_remove nameserver domain search)"
/freebsd-13-stable/contrib/googletest/googletest/scripts/
H A Dpump.py172 m = regex.search(line)
245 m = regex.search(line)
263 m = re.search(regex, line)
272 m = re.search(regex, line)
780 return re.search(r'/\* IWYU pragma: ', line)
787 re.search(r'// IWYU pragma: ', line))

Completed in 244 milliseconds

1234567