Searched refs:search (Results 1 - 25 of 169) sorted by relevance

1234567

/freebsd-13-stable/lib/libc/stdlib/
H A Dhsearch.h31 #include <search.h>
H A Dhdestroy_r.c29 #include <search.h>
H A Dhcreate.c31 #include <search.h>
H A Dremque.c13 #include <search.h>
H A Dtfind.c4 * Tree search generalized from Knuth (6.2.2) Algorithm T just like
22 #include <search.h>
H A Dhcreate_r.c29 #include <search.h>
H A Dinsque.c13 #include <search.h>
H A Dtwalk.c4 * Tree search generalized from Knuth (6.2.2) Algorithm T just like
21 #include <search.h>
/freebsd-13-stable/contrib/byacc/
H A Dvmsbuild.com88 $ if f$search("SYS$SYSTEM:VAXC.EXE").nes.""
92 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").nes.""
122 $ if f$search("SYS$SYSTEM:MMS.EXE").eqs.""
154 $ if f$search("BYACC.com") .nes. "" then delete BYACC.com;*
155 $ if f$search("*.exe") .nes. "" then delete *.exe;*
159 $ if f$search("*.obj") .nes. "" then delete *.obj;*
160 $ if f$search("*.bak") .nes. "" then delete *.bak;*
161 $ if f$search("*.lis") .nes. "" then delete *.lis;*
162 $ if f$search("*.log") .nes. "" then delete *.log;*
163 $ if f$search("*
[all...]
/freebsd-13-stable/usr.sbin/bluetooth/sdpcontrol/
H A DMakefile7 SRCS= sdpcontrol.c search.c
/freebsd-13-stable/crypto/heimdal/lib/wind/
H A Drfc3454.py50 m = re.search('^ *----- End Table ([A-Z0-9\.]+) ----- *$', l)
56 if re.search('^ *----- Start Table ([A-Z0-9\.]+) ----- *$', l):
H A Dgen-punycode-examples.py68 m = re.search('^ *\([A-Z]\) *(.*)$', l);
73 m = re.search('^ *([uU]+.*) *$', l)
77 m = re.search('^ *Punycode: (.*) *$', l)
H A Dgen-bidi.py83 m = re.search('^ *([0-9A-F]+)-([0-9A-F]+) *$', l)
90 m = re.search('^ *([0-9A-F]+) *$', l)
/freebsd-13-stable/usr.bin/what/
H A Dwhat.c53 static bool search(bool, bool, FILE *);
83 if (search(sflag, qflag, stdin))
96 if (search(sflag, qflag, in))
112 search(bool one, bool quiet, FILE *in) function
/freebsd-13-stable/crypto/openssl/crypto/store/
H A Dstore_lib.c150 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, OSSL_STORE_SEARCH *search) argument
163 return ctx->loader->find(ctx->loader_ctx, search);
488 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); local
490 if (search == NULL) {
496 search->search_type = OSSL_STORE_SEARCH_BY_NAME;
497 search->name = name;
498 return search;
504 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); local
522 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); local
550 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); local
565 OSSL_STORE_SEARCH_free(OSSL_STORE_SEARCH *search) argument
[all...]
/freebsd-13-stable/contrib/mandoc/
H A Dmain.c117 struct mansearch search; local
171 memset(&search, 0, sizeof(struct mansearch));
172 search.outkey = "Nd";
176 search.argmode = ARG_NAME;
178 search.argmode = ARG_EXPR;
180 search.argmode = ARG_WORD;
182 search.argmode = ARG_NAME;
184 search.argmode = ARG_FILE;
200 if (c == 'i' && search.argmode == ARG_EXPR) {
215 search
1008 struct mansearch search; local
[all...]
/freebsd-13-stable/contrib/mtree/
H A Dgetid.c219 grscan(int search, gid_t gid, const char *name) argument
226 if (!search)
241 if (grmatchline(search, gid, name))
248 grmatchline(int search, gid_t gid, const char *name) argument
254 /* name may be NULL if search is nonzero */
259 if (search && name && strcmp(_gr_group.gr_name, name))
268 if (search && name == NULL && _gr_group.gr_gid != gid)
367 pwscan(int search, uid_t uid, const char *name) argument
374 if (!search)
389 if (pwmatchline(search, ui
396 pwmatchline(int search, uid_t uid, const char *name) argument
[all...]
/freebsd-13-stable/sbin/dhclient/tests/
H A DMakefile7 tables.c fake.c option-domain-search.c
/freebsd-13-stable/contrib/googletest/googletest/xcode/Scripts/
H A Dversiongenerate.py77 version_values = version_expression.search(opening_string)
/freebsd-13-stable/crypto/openssl/apps/
H A Dstoreutl.c20 int expected, int criterion, OSSL_STORE_SEARCH *search,
72 OSSL_STORE_SEARCH *search = NULL; local
105 BIO_printf(bio_err, "%s: only one search type can be given.\n",
259 if ((search = OSSL_STORE_SEARCH_by_name(subject)) == NULL) {
271 if ((search = OSSL_STORE_SEARCH_by_issuer_serial(issuer, serial))
278 if ((search = OSSL_STORE_SEARCH_by_key_fingerprint(digest,
287 if ((search = OSSL_STORE_SEARCH_by_alias(alias)) == NULL) {
307 expected, criterion, search,
316 OSSL_STORE_SEARCH_free(search);
337 int expected, int criterion, OSSL_STORE_SEARCH *search,
336 process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, int expected, int criterion, OSSL_STORE_SEARCH *search, int text, int noout, int recursive, int indent, BIO *out, const char *prog) argument
[all...]
/freebsd-13-stable/libexec/mknetid/
H A Dparse_group.c106 grscan(int search, int gid) argument
131 if (search && _gr_group.gr_gid != gid)
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dopt-m-include-dir.mk4 # search path for the .include <...> directive.
40 # search path for the .include <...> directive and then includes a
41 # single file from that search path.
43 # This option adds .tmp/sub to the search path for .include <...>.
46 # This option does not add any directory to the search path since the
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c57 /* guid search data */
196 guid_search_t search = { 0 }; local
217 &search.gs_devid) == 0) &&
218 (zpool_iter(g_zfs_hdl, zfs_agent_iter_pool, &search)
221 pool_guid = search.gs_pool_guid;
223 vdev_guid = search.gs_vdev_guid;
224 devtype = search.gs_vdev_type;
234 if (search.gs_vdev_expandtime != 0 &&
235 search.gs_vdev_expandtime + 10 > tv.tv_sec) {
238 search
[all...]
/freebsd-13-stable/sys/security/mac_veriexec/
H A Dveriexec_metadata.c91 * @param head meta-data list to search
246 * @param head meta-data list to search
296 * @param head meta-data list to search
307 search:
335 goto search;
633 search:
695 * We now have to repeat our search!
697 goto search;
752 struct veriexec_devhead *search[3]; local
756 /* Determine the order of the lists to search */
[all...]
/freebsd-13-stable/contrib/nvi/ex/
H A Dtag.h29 char **paths; /* Array of search paths for this cscope. */
85 CHAR_T *search; /* Search string. */ member in struct:_tag

Completed in 218 milliseconds

1234567