Searched refs:search (Results 251 - 275 of 310) sorted by relevance

<<111213

/openbsd-current/gnu/usr.bin/perl/utils/
H A Dh2ph.PL767 my $from_gcc = `LC_ALL=C $Config{cc} -v -E - < /dev/null 2>&1 | awk '/^#include/, /^End of search list/' | grep '^ '`;
935 which they include. This option will search for B<.h> files in all
/openbsd-current/usr.bin/fstat/
H A Dfstat.c77 #include <search.h>
/openbsd-current/gnu/usr.bin/perl/cpan/NEXT/lib/
H A DNEXT.pm249 left-to-right search of C<$self>'s class hierarchy that resulted in the
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Dpl2bat.pl326 search the B<PATH> to find the script. This may have undesirable
/openbsd-current/usr.bin/bc/
H A Dbc.y41 #include <search.h>
/openbsd-current/lib/libcurses/tinfo/
H A Dlib_tparm.c52 #include <search.h>
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp175 // If S is the empty string, then search for any letter instead (makes sense
185 P = std::search(C, End, S.begin(), S.end());
196 // If not start of word but required, skip and search again.
246 // Advance 1-past previous next/search.
247 // Behavior is undefined if previous next/search failed.
253 // Return the text matched by the previous next/search.
254 // Behavior is undefined if previous next/search failed.
277 // Previous next/search subject start.
281 // Previous next/search subject end (1-past).
428 // Otherwise, search fo
[all...]
/openbsd-current/usr.bin/rsync/
H A Dflist.c26 #include <search.h>
1247 * delete in O(n) time instead of O(n * search) time.
/openbsd-current/bin/ksh/
H A Dc_ksh.c456 * command -pV and command -pv use a different path search
879 * (don't do a path search, just make an entry)
967 newval = tflag ? search(alias, search_path, X_OK, NULL)
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-REXX/
H A DREXX.pm205 paths PERL5REXX, PERLREXX, PATH or, as last resort, OS/2-ish search
/openbsd-current/gnu/usr.bin/perl/dist/Carp/lib/
H A DCarp.pm808 What they do is search the call-stack for a function call stack where
/openbsd-current/gnu/usr.bin/perl/
H A Dconfig_h.SH1289 * search when adding directories to @INC, in a format suitable
1303 * binary to search for additional library files or modules.
1305 * Perl will automatically search below each path for version-
1360 * be tacked onto this variable to generate a list of directories to search.
1391 * be tacked onto this variable to generate a list of directories to search.
H A Dconfigure.com101 $!: Possible local include directories to search. !sfn
107 $!: Possible local library directories to search. !sfn
122 $!: We probably want to search /usr/shlib before most other libraries. !sfn
428 $! because the search routine simply does set def [-] if necessary.
491 $!change to "FALSE" if you wish to skip the manifest search
7174 $! Note that the /key qualifier to search, as in:
7175 $! search README.* "=head"/key=(position=1)/window=0/output=extra.pods
7186 $ miniperl = f$search("sys$disk:[]miniperl.%xe;") ! could have alternate extension
7187 $ if f$search("extra.pods") .eqs. "" .or. P1 .eqs. "FORCE" then -
7188 search READM
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dperl5db.pl80 (search for subroutines by pattern) allows you to negate the pattern
2229 # ? - backward pattern search.
3325 =head4 C</> - search forward for a string in the source
3329 If not, we create some code to do the search and C<eval> it so it can't
3336 =head4 C<?> - search backward for a string in the source
5179 If C<$to> is greater than C<$from>, the search moves forwards, finding the
5182 If C<$from> is greater than C<$to>, the search goes I<backwards>, finding the
5194 # If there are at least 2 arguments, we're trying to search a range.
5197 # $delta is positive for a forward search, negative for a backward one.
5233 # The real search loo
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dtree-inline.c2552 debug_find_tree (tree top, tree search) argument
2554 return walk_tree_without_duplicates (&top, debug_find_tree_1, search) != 0;
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/
H A DSyslog.pm1719 L<http://search.cpan.org/dist/Sys-Syslog/>
1756 Using Google Code Search, I search who on Earth was relying on $host being
/openbsd-current/usr.bin/vi/vi/
H A Dv_txt.c260 #define IS_RESTART 0x01 /* Reset the incremental search. */
261 #define IS_RUNNING 0x02 /* Incremental search turned on. */
678 * search, regardless if the entire pattern was found.
868 * entered a pattern, return a completed search, regardless if
1012 * colon command line because the cursor is at the last search
1031 /* Reset if we deleted an incremental search character. */
1096 * Overwrite erased characters if doing incremental search;
1128 /* Reset if we deleted an incremental search character. */
1170 * Overwrite erased characters if doing incremental search;
1180 /* Reset if we deleted an incremental search characte
[all...]
/openbsd-current/gnu/lib/libstdc++/
H A Dltconfig1092 sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
1102 # FIXME: first we should search . and the directory the executable is in
2434 # The library search path used internally by the compiler when linking
2468 # Is shlibpath searched before the hard-coded library search path?
2503 # Compile-time system search path for libraries
2506 # Run-time system search path for libraries
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dgdbremote.py1391 m = packet_transmit_name_regex.search(line)
/openbsd-current/gnu/lib/libcxx/
H A DMakefile260 __algorithm/search.h \
/openbsd-current/gnu/usr.bin/perl/ext/Pod-Html/t/lib/
H A DTesting.pm416 begin a search for files containing POD.
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delflink.c3889 symbols we found. The only way to do this is to search all the
3909 /* Since we have to search the whole symbol list for each weak
3910 defined symbol, search time for N weak defined symbols will be
3911 O(N^2). Binary search will cut it down to O(NlogN). */
8501 struct elf_link_hash_entry **search, *child;
8517 for (search = sym_hashes; search != sym_hashes_end; ++search)
8519 if ((child = *search) != NULL
8489 struct elf_link_hash_entry **search, *child; local
H A Delflink.h2373 symbols we found. The only way to do this is to search all the
8271 struct elf_link_hash_entry **search, *child;
8286 for (search = sym_hashes; search != sym_hashes_end; ++search)
8288 if ((child = *search) != NULL
8258 struct elf_link_hash_entry **search, *child; variable in typeref:struct:elf_link_hash_entry
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.sh2023 /* Look for an architecture using gdbarch_info. Base search on only
/openbsd-current/gnu/usr.bin/binutils-2.17/
H A Dltconfig1087 sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s/;/ /g"`
1097 # FIXME: first we should search . and the directory the executable is in
2461 # The library search path used internally by the compiler when linking
2495 # Is shlibpath searched before the hard-coded library search path?
2530 # Compile-time system search path for libraries
2533 # Run-time system search path for libraries

Completed in 732 milliseconds

<<111213