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

1234567891011>>

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.emptystack.exe29 exec find / > /dev/null 2>&1
/freebsd-9.3-release/crypto/openssh/contrib/aix/
H A Dinventory.sh33 find . ! -name . -print | perl -ne '{
/freebsd-9.3-release/lib/libc/string/
H A Dstrstr.c42 * Find the first occurrence of find in s.
45 strstr(const char *s, const char *find) argument
50 if ((c = *find++) != '\0') {
51 len = strlen(find);
57 } while (strncmp(s, find, len) != 0);
H A Dstrcasestr.c46 * Find the first occurrence of find in s, ignore case.
49 strcasestr_l(const char *s, const char *find, locale_t locale) argument
55 if ((c = *find++) != 0) {
57 len = strlen(find);
63 } while (strncasecmp_l(s, find, len, locale) != 0);
69 strcasestr(const char *s, const char *find) argument
71 return strcasestr_l(s, find, __get_locale());
H A Dstrnstr.c43 * Find the first occurrence of find in s, where the search is limited to the
47 strnstr(const char *s, const char *find, size_t slen) argument
52 if ((c = *find++) != '\0') {
53 len = strlen(find);
61 } while (strncmp(s, find, len) != 0);
H A Dwcsstr.c44 * Find the first occurrence of find in s.
47 wcsstr(const wchar_t * __restrict s, const wchar_t * __restrict find) argument
52 if ((c = *find++) != L'\0') {
53 len = wcslen(find);
59 } while (wcsncmp(s, find, len) != 0);
/freebsd-9.3-release/sys/libkern/
H A Dstrstr.c44 * Find the first occurrence of find in s.
47 strstr(const char *s, const char *find) argument
52 if ((c = *find++) != 0) {
53 len = strlen(find);
59 } while (strncmp(s, find, len) != 0);
/freebsd-9.3-release/tools/tools/find-sb/
H A DMakefile3 PROG= find-sb
/freebsd-9.3-release/tools/regression/usr.bin/make/
H A Dall.sh4 # find all test scripts below our current directory
5 SCRIPTS=`find . -name test.t`
/freebsd-9.3-release/usr.bin/find/
H A DMakefile4 PROG= find
5 SRCS= find.c function.c ls.c main.c misc.c operator.c option.c \
/freebsd-9.3-release/crypto/openssh/
H A Dfreebsd-pre-merge.sh6 find . -type f -name '*.[1-9ch]' | cut -c 3- | \
15 find . -type f -name '*.[1-9]' | cut -c 3- | \
/freebsd-9.3-release/crypto/openssl/util/
H A DfixNT.sh11 /bin/rm -f `find . -name '*.$$$' -print` 2>/dev/null >/dev/null
13 perl -pi -e 's/\015//' `find . -type 'f' -print |grep -v '.obj$' |grep -v '.der$' |grep -v '.gz'`
H A Dperlpath.pl7 require "find.pl";
10 &find(".");
/freebsd-9.3-release/contrib/file/src/
H A Dstrcasestr.c64 * Find the first occurrence of find in s, ignore case.
67 strcasestr(const char *s, const char *find) argument
72 if ((c = *find++) != 0) {
74 len = strlen(find);
80 } while (_strncasecmp(s, find, len) != 0);
/freebsd-9.3-release/contrib/libstdc++/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
/freebsd-9.3-release/contrib/libstdc++/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
/freebsd-9.3-release/tools/tools/kernelcruft/
H A Dkernelcruft.sh5 # Try to find *.c files in /sys which are orphaned
17 find * -name '*.c' -print | sed '
22 find * -name '*.[ch]' -print | xargs grep 'include.*c[>"]' > /tmp/_2
24 find * -name 'Makefile*' -print | xargs cat | sed '
/freebsd-9.3-release/sys/contrib/dev/acpica/
H A Dacpica_prep.sh54 find ${wrk} -name ${i} -type d -print | xargs rm -r
57 find ${wrk} -name ${i} -type f -delete
63 find ${wrk} -name ${i} -type d -print | xargs -J % mv % ${dst}
66 find ${wrk} -type f -print | xargs -J % mv % ${dst}
70 find ${dst} -name "*.[chly]" -type f -print | \
74 find ${dst}/common ${dst}/compiler -name "*.[chly]" -type f | \
78 find ${dst}/include/platform -name "*.h" -type f -print | \
/freebsd-9.3-release/tools/tools/nanobsd/Files/root/
H A Dsave_cfg36 for i in "$@" `find * -type f`
/freebsd-9.3-release/tools/tools/nanobsd/pcengines/Files/root/
H A Dsave_cfg36 for i in "$@" `find * -type f`
/freebsd-9.3-release/usr.bin/locate/locate/
H A Dupdatedb.sh59 : ${find:=find}
93 if $find -s $SEARCHPATHS $excludes -or -print 2>/dev/null |
96 if [ -n "$($find $tmp -size -257c -print)" ]; then
/freebsd-9.3-release/contrib/ntp/scripts/build/
H A DcheckHtmlFileDates5 for i in `find * -type f -name '*.html' -print | grep -v SCCS/`
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_osfp.c507 pf_osfp_find(struct pf_osfp_list *list, struct pf_os_fingerprint *find, argument
515 if (f->_field != find->_field) \
518 if (f->_field == 0 || find->_field % f->_field) \
524 if (f->fp_tcpopts != find->fp_tcpopts ||
525 f->fp_optcnt != find->fp_optcnt ||
526 f->fp_ttl < find->fp_ttl ||
527 f->fp_ttl - find->fp_ttl > ttldiff ||
529 (find->fp_flags & (PF_OSFP_DF|PF_OSFP_TS0)))
537 if (find->fp_mss == 0)
545 if ((find
582 pf_osfp_find_exact(struct pf_osfp_list *list, struct pf_os_fingerprint *find) argument
657 struct pf_os_fingerprint *f, *f2, find; local
[all...]
/freebsd-9.3-release/contrib/libstdc++/scripts/
H A Dcreate_testsuite_files33 # what has to happen when find(1) doesn't support -mindepth, or -xtype.
36 find $dlist "(" -type f -o -type l ")" -name "*.cc" -print > $tmp.01
37 find $dlist "(" -type f -o -type l ")" -name "*.c" -print > $tmp.02
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCFunction.cpp34 MCBasicBlock *MCFunction::find(uint64_t StartAddr) { function in class:MCFunction
41 const MCBasicBlock *MCFunction::find(uint64_t StartAddr) const { function in class:MCFunction
42 return const_cast<MCFunction *>(this)->find(StartAddr);
58 return std::find(Successors.begin(), Successors.end(),
68 return std::find(Predecessors.begin(), Predecessors.end(),

Completed in 155 milliseconds

1234567891011>>