Searched refs:search (Results 26 - 50 of 1101) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A DDSAextract.py64 if not arrowexp.search(buffer):
69 if regexp.search(buffer):
97 if arrowexp.search(buffer):
106 elif nodeexp.search(buffer): #this is a node line
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
H A DMakefile.in21 SRCS = init.c bind.c search.c config.c referral.c
22 OBJS = init.lo bind.lo search.lo config.lo referral.lo
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-passwd/
H A DMakefile.in16 SRCS = search.c config.c init.c
17 OBJS = search.lo config.lo init.lo
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dparent-map.h72 const cooked_index_entry *find (addr_type search) const
74 return static_cast<const cooked_index_entry *> (m_map.find (search));
107 const cooked_index_entry *find (parent_map::addr_type search) const
112 = static_cast<const cooked_index_entry *> (iter->find (search));
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dgdb_regex.h49 int search (const char *string, int size, int startpos,
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dgdb_regex.h49 int search (const char *string, int size, int startpos,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Ddriver-arm.c124 const char *search[] = {NULL, "arch"}; local
129 search[0] = argv[0];
130 for (opt = 0; opt < ARRAY_SIZE (search); opt++)
132 if (strcmp (configure_default_options[i].name, search[opt]) == 0)
133 return concat ("-m", search[opt], "=",
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Ddriver-arm.cc124 const char *search[] = {NULL, "arch"}; local
129 search[0] = argv[0];
130 for (opt = 0; opt < ARRAY_SIZE (search); opt++)
132 if (strcmp (configure_default_options[i].name, search[opt]) == 0)
133 return concat ("-m", search[opt], "=",
/netbsd-current/tests/lib/libc/string/
H A Dt_memmem.c115 char *search = src + pg - i; local
117 search[-1] = str[0];
118 search[0] = str[0];
119 search[1] = str[0];
121 ATF_CHECK(memmem(search, i, match, i) != search);
/netbsd-current/external/bsd/dhcpcd/dist/hooks/
H A D20-resolv.conf35 # Build the search list
38 search=$(cd "$resolv_conf_dir"; \
39 key_get_value "search " ${interfaces})
42 [ -n "$2" ] && search="$search $*"
43 [ -n "$search" ] && search="$(uniqify $search)"
44 [ "$domain" = "$search" ] && search
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dcgen-opc.c142 /* Initialize a keyword table search.
143 SPEC is a specification of what to search for.
147 The result is an opaque data item used to record the search status.
153 CGEN_KEYWORD_SEARCH search; local
162 search.table = kt;
163 search.spec = spec;
164 search.current_hash = 0;
165 search.current_entry = NULL;
166 return search;
173 cgen_keyword_search_next (CGEN_KEYWORD_SEARCH *search) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dcgen-opc.c142 /* Initialize a keyword table search.
143 SPEC is a specification of what to search for.
147 The result is an opaque data item used to record the search status.
153 CGEN_KEYWORD_SEARCH search; local
162 search.table = kt;
163 search.spec = spec;
164 search.current_hash = 0;
165 search.current_entry = NULL;
166 return search;
173 cgen_keyword_search_next (CGEN_KEYWORD_SEARCH *search) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dcgen-opc.c142 /* Initialize a keyword table search.
143 SPEC is a specification of what to search for.
147 The result is an opaque data item used to record the search status.
153 CGEN_KEYWORD_SEARCH search; local
162 search.table = kt;
163 search.spec = spec;
164 search.current_hash = 0;
165 search.current_entry = NULL;
166 return search;
173 cgen_keyword_search_next (CGEN_KEYWORD_SEARCH *search) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dcgen-opc.c142 /* Initialize a keyword table search.
143 SPEC is a specification of what to search for.
147 The result is an opaque data item used to record the search status.
153 CGEN_KEYWORD_SEARCH search; local
162 search.table = kt;
163 search.spec = spec;
164 search.current_hash = 0;
165 search.current_entry = NULL;
166 return search;
173 cgen_keyword_search_next (CGEN_KEYWORD_SEARCH *search) argument
[all...]
/netbsd-current/usr.bin/ldd/
H A DMakefile.elf7 SRCS+= xmalloc.c debug.c expand.c map_object.c load.c search.c \
/netbsd-current/crypto/external/bsd/openssl.old/dist/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...]
/netbsd-current/lib/libc/stdlib/
H A Dremque.c35 #include <search.h>
/netbsd-current/usr.sbin/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...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dgen-punycode-examples.py67 m = re.search('^ *\([A-Z]\) *(.*)$', l);
72 m = re.search('^ *([uU]+.*) *$', l)
76 m = re.search('^ *Punycode: (.*) *$', l)
/netbsd-current/usr.bin/what/
H A Dwhat.c51 static void search(void);
89 search();
97 search(void) function
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dossl_store_test.c43 OSSL_STORE_SEARCH *search = NULL; local
48 && TEST_ptr(search = OSSL_STORE_SEARCH_by_alias("nothing"))
53 && TEST_true(OSSL_STORE_find(sctx, search));
55 OSSL_STORE_SEARCH_free(search);
64 OSSL_STORE_SEARCH *search = NULL; local
66 ret = TEST_ptr_null(search = OSSL_STORE_SEARCH_by_key_fingerprint(
68 OSSL_STORE_SEARCH_free(search);
/netbsd-current/external/bsd/mdocml/dist/
H A Dmain.c119 struct mansearch search; local
172 memset(&search, 0, sizeof(struct mansearch));
173 search.outkey = "Nd";
177 search.argmode = ARG_NAME;
179 search.argmode = ARG_EXPR;
181 search.argmode = ARG_WORD;
183 search.argmode = ARG_NAME;
185 search.argmode = ARG_FILE;
201 if (c == 'i' && search.argmode == ARG_EXPR) {
216 search
907 struct mansearch search; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/store/
H A Dstore_lib.c307 int OSSL_STORE_find(OSSL_STORE_CTX *ctx, const OSSL_STORE_SEARCH *search) argument
315 if (search == NULL) {
341 switch (search->search_type) {
343 if ((name_der_sz = i2d_X509_NAME(search->name,
351 if ((name_der_sz = i2d_X509_NAME(search->name,
353 && (number = ASN1_INTEGER_to_BN(search->serial, NULL)) != NULL
363 EVP_MD_get0_name(search->digest),
367 search->string,
368 search->stringlength))
373 (char *)search
853 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); local
868 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); local
885 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); local
910 OSSL_STORE_SEARCH *search = OPENSSL_zalloc(sizeof(*search)); local
924 OSSL_STORE_SEARCH_free(OSSL_STORE_SEARCH *search) argument
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/hkpd/
H A Dhkpd.c98 response(int sock, const int code, const char *search, const int get, char *buf, int cc, const char *out) argument
108 "Error handling request: No keys found for '%s'\r\n", search);
114 (void) snprintf(item, sizeof(item), "Search results for '%s'", search);
212 char search[BUFSIZ]; local
223 /* GET /pks/lookup?search=agc%40netbsd.org&op=index&options=mr HTTP/1.1\n */
226 #define SEARCHTERM "search=([^ \t&]+)"
275 (void) fprintf(stderr, "no search term in request\n");
285 search,
286 sizeof(search));
293 if (netpgp_match_keys_json(netpgp, &cp, search, "huma
[all...]
/netbsd-current/external/bsd/openldap/dist/tests/progs/
H A DMakefile.in16 PROGRAMS = slapd-tester slapd-search slapd-read slapd-addel slapd-modrdn \
20 slapd-tester.c slapd-search.c slapd-read.c slapd-addel.c \
41 slapd-search: slapd-search.o $(OBJS) $(XLIBS)
42 $(LTLINK) -o $@ slapd-search.o $(OBJS) $(LIBS)

Completed in 238 milliseconds

1234567891011>>