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

1234567891011>>

/openbsd-current/etc/examples/
H A Drad.conf12 search example.org
/openbsd-current/usr.sbin/ldapd/
H A Dsearch.c1 /* $OpenBSD: search.c,v 1.26 2020/01/28 15:51:26 bket Exp $ */
38 struct search *search);
66 /* Return true if attr should be included in search entry.
69 should_include_attribute(char *adesc, struct search *search, int explicit) argument
74 if (search->attrlist->be_sub == NULL ||
75 search->attrlist->be_sub->be_encoding == BER_TYPE_EOC) {
81 for (elm = search->attrlist->be_sub; elm; elm = elm->be_next) {
98 struct search *searc
97 search_result(const char *dn, size_t dnlen, struct ber_element *attrs, struct search *search) argument
176 search_close(struct search *search) argument
218 check_search_entry(struct btval *key, struct btval *val, struct search *search) argument
265 mk_dup(struct search *search, struct btval *key) argument
284 is_dup(struct search *search, struct btval *key) argument
294 conn_search(struct search *search) argument
490 ldap_search_root_dse(struct search *search) argument
546 ldap_search_subschema(struct search *search) argument
853 struct search *search = NULL; local
[all...]
H A Dconn.c52 struct search *search, *next; local
58 for (search = TAILQ_FIRST(&conn->searches); search; search = next) {
59 next = TAILQ_NEXT(search, next);
60 search_close(search);
215 struct search *search, *next; local
219 * Note that the search ma
[all...]
/openbsd-current/sys/dev/
H A Dradio_if.h47 int (*search)(void *, int); member in struct:radio_hw_if
/openbsd-current/gnu/llvm/llvm/utils/
H A Dupdate_test_prefix.py12 r = re.search('no check strings found with (?:prefix|prefixes) \'([^:]+)', s)
22 t = re.search('-?-check-(?:prefix|prefixes)=([^ ]+)\s+-?-check-(?:prefix|prefixes)=([^ ]+)', s)
25 t = re.search('-?-check-(?:prefix|prefixes)=([^ ]+)\s+-?-check-(?:prefix|prefixes)=([^ ]+)', s)
31 t = re.search('Assertions have been autogenerated by (.*)', s)
37 if re.search('\n(?:-+)\n', s) or re.search('\n[+-].*(?<!RUN):', s):
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
/openbsd-current/gnu/usr.sbin/mkhybrid/src/diag/
H A Ddump.c38 unsigned char search[64]; variable
177 printf("Enter new search string:");
178 fgets((char *)search,sizeof(search),stdin);
179 while(search[strlen(search)-1] == '\n') search[strlen(search)-1] = 0;
187 if (c == search[0]) break;
189 for (j=1;j<strlen(search);
[all...]
/openbsd-current/lib/libc/stdlib/
H A Dremque.c32 #include <search.h>
H A Dtfind.c4 * Tree search generalized from Knuth (6.2.2) Algorithm T just like
13 #include <search.h>
H A Dinsque.c32 #include <search.h>
/openbsd-current/lib/libc/hidden/
H A Dsearch.h1 /* $OpenBSD: search.h,v 1.2 2021/12/08 22:06:28 cheloha Exp $ */
21 #include_next <search.h>
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A Dlinker-script-to-export-list.py9 m = re.search('^\s+(clang_[^;]+)', line)
/openbsd-current/gnu/usr.bin/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...]
/openbsd-current/gnu/usr.bin/binutils-2.17/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...]
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/support/
H A Dgmodules.py25 return GMODULES_HELP_REGEX.search(
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DPackageRepositoryList.pm69 sub match_locations($self, @search)
73 my $l = $repo->match_locations(@search);
74 if ($search[0]->{keep_all}) {
H A DPackageLocator.pm114 sub match_locations($self, @search)
116 my $state = pop @search;
117 return $self->default_path($state)->match_locations(@search);
/openbsd-current/lib/libc/asr/
H A Dres_search_async.c67 if ((as->as.search.name = strdup(name)) == NULL)
70 as->as.search.class = class;
71 as->as.search.type = type;
93 if (as->as.search.name[0] == '\0') {
99 as->as.search.saved_h_errno = HERRNO_UNSET;
110 r = _asr_iter_domain(as, as->as.search.name, fqdn, sizeof(fqdn));
124 as->as.search.class, as->as.search.type, as->as_ctx);
151 * The original res_search() does this in the domain search
168 as->as.search
[all...]
/openbsd-current/usr.bin/mandoc/
H A Dmain.c128 struct mansearch search; /* Search options. */ local
129 struct manpage *res; /* Complete list of search results. */
168 memset(&search, 0, sizeof(struct mansearch));
169 search.outkey = "Nd";
173 search.argmode = ARG_NAME;
175 search.argmode = ARG_EXPR;
177 search.argmode = ARG_WORD;
179 search.argmode = ARG_NAME;
181 search.argmode = ARG_FILE;
201 if (c == 'i' && search
1026 struct mansearch search; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Dldfile.c102 /* Adds NAME to the library search path.
158 If we can't open the file as an object file, stop the search
296 search_dirs_type *search; local
324 for (search = search_head; search != NULL; search = search->next)
330 if (ldemul_open_dynamic_archive (arch, search, entry))
332 entry->sysrooted = search->sysrooted;
337 string = xmalloc (strlen (search
461 search_dirs_type *search; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/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
303 search_dirs_type *search; local
331 for (search = search_head; search != NULL; search = search->next)
337 if (ldemul_open_dynamic_archive (arch, search, entry))
339 entry->sysrooted = search->sysrooted;
344 string = xmalloc (strlen (search
468 search_dirs_type *search; local
[all...]
/openbsd-current/usr.bin/what/
H A Dwhat.c42 static void search(char *);
88 search(match);
94 search(char *match) function
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dconfig-gas.com39 $search CONFIGURE.IN "AM_INIT_AUTOMAKE"/Exact/Output=config-gas-tmp.tmp
50 $ if f$search("version.opt").nes."" then DELETE version.opt;*
58 $ if f$search("config.h").nes."" then DELETE config.h;*
77 $ if f$search("tmp-chk-h.*").nes."" then DELETE tmp-chk-h.*;*
155 $ if f$search("tmp-chk-h.obj").nes."" then DELETE tmp-chk-h.obj;*
160 $ ok = (($status.and.1).and.(f$search("tmp-chk-h.obj").nes."")) .or. %x10000000
170 $ if f$search("config.status") .nes. "" then DELETE config.status;*
179 $ if f$search(p1).nes."" then DELETE 'p1';*
/openbsd-current/usr.bin/vi/ex/
H A Dtag.h65 char *search; /* Search string. */ member in struct:_tag
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/
H A Dsetup.py12 version_match = re.search(r"__version__ = ['\"]([^'\"]*)['\"]", line)

Completed in 236 milliseconds

1234567891011>>