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

12345678

/freebsd-12-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-12-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-12-stable/usr.sbin/bluetooth/sdpcontrol/
H A DMakefile6 SRCS= sdpcontrol.c search.c
/freebsd-12-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-12-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-12-stable/contrib/binutils/opcodes/
H A Dcgen-opc.c147 /* Initialize a keyword table search.
148 SPEC is a specification of what to search for.
152 The result is an opaque data item used to record the search status.
158 CGEN_KEYWORD_SEARCH search; local
167 search.table = kt;
168 search.spec = spec;
169 search.current_hash = 0;
170 search.current_entry = NULL;
171 return search;
178 cgen_keyword_search_next (CGEN_KEYWORD_SEARCH *search) argument
[all...]
/freebsd-12-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-12-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-12-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-12-stable/contrib/binutils/ld/
H A Dldfile.c97 /* Adds NAME to the library search path.
153 If we can't open the file as an object file, stop the search
307 search_dirs_type *search; local
335 for (search = search_head; search != NULL; search = search->next)
341 if (ldemul_open_dynamic_archive (arch, search, entry))
343 entry->sysrooted = search->sysrooted;
348 string = xmalloc (strlen (search
472 search_dirs_type *search; local
[all...]
/freebsd-12-stable/contrib/googletest/googletest/xcode/Scripts/
H A Dversiongenerate.py77 version_values = version_expression.search(opening_string)
/freebsd-12-stable/sbin/dhclient/tests/
H A DMakefile7 tables.c fake.c option-domain-search.c
/freebsd-12-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-12-stable/libexec/mknetid/
H A Dparse_group.c106 grscan(int search, int gid) argument
131 if (search && _gr_group.gr_gid != gid)
/freebsd-12-stable/sys/security/mac_veriexec/
H A Dveriexec_metadata.c91 * @param head meta-data list to search
171 struct veriexec_devhead *search[3]; local
175 /* Determine the order of the lists to search */
177 search[0] = &veriexec_file_dev_head;
178 search[1] = &veriexec_dev_head;
180 search[0] = &veriexec_dev_head;
181 search[1] = &veriexec_file_dev_head;
183 search[2] = NULL;
189 for (ip = NULL, x = 0; ip == NULL && search[x]; x++)
190 ip = get_veriexec_file(search[
[all...]
/freebsd-12-stable/contrib/nvi/ex/
H A Dtag.h31 char **paths; /* Array of search paths for this cscope. */
87 CHAR_T *search; /* Search string. */ member in struct:_tag

Completed in 147 milliseconds

12345678