Searched refs:search (Results 201 - 225 of 310) sorted by relevance

1234567891011>>

/openbsd-current/distrib/special/more/
H A Dmore.c170 int search(char *, FILE *, int);
301 if (search(initbuf, stdin, 1) == 0 && noscroll)
321 if (search(initbuf, f, 1) < 0)
1035 if (search(NULL, f, nlines) < 0)
1044 if (search(cmdbuf, f, nlines) < 0)
1171 search(char *buf, FILE *file, int n) function
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py86 return re.search(expected, actual) is not None
388 if re.search('%ssimulator' % platform, output):
799 m = re.search(r'"([^"]+libclang_rt.ubsan_osx_dynamic.dylib)"', driver_jobs)
H A Ddotest.py119 tries to set up Python's search paths for modules by looking at the build tree
452 Add LLDB.framework/Resources/Python to the search paths for modules.
593 if not re.search(configuration.regexp, name):
599 if re.search(file_regexp, name):
880 # directories, followed by setting up the search paths for lldb utilities;
H A Dlldbtest.py1285 m = re.search(
1308 m = re.search('version ([0-9.]+)', version_output)
1326 m = re.search('dwarf-version=([0-9])', line)
1629 """ Returns the path that the OS-specific library search environment variable
2077 match_object = re.search(pattern, output)
2396 matched = re.search(pattern, output)
/openbsd-current/gnu/usr.bin/perl/cpan/Term-Cap/
H A DCap.pm125 the termcap file to search. If I<TERMCAP> does not begin with a
134 environment variable string it will continue the search in the
172 my ( $term, $cap, $search, $field, $tmp_term, $TERMCAP );
237 # 2 == search again
309 # If :tc=...: found then search this file again
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dldlang.c2214 lang_input_statement_type *search;
2216 for (search = (lang_input_statement_type *) input_file_chain.head;
2217 search != NULL;
2218 search = (lang_input_statement_type *) search->next_real_file)
2222 via the search directory lookup mechanism. */
2223 const char * filename = search->local_sym_name;
2226 return search;
2233 if (search == NULL)
2234 search
2212 lang_input_statement_type *search; local
[all...]
/openbsd-current/usr.bin/rcs/
H A Ddiff.c194 static int search(int *, int, int);
551 l = search(c, k, y);
589 search(int *c, int k, int y) function
/openbsd-current/lib/libedit/
H A Dreadline.c504 static char *last_search_pat; /* last !?pat[?] search pattern */
598 /* restore to end of list on failed search */
640 char *tmp, *search = NULL, *aptr; local
813 if (search) {
814 from = strdup(search);
1672 * search for event in history containing str, starting at offset
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp2734 // If no super class conforms to the protocol, we should not search
4289 // Bypass this search if we've never seen an instance/class method
4307 // Prevent the search from reaching this container again. This is
4347 search(protocol->getReferencedProtocols());
4354 search(category->getReferencedProtocols());
4362 search(category);
4364 search(Interface);
4368 search(Interface);
4379 search(Cat);
4383 search(supe
4396 void search(const ObjCProtocolList &protocols) { function in class:__anon795::OverrideSearch
4401 void search(const ObjCContainerDecl *container) { function in class:__anon795::OverrideSearch
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/File-Find/lib/File/
H A DFind.pm826 C<find()> does a depth-first search over the given C<@directories> in
830 C<chdir()> into that directory and continue the search, invoking the
847 C<finddepth()> perform a depth-first search of the directory hierarchy.
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/
H A D19990826-4.f19 common/search/nstot,thresh common in program:dophot
450 1070 format(a20,' T(getp/f)',f5.1,' T(search)',f5.1,
/openbsd-current/bin/ksh/
H A Dsh.h441 char * search(const char *, const char *, int, int *);
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DAddDelete.pm461 if (m/^\s*search directories:\s*(.*?)\s*$/o) {
/openbsd-current/gnu/llvm/clang/utils/
H A Dcreduce-clang-crash.py142 match = re.search(msg_re, crash_output)
/openbsd-current/gnu/llvm/llvm/utils/UpdateTestChecks/
H A Dcommon.py34 def search(self, line): member in class:Regex
35 return self.regex.search(line)
267 return not global_ir_value_re.search(input_line)
416 if f.search(line):
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Daix_state_tab_eh.inc394 // we return from search phase we don't change the state number.
551 // Phase 1 search: All we're looking for in phase 1 is a handler that
575 // We were called improperly: neither a phase 1 or phase 2 search.
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dfrv-asm.c1367 CGEN_KEYWORD_SEARCH search = cgen_keyword_search_init (opvals, NULL);
1370 while ((ke = cgen_keyword_search_next (& search)) != NULL)
1372 #if 0 /* Unnecessary, should be done in the search routine. */
/openbsd-current/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddl_vms.xs206 sts = sys$search(&dl_fab);
207 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "\tsys$search = %d\n",sts));
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/
H A Dsoak540 to recursively search for Perl binaries, for example:
/openbsd-current/gnu/usr.bin/perl/dist/lib/
H A Dlib_pm.PL176 It is typically used to add extra directories to perl's search path so
178 not located on perl's default search path.
182 The parameters to C<use lib> are added to the start of the perl search
/openbsd-current/sys/net/
H A Dradix.c313 * the search and satisfaction test and put the
417 rn_addmask(void *n_arg, int search, int skip) argument
449 if (tm || search)
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTML.pm267 DEBUG and print STDERR "No content seen in search for title.\n";
1141 Thanks to L<search.cpan.org|http://search.cpan.org/> for permission to use the
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DStackFrameList.cpp304 void search(CallEdge &first_edge, Function &first_callee, function in struct:DFS
321 // Terminate the search if tail recursion is found, or more generally if
348 DFS(&end, images, target, exe_ctx).search(*first_edge, *first_callee, path);
385 // objects are needed to search the lazy call graph for intervening frames.
743 // Do a binary search in case the stack frame is already in our cache
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp557 auto StartPos = std::search(Data.begin(), Data.end(),
570 StartPos = std::search(EndPos, Data.end(),
/openbsd-current/gnu/usr.bin/perl/cpan/Filter-Util-Call/
H A DCall.pm316 See L<http://search.cpan.org/perldoc?Switch#LIMITATIONS> for more.
518 http://search.cpan.org/dist/Filter-Simple/

Completed in 250 milliseconds

1234567891011>>