/openbsd/usr.bin/tmux/ |
H A D | file.c | 202 struct client_file find, *cf; in file_vprint() local 229 struct client_file find, *cf; in file_print_buffer() local 256 struct client_file find, *cf; in file_error() local 566 struct client_file find, *cf; in file_write_open() local 626 struct client_file find, *cf; in file_write_data() local 646 struct client_file find, *cf; in file_write_close() local 727 struct client_file find, *cf; in file_read_open() local 787 struct client_file find, *cf; in file_read_cancel() local 805 struct client_file find, *cf; in file_write_ready() local 825 struct client_file find, *cf; in file_read_data() local [all …]
|
H A D | hyperlinks.c | 137 struct hyperlinks_uri find, *hlu; in hyperlinks_put() local 185 struct hyperlinks_uri find, *hlu; in hyperlinks_get() local
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/ |
H A D | find_fn_imps.hpp | 50 find(const_key_reference r_key) in find() function in PB_DS_CLASS_C_DEC 59 find(const_key_reference r_key) const in find() function in PB_DS_CLASS_C_DEC
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/ |
H A D | find_fn_imps.hpp | 50 find(const_key_reference r_key) in find() function in PB_DS_CLASS_C_DEC 59 find(const_key_reference r_key) const in find() function in PB_DS_CLASS_C_DEC
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/ |
H A D | find_fn_imps.hpp | 50 find(const_key_reference r_key) in find() function in PB_DS_CLASS_C_DEC 61 find(const_key_reference r_key) const in find() function in PB_DS_CLASS_C_DEC
|
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.h | 87 Register find(const Constant *C, MachineFunction *MF) { in find() function 91 Register find(const GlobalVariable *GV, MachineFunction *MF) { in find() function 95 Register find(const Function *F, MachineFunction *MF) { in find() function
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | AddressRanges.cpp | 38 AddressRanges::find(uint64_t Addr) const { in find() function in AddressRanges 54 AddressRanges::find(AddressRange Range) const { in find() function in AddressRanges
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
H A D | find_fn_imps.hpp | 140 find(const_key_reference r_key) in find() function in PB_DS_CLASS_C_DEC 166 find(const_key_reference r_key) const in find() function in PB_DS_CLASS_C_DEC
|
/openbsd/gnu/llvm/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
|
/openbsd/usr.sbin/ldapd/ |
H A D | schema.c | 69 struct oidname *on, find; in lookup_attribute_by_name() local 82 struct attr_type find; in lookup_attribute_by_oid() local 99 struct object find; in lookup_object_by_oid() local 108 struct oidname *on, find; in lookup_object_by_name() local 138 struct symoid *symoid, find; in lookup_symbolic_oid() local 180 struct symoid *symoid, find; in push_symbolic_oid() local
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | DominanceFrontier.h | 83 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
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
H A D | find_fn_imps.hpp | 50 find(const_key_reference r_key) in find() function in PB_DS_CLASS_C_DEC 74 find(const_key_reference r_key) const in find() function in PB_DS_CLASS_C_DEC
|
/openbsd/sys/net/ |
H A D | pf_osfp.c | 432 pf_osfp_find(struct pf_os_fingerprint *find, u_int8_t ttldiff) in pf_osfp_find() 507 pf_osfp_find_exact(struct pf_os_fingerprint *find) in pf_osfp_find_exact() 584 struct pf_os_fingerprint *f, *f2, find; in pf_osfp_validate() local
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_set.h | 187 iterator find(const key_type& __x) { return _M_t.find(__x); } in find() function 188 const_iterator find(const key_type& __x) const { return _M_t.find(__x); } in find() function 208 iterator find(const key_type& __x) const { return _M_t.find(__x); } in find() function
|
H A D | stl_multiset.h | 188 iterator find(const key_type& __x) { return _M_t.find(__x); } in find() function 189 const_iterator find(const key_type& __x) const { return _M_t.find(__x); } in find() function 209 iterator find(const key_type& __x) const { return _M_t.find(__x); } in find() function
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ |
H A D | map_debug_base.hpp | 258 find(const_key_reference r_key) const in find() function in pb_ds::detail::PB_DS_CLASS_C_DEC 271 find(const_key_reference r_key) in find() function in pb_ds::detail::PB_DS_CLASS_C_DEC
|
/openbsd/gnu/llvm/libcxx/include/__algorithm/ |
H A D | find.h | 23 find(_InputIterator __first, _InputIterator __last, const _Tp& __value) { in find() function
|
/openbsd/lib/libc/string/ |
H A D | strcasestr.c | 43 strcasestr(const char *s, const char *find) in strcasestr()
|
/openbsd/sys/lib/libkern/ |
H A D | strnstr.c | 44 strnstr(const char *s, const char *find, size_t slen) in strnstr()
|
/openbsd/usr.sbin/pkg_add/OpenBSD/ |
H A D | PkgCfl.pm | 93 sub find($pkgname, $state) subroutine
|