Searched refs:search (Results 151 - 175 of 310) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dsearch.c0 /* search.c -- searching large bodies of text.
2 $Id: search.c,v 1.1.1.5 2006/07/17 16:03:43 espie Exp $
24 #include "search.h"
27 /* The search functions take two arguments:
29 1) a string to search for, and
32 and end of the search.
72 The search is forwards if BINDING->start is greater than BINDING->end. */
74 search (char *string, SEARCH_BINDING *binding)
78 /* If the search is backwards, then search backward
73 search (char *string, SEARCH_BINDING *binding) function
[all...]
/openbsd-current/gnu/llvm/clang/utils/
H A Dtoken-delta.py72 res = self.search(c, sets)
83 def search(self, c, sets): member in class:DeltaAlgorithm
/openbsd-current/gnu/usr.bin/perl/
H A Dinstallhtml41 =item B<--podroot> POD search path base directory
43 The base directory to search for all .pod and .pm files to be converted.
46 =item B<--podpath> POD search path
48 The list of directories to search for .pod and .pm files to be converted.
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Dfs.t74 `if f\$search("[.$tmpdir]*.*") .nes. "" then delete/nolog/noconfirm [.$tmpdir]*.*.*`;
75 `if f\$search("$tmpdir.dir") .nes. "" then set file/prot=o:rwed $tmpdir.dir;`;
76 `if f\$search("$tmpdir.dir") .nes. "" then delete/nolog/noconfirm $tmpdir.dir;`;
/openbsd-current/sbin/dhclient/
H A Ddhclient.c1280 * entries in the resolv.conf 'search' statement.
2229 * length of DHCP_DOMAIN_SEARCH_LEN bytes are acceptable for the 'search'
2284 static char search[DHCP_DOMAIN_SEARCH_LEN]; local
2289 memset(search, 0, sizeof(search));
2302 strlcat(search, " ", sizeof(search));
2303 strlcat(search, name, sizeof(search));
2304 if (strlcat(search, "
[all...]
/openbsd-current/gnu/llvm/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp124 static xmlNsPtr search(const unsigned char *HRef, xmlNodePtr Node) { function
131 return search(HRef, Node->parent);
153 if (xmlNsPtr Def = search(HRef, Node))
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DPkgInfo.pm262 sub filter_files($self, $state, $search, @args)
267 for my $file (keys %$search) {
294 $plist->hunt_file($search, $pkgname, \@result);
/openbsd-current/gnu/usr.bin/perl/ext/DynaLoader/
H A DDynaLoader_pm.PL336 my $modfname_orig = $modfname; # For .bs file search
360 # no luck here, save dir for possible later dl_findfile search
437 my (@dirs, $dir); # which directories to search
446 # Special fast case: full filepath requires no search
634 search for libraries etc. Directories are searched in order:
647 Unshift can be used to add directories to the front of the search order
648 either to save search time or to override libraries with the same name
653 used to search for and return the absolute pathname for the
870 target system has separate functions to search for symbols of different
871 types then dl_find_symbol() should search fo
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Install/lib/ExtUtils/
H A DInstalled.pm368 information from C<%Config::Config> and the default module search
388 array which is used in place of the default module search paths
399 search for installed modules. For instance
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dfr30-asm.c738 CGEN_KEYWORD_SEARCH search = cgen_keyword_search_init (opvals, NULL);
741 while ((ke = cgen_keyword_search_next (& search)) != NULL)
743 #if 0 /* Unnecessary, should be done in the search routine. */
H A Dm32r-asm.c753 CGEN_KEYWORD_SEARCH search = cgen_keyword_search_init (opvals, NULL);
756 while ((ke = cgen_keyword_search_next (& search)) != NULL)
758 #if 0 /* Unnecessary, should be done in the search routine. */
H A Dopenrisc-asm.c676 CGEN_KEYWORD_SEARCH search = cgen_keyword_search_init (opvals, NULL);
679 while ((ke = cgen_keyword_search_next (& search)) != NULL)
681 #if 0 /* Unnecessary, should be done in the search routine. */
H A Dxstormy16-asm.c699 CGEN_KEYWORD_SEARCH search = cgen_keyword_search_init (opvals, NULL);
702 while ((ke = cgen_keyword_search_next (& search)) != NULL)
704 #if 0 /* Unnecessary, should be done in the search routine. */
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/scripts/
H A Dpod2usage.PL107 Specifies one or more directories to search for the input file if it
/openbsd-current/gnu/llvm/llvm/utils/git/
H A Dgithub-automation.py81 # API documentation: https://reviews.llvm.org/conduit/method/diffusion.commit.search/
82 r = phab_api_call(phab_token, "https://reviews.llvm.org/api/diffusion.commit.search", args)
110 # API documentation: https://reviews.llvm.org/conduit/method/differential.revision.search/
111 r = phab_api_call(phab_token, "https://reviews.llvm.org/api/differential.revision.search", args)
119 # API documentation: https://reviews.llvm.org/conduit/method/user.search/
120 r = phab_api_call(phab_token, "https://reviews.llvm.org/api/user.search", args)
202 m = re.search('branch: (.+)',milestone.description)
391 m = re.search(r"/([a-z-]+)\s(.+)", line)
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/
H A Dmain.py74 opts.filter.search(t.getFullName()) and not
75 opts.filter_out.search(t.getFullName())]
/openbsd-current/usr.bin/less/
H A Dfuncs.h260 int search(int, char *, int);
/openbsd-current/usr.bin/vi/build/
H A DMakefile30 search.c seq.c util.c v_at.c v_ch.c v_cmd.c v_delete.c v_ex.c \
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dpxssh.py39 _find_unsafe = re.compile(r'[^\w@%+=:,./-]').search
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A Dtdtags29 -I <dir> Add the directory to the search path for tblgen include files.
77 -I <dir> Add the directory <dir> to the search path for 'include'
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/bin/
H A Dprove385 This will search for a module named C<App::Prove::Plugin::MyPlugin>, or failing
399 L<http://search.cpan.org/search?query=App%3A%3AProve+Plugin>
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Ddiagnose_unwind.py168 lldb_versions_match = re.search(
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py156 if not expected_regexp.search(str(exc_value)):
1076 if not expected_regexp.search(str(exc_value)):
1091 if not expected_regexp.search(text):
1101 match = unexpected_regexp.search(text)
/openbsd-current/lib/libc/asr/
H A Dasr_private.h214 } search; member in union:asr_query::__anon27
/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dfind_end.h15 #include <__algorithm/search.h>
50 // modeled after search algorithm
67 if (++__m2 == __last2) { // Pattern exhaused, record answer and search for another one
106 // modeled after search algorithm (in reverse)

Completed in 343 milliseconds

1234567891011>>