Home
last modified time | relevance | path

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

1234567

/openbsd/usr.bin/tmux/
H A Dfile.c202 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 Dhyperlinks.c137 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 Dfind_fn_imps.hpp50 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 Dfind_fn_imps.hpp50 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 Dfind_fn_imps.hpp50 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 DSPIRVGlobalRegistry.h87 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 DAddressRanges.cpp38 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 Dfind_fn_imps.hpp140 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 DBlotMapVector.h79 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 Dschema.c69 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 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
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DMapLattice.h87 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 DContinuousRangeMap.h93 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 Dfind_fn_imps.hpp50 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 Dpf_osfp.c432 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 Dinterval_map.h63 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 Dstl_set.h187 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 Dstl_multiset.h188 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 Dmap_debug_base.hpp258 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 Dfind.h23 find(_InputIterator __first, _InputIterator __last, const _Tp& __value) { in find() function
/openbsd/lib/libc/string/
H A Dstrcasestr.c43 strcasestr(const char *s, const char *find) in strcasestr()
/openbsd/sys/lib/libkern/
H A Dstrnstr.c44 strnstr(const char *s, const char *find, size_t slen) in strnstr()
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DPkgCfl.pm93 sub find($pkgname, $state) subroutine

1234567