Searched refs:search (Results 76 - 100 of 310) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/clang/tools/clang-format/
H A Dclang-format-diff.py74 match = re.search(r'^\+\+\+\ (.*?/){%s}(\S*)' % args.p, line)
87 match = re.search(r'^@@.*\+(\d+)(,(\d+))?', line)
/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_search.h13 #include <__algorithm/search.h>
127 inline constexpr auto search = __search::__fn{}; member in namespace:ranges::__cpo
/openbsd-current/gnu/usr.bin/cc/cc1plus/
H A DMakefile16 search.c semantics.c tree.c typeck.c typeck2.c optimize.c \
/openbsd-current/regress/lib/libc/hsearch/
H A Dhsearchtest.c42 #include <search.h>
/openbsd-current/gnu/lib/libreadline/
H A DMakefile7 histexpand.c histfile.c nls.c search.c shell.c savestring.c tilde.c \
H A DMakefile.in98 $(srcdir)/histfile.c $(srcdir)/nls.c $(srcdir)/search.c \
111 OBJECTS = readline.o vi_mode.o funmap.o keymaps.o parens.o search.o \
355 search.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
356 search.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
357 search.o: ansi_stdlib.h history.h rlstdc.h
408 search.o: rlprivate.h
432 search.o: xmalloc.h
450 search.o: rlmbutil.h
472 search.o: $(srcdir)/search
[all...]
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dexpect.py21 # determine which chunk of data to search; if a windowsize is
27 # otherwise, search the whole buffer (really slow for large datasets)
29 index = searcher.search(window, len(data))
126 '''This is a plain string search helper for the spawn.expect_any() method.
135 After a successful match by the search() method the following attributes
175 def search(self, buffer, freshlen, searchwindowsize=None): member in class:searcher_string
176 '''This searches 'buffer' for the first occurrence of one of the search
192 # Algorithm; pre-compiling the search through a list of
194 # search for all N strings; realize that if we search fo
275 def search(self, buffer, freshlen, searchwindowsize=None): member in class:searcher_re
[all...]
/openbsd-current/gnu/llvm/llvm/utils/
H A Dadd_argument_names.py50 m = PREFIX.search(line)
H A Dupdate_llc_test_checks.py73 m = common.TRIPLE_ARG_RE.search(llc_cmd)
78 m = common.MARCH_ARG_RE.search(llc_cmd)
82 m = common.DEBUG_ONLY_ARG_RE.search(llc_cmd)
/openbsd-current/regress/sbin/slaacd/
H A DSlaacctl.py98 ra['search'] = []
135 is_search = re.match("^\s+search: (.*), "
152 search = dict()
153 ra['search'].append(search)
154 search['search'] = is_search.group(1)
155 search['lifetime'] = is_search.group(2)
/openbsd-current/gnu/llvm/lldb/scripts/
H A Dverify_api.py98 match = api_regex.search(undefined_symbol)
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/
H A D__init__.py49 match = pattern.search(line)
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DGenealogy.cpp77 std::map<nub_thread_t, ThreadActivitySP>::const_iterator search; local
78 search = m_thread_activities.find(tid);
79 if (search != m_thread_activities.end()) {
80 activity = search->second;
/openbsd-current/gnu/usr.bin/perl/dist/IO/
H A DIO.pm56 ones exist with this query: L<https://metacpan.org/search?q=IO%3A%3A>.
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Dsearch.pl6 ## search
35 ## Added default flags for ~/.search, including TTY, -nice, -list, etc.
51 $rc_file = join('/', $ENV{'HOME'}, ".search");
68 ## do search while there are directories to be done.
81 $FIND_ONLY=0; ## set by -find (don't search files)
130 print qq/Jeffrey's file search, version "$version".\n/;
137 -dir DIR start search at the named directory (default is current dir).
174 Otherwise, will search for files with lines matching any of the given regexes.
569 ## Read the .search file:
1122 .TH search
[all...]
/openbsd-current/usr.sbin/amd/amd/
H A Dmapc.c108 search_fn *search; /* Search for new entry */ member in struct:map_type
132 search_fn *search; /* Function to be used for searching */ member in struct:mnt_map
312 * Calls map specific search routine.
320 rc = (*m->search)(m, m->map_name, key, valp, &m->modify);
432 m->search = alloc >= MAPC_ALL ? error_search : mt->search;
608 * Otherwise search the map. If we are
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/
H A DKid.pm62 chomp(my @incpath = grep s/^ //, grep { /^#include </ .. /^End of search / } `$Config{cc} -E -v - </dev/null 2>&1 >/dev/null`);
309 my $search = 1;
319 $search = 0 if lc eq ':nosearch';
320 $search = 1 if lc eq ':search';
321 _debug( "Ignoring unknown flag '$thislib'\n", $verbose ) if !/^:(no)?(search|default)$/i;
326 unless ( $search ) {
403 push @libpath, "$Config{installarchlib}/CORE"; # add "$Config{installarchlib}/CORE" to default search path
/openbsd-current/gnu/lib/libreadline/shlib/
H A DMakefile.in115 $(topdir)/histfile.c $(topdir)/nls.c $(topdir)/search.c \
128 SHARED_OBJ = readline.so vi_mode.so funmap.so keymaps.so parens.so search.so \
269 search.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
270 search.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
271 search.so: $(topdir)/ansi_stdlib.h $(topdir)/history.h $(topdir)/tilde.h
272 search.so: $(topdir)/rltypedefs.h
325 search.so: $(topdir)/rlprivate.h
349 search.so: $(topdir)/xmalloc.h
367 search.o: $(topdir)/rlmbutil.h
389 search
[all...]
/openbsd-current/usr.sbin/snmpd/
H A Dmib.y1678 struct item *item, search;
1680 search.oid.bo_n = oid->bo_n;
1681 search.oid.bo_id = oid->bo_id;
1683 while (search.oid.bo_n > 0) {
1684 if ((item = RB_FIND(items, &items, &search)) != NULL)
1686 search.oid.bo_n--;
1991 struct item *item, search;
1995 strlcpy(search.name, name, sizeof(search.name));
1996 if ((item = RB_FIND(itemscs, &m->itemscs, &search)) !
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/backward/
H A Dalgo.h75 using std::search;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/backward/
H A Dalgo.h75 using std::search;
/openbsd-current/lib/libc/stdlib/
H A Dhcreate.c53 #include <search.h>
H A Dtsearch.c4 * Tree search generalized from Knuth (6.2.2) Algorithm T just like
14 #include <search.h>
22 /* find or insert datum into search tree */
/openbsd-current/gnu/usr.bin/texinfo/util/
H A Dinfosrch3 # infosrch does a regex search on an info manual.
87 Purpose: Extract full text from info node and search it by regex
/openbsd-current/gnu/llvm/lldb/utils/lui/
H A Dbreakwin.py75 match = re.search('SBBreakpoint: id = ([^,]+), (.*)', text)

Completed in 327 milliseconds

1234567891011>>