Searched refs:search (Results 126 - 150 of 310) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp784.C868 int search(const char* s, int len,
981 int search(int, int, const char*, int = -1) const;
982 int search(int, int, char) const;
1754 return search(startpos, length(), c);
1759 return search(startpos, length(), t);
1764 return search(startpos, length(), y.chars(), y.length());
1769 return search(startpos, length(), y.chars(), y.length());
1774 int unused; return r.search(chars(), length(), unused, startpos);
1779 return search(0, length(), c) >= 0;
1784 return search(
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A Ddcigettext.c214 /* This is the type used for the search tree where known translations
218 /* Domain in which to search. */
238 /* Root of the search tree with known translations. We can use this
241 # include <search.h>
402 CATEGORY locale and, if PLURAL is nonzero, search over string
426 struct known_translation_t *search; variable in typeref:struct:known_translation_t
449 search = (struct known_translation_t *)
451 memcpy (search->msgid, msgid1, msgid_len);
452 search->domainname = (char *) domainname;
453 search
[all...]
/openbsd-current/usr.bin/mandoc/
H A Dcgi.c47 * A query as passed to the search function.
435 printf("<form role=\"search\" action=\"/%s\" method=\"get\" "
444 " <input type=\"search\" name=\"query\" value=\"");
1005 struct mansearch search; local
1025 search.arch = req->q.arch;
1026 search.sec = req->q.sec;
1027 search.outkey = "Nd";
1028 search.argmode = req->q.equal ? ARG_NAME : ARG_EXPR;
1029 search.firstmatch = 1;
1070 else if (mansearch(&search,
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/App/
H A DProve.pm389 my ( $self, $class, @search ) = @_;
394 for my $pfx (@search) {
406 my ( $self, $name, @search ) = @_;
414 if ( my $class = $self->_find_module( $name, @search ) ) {
426 my ( $self, $ext, @search ) = @_;
427 $self->_load_extension( $_, @search ) for @$ext;
755 This will search for a module named C<App::Prove::Plugin::MyPlugin>, or failing
/openbsd-current/usr.sbin/snmpd/
H A Dapplication_internal.c377 struct appl_internal_object *object, search; local
396 search.oid = vb->av_oid;
398 &appl_internal_objects, &search);
614 struct appl_internal_object *object, search; local
616 search.oid = *oid;
619 &appl_internal_objects, &search)) != NULL)
621 } while (--search.oid.bo_n > 0);
/openbsd-current/usr.sbin/rad/
H A Dparse.y462 if ((len = strlcpy(ra_dnssl_conf->search, $1,
463 sizeof(ra_dnssl_conf->search))) >=
464 sizeof(ra_dnssl_conf->search)) {
465 yyerror("search string too long");
469 if (ra_dnssl_conf->search[len] != '.') {
470 if ((len = strlcat(ra_dnssl_conf->search, ".",
471 sizeof(ra_dnssl_conf->search))) >
472 sizeof(ra_dnssl_conf->search)) {
473 yyerror("search string too long");
546 {"search", SEARC
[all...]
H A Dprintconf.c104 printf("%s\t\t%s\n", indent, ra_dnssl->search);
/openbsd-current/sys/dev/onewire/
H A Donewire.c320 int search = 1, count = 0, lastd = -1, dir, rv, i, i0; local
327 while (search && count < size) {
332 * Start new search. Go through the previous path to
362 DPRINTF(("%s: search triplet error 0x%x, "
373 search = 0;
441 * Reset the bus. If there's no presence pulse don't search
/openbsd-current/usr.bin/make/
H A Ddir.c86 /* A search path consists of a Lst of PathEntry structures. A Path
98 * the multi-level transformation code in suff.c, which tends to search
108 * 2) use readdir() and company to search the directories, keeping
140 * directory for a file is provided in the search path.
211 static LIST theDefaultPath; /* main search path */
384 unsigned int search; /* Index into the directory's table */ local
387 for (entry = ohash_first(&p->files, &search); entry != NULL;
388 entry = ohash_next(&p->files, &search)) {
407 * already on the search path), its directory is added to the end
498 * current search director
[all...]
/openbsd-current/gnu/llvm/clang/docs/tools/
H A Ddump_ast_matchers.py81 m = re.search(r'Usable as: Any Matcher[\s\n]*$', comment, re.S)
87 if re.search(r'Usable as:\s*$', comment):
474 m = re.search(r'is_base_of<([^,]+), NodeType>', line)
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A Dxsubpp75 The compiler will search for typemap files called I<typemap>. It will use
76 the following search path to find default typemaps, with the rightmost
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DComplete.pm126 $CPAN::SQLite->search($class, "^\Q$word\E");
/openbsd-current/lib/libedit/
H A DMakefile9 parse.c prompt.c read.c readline.c refresh.c search.c sig.c \
/openbsd-current/usr.bin/ldap/
H A Daldap.h75 } search; member in union:aldap_message::__anon4592
/openbsd-current/libexec/login_ldap/
H A Daldap.h77 } search; member in union:aldap_message::__anon1
/openbsd-current/regress/sys/kern/sosplice/scapy/
H A Dscapy-payload-delay-connect.py83 if re.search(regex, line):
H A Dscapy-oobinline-delay-connect.py83 if re.search(regex, line):
/openbsd-current/gnu/llvm/clang/utils/
H A Dclangdiag.py137 m = re.search(r' *(.*) .*\[\-W' + re.escape(args.id) + r'.*].*', line)
/openbsd-current/usr.sbin/ypldap/
H A Daldap.h78 } search; member in union:aldap_message::__anon20
/openbsd-current/gnu/llvm/llvm/utils/gn/build/
H A Dsync_source_lists_from_cmake.py143 if not unittest_re.search(open(cmake_file).read()):
/openbsd-current/gnu/llvm/libcxx/utils/
H A Dgenerate_header_tests.py80 match = re.search(r'^BEGIN-SCRIPT$(.+)^END-SCRIPT$', content, flags=re.MULTILINE | re.DOTALL)
/openbsd-current/games/hack/
H A DMakefile12 hack.search.c hack.shk.c hack.shknam.c hack.steal.c hack.termcap.c \
/openbsd-current/usr.bin/dig/
H A Ddighost.c1090 dig_searchlist_t *search; local
1091 search = malloc(sizeof(*search));
1092 if (search == NULL)
1095 strlcpy(search->origin, domain, MXNAME);
1096 search->origin[MXNAME-1] = 0;
1097 ISC_LINK_INIT(search, link);
1098 return (search);
1103 dig_searchlist_t *search; local
1104 while ((search
1113 dig_searchlist_t *search; local
1208 dig_searchlist_t *search; local
1754 dig_searchlist_t *search; local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dmake-gas.com56 $ if f$search("[-.libiberty]liberty.olb").eqs.""
H A Dvmsconf.sh59 $ if f$search("[-.libiberty]liberty.olb").eqs.""

Completed in 338 milliseconds

1234567891011>>