Home
last modified time | relevance | path

Searched defs:find (Results 1 – 25 of 111) sorted by relevance

12345

/freebsd-13.1/lib/libc/string/
H A Dstrcasestr.c51 strcasestr_l(const char *s, const char *find, locale_t locale) in strcasestr_l()
71 strcasestr(const char *s, const char *find) in strcasestr()
H A Dwcsstr.c49 wcsstr(const wchar_t * __restrict s, const wchar_t * __restrict find) in wcsstr()
H A Dstrnstr.c49 strnstr(const char *s, const char *find, size_t slen) in strnstr()
/freebsd-13.1/lib/libfigpar/
H A Dstring_m.c48 strcount(const char *source, const char *find) in strcount()
93 replaceall(char *source, const char *find, const char *replace) in replaceall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h79 iterator find(const KeyT &Key) { in find() function
86 const_iterator find(const KeyT &Key) const { in find() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h68 iterator find(MachineBasicBlock *B) { in find() function
72 const_iterator find(MachineBasicBlock *B) const { in find() function
H A DLiveIntervalUnion.h71 SegmentIter find(SlotIndex x) { return Segments.find(x); } in find() function
74 ConstSegmentIter find(SlotIndex x) const { return Segments.find(x); } in find() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h83 iterator find(BlockT *B) { return Frontiers.find(B); } in find() function
84 const_iterator find(BlockT *B) const { return Frontiers.find(B); } in find() function
/freebsd-13.1/sys/netpfil/pf/
H A Dpf_osfp.c351 pf_osfp_find(struct pf_osfp_list *list, struct pf_os_fingerprint *find, in pf_osfp_find()
426 pf_osfp_find_exact(struct pf_osfp_list *list, struct pf_os_fingerprint *find) in pf_osfp_find_exact()
496 struct pf_os_fingerprint *f, *f2, find; in pf_osfp_validate() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h93 iterator find(Int K) { in find() function
102 const_iterator find(Int K) const { in find() function
/freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfind.h26 find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) { in find() function
/freebsd-13.1/sys/libkern/
H A Dstrstr.c45 strstr(const char *s, const char *find) in strstr()
H A Dstrcasestr.c51 strcasestr(const char *s, const char *find) in strcasestr()
H A Dstrnstr.c46 strnstr(const char *s, const char *find, size_t slen) in strnstr()
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dstrcasestr.c49 strcasestr(const char *s, const char *find) in strcasestr()
/freebsd-13.1/contrib/mandoc/
H A Dcompat_strcasestr.c54 strcasestr(const char *s, const char *find) in strcasestr()
/freebsd-13.1/tools/tools/crypto/
H A Dcryptokeytest.c46 struct crypt_find_op find; in crlookup() local
58 static struct crypt_find_op find; in crfind() local
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCodeExpansions.h38 const_iterator find(StringRef Variable) const { in find() function
/freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Diidesc.c74 iidesc_find_t *find = arg2; in iidesc_cmp() local
89 iidesc_find_t find; in iidesc_add() local
/freebsd-13.1/contrib/file/src/
H A Dstrcasestr.c67 strcasestr(const char *s, const char *find) in strcasestr()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DDwarf.h26 llvm::Optional<llvm::RelocAddrEntry> find(const llvm::DWARFSection &sec, in find() function
H A DSymbolTable.h62 Symbol *find(StringRef name) { return find(llvm::CachedHashStringRef(name)); } in find() function
/freebsd-13.1/contrib/elftoolchain/libpe/
H A Dlibpe_rich.c37 memfind(char *s, const char *find, size_t slen, size_t flen) in memfind()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DMapVector.h147 iterator find(const KeyT &Key) { in find() function
153 const_iterator find(const KeyT &Key) const { in find() function
/freebsd-13.1/usr.bin/ar/
H A Dread.c65 char find; in ar_read_archive() local

12345