Searched refs:find (Results 1 - 25 of 1964) sorted by relevance

1234567891011>>

/openbsd-current/usr.bin/find/
H A DMakefile3 PROG= find
4 SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
/openbsd-current/gnu/usr.bin/perl/Cross/
H A Dwarp8 for f in `find lib -name install_me_here`;do
12 for f in `find lib -name install_me_here`;do
/openbsd-current/lib/libc/string/
H A Dstrcasestr.c40 * Find the first occurrence of find in s, ignore case.
43 strcasestr(const char *s, const char *find) argument
48 if ((c = *find++) != 0) {
50 len = strlen(find);
56 } while (strncasecmp(s, find, len) != 0);
/openbsd-current/sys/lib/libkern/
H A Dstrnstr.c40 * Find the first occurrence of find in s, where the search is limited to the
44 strnstr(const char *s, const char *find, size_t slen) argument
49 if ((c = *find++) != '\0') {
50 len = strlen(find);
58 } while (strncmp(s, find, len) != 0);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate20.C15 int find();
20 int z = Foo::bar.find();
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20010116-1.c12 void find (Data *first, Data *last) function
31 find (DataList + 0, DataList + 4);
/openbsd-current/gnu/usr.bin/perl/ext/File-Find/t/
H A Dcorrect-absolute-path-with-follow.t6 use File::Find qw( find finddepth );
22 my $dir = File::Temp->newdir('file-find-XXXXXX', TMPDIR => 1, CLEANUP => 1);
24 find(
35 'find: Derive absolute path correctly with follow => 1',
41 my $dir = File::Temp->newdir('file-find-XXXXXX', TMPDIR => 1, CLEANUP => 1);
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dfind_fn_imps.hpp44 * Contains implementations of cc_ht_map_'s find related functions.
50 find(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
59 find(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_fn_imps.hpp44 * Contains implementations of gp_ht_map_'s find related functions.
50 find(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
59 find(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DExceptionBreakpoint.cpp18 bool catch_value = filter.find("_catch") != std::string::npos;
19 bool throw_value = filter.find("_throw") != std::string::npos;
/openbsd-current/gnu/llvm/compiler-rt/lib/orc/tests/unit/
H A Dinterval_map_test.cpp24 EXPECT_TRUE(M.find(0) == M.end());
35 EXPECT_EQ(M.find(7), M.begin());
36 EXPECT_EQ(M.find(8), M.end());
53 EXPECT_EQ(M1.find(7), M1.find(8)); // 7 and 8 should point to same range.
65 EXPECT_NE(M2.find(7), M2.find(8)); // 7 and 8 should be different ranges.
82 EXPECT_EQ(M1.find(7), M1.find(8)); // 7 and 8 should point to same range.
110 EXPECT_NE(M1.find(
[all...]
H A Dinterval_set_test.cpp24 EXPECT_TRUE(S.find(0) == S.end());
35 EXPECT_EQ(S.find(7), S.begin());
36 EXPECT_EQ(S.find(8), S.end());
48 EXPECT_EQ(S.find(7), S.find(8)); // 7 and 8 should point to same range.
60 EXPECT_EQ(S.find(7), S.find(8)); // 7 and 8 should point to same range.
71 EXPECT_NE(S.find(7), S.find(9));
78 EXPECT_EQ(S.find(
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/23_containers/
H A Dmap_insert.cc57 VERIFY ( M.find(7) != M.end() );
58 VERIFY ( M.find(8) != M.end() );
59 VERIFY ( M.find(9) != M.end() );
/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.c/
H A Dc.exp18 set tests [lsort [find $srcdir/$subdir *.c]]
/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Dfortran.exp13 set tests [lsort [find $srcdir/$subdir *.\[fF\]{,90,95,03}]]
/openbsd-current/sys/arch/amd64/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd-current/sys/arch/arm64/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd-current/sys/arch/armv7/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd-current/sys/arch/hppa/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd-current/sys/arch/i386/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd-current/sys/arch/landisk/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd-current/sys/arch/loongson/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd-current/sys/arch/luna88k/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd-current/sys/arch/macppc/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
/openbsd-current/sys/arch/octeon/compile/
H A DMakefile4 SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-

Completed in 415 milliseconds

1234567891011>>