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

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/find/char/
H A D1.cc20 // basic_string_view find
39 // size_type find(const string_view&, size_type pos = 0) const;
40 csz01 = str01.find(str01);
42 csz01 = str01.find(str01, 4);
44 csz01 = str01.find(str02, 0);
46 csz01 = str01.find(str02, 3);
48 csz01 = str01.find(str03, 0);
50 csz01 = str01.find(str03, 3);
52 csz01 = str01.find(str03, 12);
58 csz01 = str01.find(str0
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/find/wchar_t/
H A D1.cc20 // basic_string_view find
40 // size_type find(const wstring_view&, size_type pos = 0) const;
41 csz01 = str01.find(str01);
43 csz01 = str01.find(str01, 4);
45 csz01 = str01.find(str02, 0);
47 csz01 = str01.find(str02, 3);
49 csz01 = str01.find(str03, 0);
51 csz01 = str01.find(str03, 3);
53 csz01 = str01.find(str03, 12);
59 csz01 = str01.find(str0
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/find/wchar_t/
H A D1.cc20 // basic_string_view find
40 // size_type find(const wstring_view&, size_type pos = 0) const;
41 csz01 = str01.find(str01);
43 csz01 = str01.find(str01, 4);
45 csz01 = str01.find(str02, 0);
47 csz01 = str01.find(str02, 3);
49 csz01 = str01.find(str03, 0);
51 csz01 = str01.find(str03, 3);
53 csz01 = str01.find(str03, 12);
59 csz01 = str01.find(str0
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/find/char/
H A D1.cc20 // basic_string_view find
39 // size_type find(const string_view&, size_type pos = 0) const;
40 csz01 = str01.find(str01);
42 csz01 = str01.find(str01, 4);
44 csz01 = str01.find(str02, 0);
46 csz01 = str01.find(str02, 3);
48 csz01 = str01.find(str03, 0);
50 csz01 = str01.find(str03, 3);
52 csz01 = str01.find(str03, 12);
58 csz01 = str01.find(str0
[all...]
/netbsd-current/lib/libc/string/
H A Dstrnstr.c49 * Find the first occurrence of find in s, where the search is limited to the
53 strnstr(const char *s, const char *find, size_t slen) argument
58 if ((c = *find++) != '\0') {
59 len = strlen(find);
67 } while (strncmp(s, find, len) != 0);
H A Dstrcasestr.c46 * Find the first occurrence of find in s, ignore case.
49 strcasestr(const char *s, const char *find) argument
55 _DIAGASSERT(find != NULL);
57 if ((c = *find++) != 0) {
59 len = strlen(find);
65 } while (strncasecmp(s, find, len) != 0);
/netbsd-current/external/bsd/mdocml/dist/
H A Dcompat_strcasestr.c51 * Find the first occurrence of find in s, ignore case.
54 strcasestr(const char *s, const char *find) argument
59 if ((c = *find++) != 0) {
61 len = strlen(find);
67 } while (strncasecmp(s, find, len) != 0);
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Dcheck-double-cc8 find src -name '*.[hc]' | xargs cat | comment | mantools/deroff | mantools/find-double | grep -F -vxf proto/stop.double-cc
/netbsd-current/external/bsd/libpcap/
H A Dlibpcap2netbsd60 find $r -type d -name "CVS" -print | xargs rm -r
66 find $r -type f -print | xargs chmod u+rw,go+r
67 find $r -type d -print | xargs chmod u+rwx,go+rx
/netbsd-current/external/bsd/openpam/
H A Dopenpam2netbsd60 find $r -type d -name "CVS" -print | xargs rm -r
66 find $r -type f -print | xargs chmod u+rw,go+r
67 find $r -type d -print | xargs chmod u+rwx,go+rx
/netbsd-current/sbin/gpt/
H A Dremove.c79 struct gpt_find find; local
81 memset(&find, 0, sizeof(find));
82 find.msg = "removed";
86 if (gpt_add_find(gpt, &find, ch) == -1)
92 return gpt_change_ent(gpt, &find, change, NULL);
H A Duuid.c92 struct gpt_find find; local
94 memset(&find, 0, sizeof(find));
95 find.msg = "UUID changed";
99 if (gpt == NULL || gpt_add_find(gpt, &find, ch) == -1)
106 rc = gpt_change_ent(gpt, &find, change_ent, NULL);
110 if (find.all)
111 return gpt_change_hdr(gpt, &find, change_hdr, NULL);
/netbsd-current/external/bsd/openldap/
H A Dopenldap2netbsd53 find "$d" -name '*.[chly]' -print | while read c; do
72 find . -type f -print | xargs chmod u+rw,go+r
73 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd-current/external/bsd/tcpdump/
H A Dtcpdump2netbsd73 find . -type d -name "CVS" -print | xargs rm -r
81 find . -type f -print | xargs chmod u+rw,go+r
82 find . -type d -print | xargs chmod u+rwx,go+rx
/netbsd-current/external/gpl3/gcc/dist/contrib/header-tools/
H A Dreplace-header12 find = ""
18 elif x[0:2] == "-f" and find == "":
19 find = x[2:]
28 if find == "":
38 print "Replacing '"+find+"' with"+string
42 src = find_replace_include (find, replace, src)
/netbsd-current/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dreplace-header12 find = ""
18 elif x[0:2] == "-f" and find == "":
19 find = x[2:]
28 if find == "":
38 print "Replacing '"+find+"' with"+string
42 src = find_replace_include (find, replace, src)
/netbsd-current/tests/usr.bin/find/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/usr.bin/find
/netbsd-current/common/lib/libc/string/
H A Dstrstr.c53 * Find the first occurrence of find in s.
56 strstr(const char *s, const char *find) argument
61 if ((c = *find++) != 0) {
62 len = strlen(find);
68 } while (strncmp(s, find, len) != 0);
/netbsd-current/crypto/external/bsd/heimdal/dist/
H A Dautogen.sh7 find . \( -name '*-private.h' -o -name '*-protos.h' \) | xargs rm -f
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.init_fini/
H A Dinit_fini.exp21 set tests [lsort [find $srcdir/$subdir *.d]]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.typeinfo/
H A Dtypeinfo.exp21 set tests [lsort [find $srcdir/$subdir *.d]]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
H A Dhash.exp21 set tests [lsort [find $srcdir/$subdir *.d]]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.aa/
H A Daa.exp21 set tests [lsort [find $srcdir/$subdir *.d]]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dmmix-list.exp23 foreach test_name [lsort [find ${srcdir}/${subdir} *.l]] {
H A Dmmix.exp23 foreach test_name [lsort [find ${srcdir}/${subdir} *.d]] {

Completed in 260 milliseconds

1234567891011>>