/freebsd-src/lib/libc/string/ |
H A D | strcasestr.c | 48 strcasestr_l(const char *s, const char *find, locale_t locale) in strcasestr_l() 68 strcasestr(const char *s, const char *find) in strcasestr()
|
H A D | wcsstr.c | 41 wcsstr(const wchar_t * __restrict s, const wchar_t * __restrict find) in wcsstr()
|
H A D | strnstr.c | 43 strnstr(const char *s, const char *find, size_t slen) in strnstr()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.h | 87 Register find(const Constant *C, MachineFunction *MF) { find() function 91 Register find(const GlobalVariable *GV, MachineFunction *MF) { find() function 95 Register find(const Function *F, MachineFunction *MF) { find() function [all...] |
/freebsd-src/lib/libfigpar/ |
H A D | string_m.c | 45 strcount(const char * source,const char * find) strcount() argument 90 replaceall(char * source,const char * find,const char * replace) replaceall() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | HashKeyMap.h | 86 iterator find(const original_key_type &Key) { in find() function 93 const_iterator find(const original_key_type &Key) const { in find() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | BlotMapVector.h | 79 iterator find(const KeyT &Key) { in find() function 86 const_iterator find(const KeyT &Key) const { in find() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineDominanceFrontier.h | 68 iterator find(MachineBasicBlock *B) { in find() function 72 const_iterator find(MachineBasicBlock *B) const { in find() function
|
H A D | LiveIntervalUnion.h | 71 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-src/sys/netpfil/pf/ |
H A D | pf_osfp.c | 349 pf_osfp_find(struct pf_osfp_list *list, struct pf_os_fingerprint *find, in pf_osfp_find() argument 424 pf_osfp_find_exact(struct pf_osfp_list * list,struct pf_os_fingerprint * find) pf_osfp_find_exact() argument 494 struct pf_os_fingerprint *f, *f2, find; pf_osfp_validate() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | MapLattice.h | 87 iterator find(const key_type &K) { return C.find(K); } in find() function 88 const_iterator find(const key_type &K) const { return C.find(K); } in find() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DominanceFrontier.h | 86 iterator find(BlockT *B) { return Frontiers.find(B); } in find() function 85 iterator find(BlockT *B) { return Frontiers.find(B); } find() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ContinuousRangeMap.h | 93 iterator find(Int K) { in find() function 102 const_iterator find(Int K) const { in find() function
|
/freebsd-src/crypto/openssh/openbsd-compat/ |
H A D | strcasestr.c | 49 strcasestr(const char *s, const char *find) in strcasestr()
|
/freebsd-src/sys/libkern/ |
H A D | strcasestr.c | 48 strcasestr(const char *s, const char *find) in strcasestr()
|
H A D | strstr.c | 42 strstr(const char *s, const char *find) in strstr()
|
H A D | strnstr.c | 46 strnstr(const char *s, const char *find, size_t slen) in strnstr()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | interval_map.h | 63 iterator find(KeyT K) { in find() function 77 const_iterator find(KeyT K) const { in find() function
|
/freebsd-src/contrib/mandoc/ |
H A D | compat_strcasestr.c | 47 strcasestr(const char *s, const char *find) in strcasestr()
|
/freebsd-src/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | iidesc.c | 74 iidesc_find_t *find = arg2; in iidesc_cmp() local 89 iidesc_find_t find; in iidesc_add() local
|
/freebsd-src/contrib/file/src/ |
H A D | strcasestr.c | 67 strcasestr(const char *s, const char *find) in strcasestr()
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | CodeExpansions.h |
|
/freebsd-src/contrib/llvm-project/lld/MachO/ |
H A D | SymbolTable.h | 65 Symbol *find(StringRef name) { return find(llvm::CachedHashStringRef(name)); } in find() function
|
H A D | Dwarf.h | 25 std::optional<llvm::RelocAddrEntry> find(const llvm::DWARFSection &sec, in find() function
|
/freebsd-src/contrib/elftoolchain/libpe/ |
H A D | libpe_rich.c | 37 memfind(char *s, const char *find, size_t slen, size_t flen) in memfind()
|