Searched defs:NULL (Results 51 - 75 of 203) sorted by relevance

123456789

/openbsd-current/gnu/usr.bin/binutils-2.17/intl/
H A Dl10nflist.c56 # define NULL ((void *) 0) macro
58 # define NULL 0 macro
[all...]
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dstddef.h81 #undef NULL macro
84 # define NULL __null macro
86 # define NULL 0 macro
89 # define NULL ((void*)0) macro
H A D__clang_hip_runtime_wrapper.h67 #define NULL (void *)0 macro
/openbsd-current/regress/usr.bin/ssh/unittests/hostkeys/
H A Dtest_iterate.c148 NULL), 0); local
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Darray_allocator.h112 array_allocator(array_type* __array = NULL) throw() argument
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dpoint_iterators.hpp133 bin_search_tree_const_it_(const Node_Pointer p_nd = NULL) argument
306 bin_search_tree_it_(const Node_Pointer p_nd = NULL) argument
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dnode_iterators.hpp131 ov_tree_node_const_it_(const_pointer p_nd = NULL, const_pointer p_begin_nd = NULL, const_pointer p_end_nd = NULL, const_metadata_pointer p_metadata = NULL) : m_p_value(const_cast<pointer>(p_nd)), m_p_begin_value(const_cast<pointer>(p_begin_nd)), m_p_end_value(const_cast<pointer>(p_end_nd)), m_p_metadata(p_metadata) argument
254 ov_tree_node_it_(const_pointer p_nd = NULL, const_pointer p_begin_nd = NULL, const_pointer p_end_nd = NULL, const_metadata_pointe argument
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dnode_iterators.hpp189 pat_trie_const_node_it_(node_pointer p_nd = NULL, argument
308 pat_trie_node_it_(node_pointer p_nd = NULL, const_e_access_traits_pointer p_traits = NULL) : base_type(p_nd, p_traits) argument
H A Dpoint_iterators.hpp154 pat_trie_const_it_(node_pointer p_nd = NULL) : m_p_nd(p_nd) argument
406 pat_trie_it_(node_pointer p_nd = NULL) : PB_DS_CONST_IT_C_DEC((node_pointer)p_nd) argument
/openbsd-current/gnu/lib/libiberty/src/
H A Dargv.c40 #define NULL 0 macro
[all...]
H A Drandom.c72 # define NULL (void *) 0 macro
77 # define NULL (void *) 0 macro
/openbsd-current/gnu/gcc/intl/
H A Dl10nflist.c44 # define NULL ((void *) 0) macro
46 # define NULL 0 macro
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dp-typeprint.c494 pascal_print_type (TYPE_TARGET_TYPE (type), NULL, stream, 0, 0); local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dangel.h134 # define NULL 0 macro
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dtilde.c271 #undef NULL macro
/openbsd-current/lib/libelf/
H A D_elftc.h37 #define NULL ((void *) 0) macro
[all...]
/openbsd-current/regress/usr.bin/ssh/unittests/sshkey/
H A Dtest_sshkey.c254 ASSERT_PTR_NE(rsa_n(kr), NULL); local
255 ASSERT_PTR_NE(rsa_e(kr), NULL); local
256 ASSERT_PTR_NE(rsa_p(kr), NULL); local
265 ASSERT_PTR_NE(dsa_g(kd), NULL); local
266 ASSERT_PTR_NE(dsa_priv_key(kd), NULL); local
292 ASSERT_PTR_NE(rsa_n(k1), NULL); local
293 ASSERT_PTR_NE(rsa_e(k1), NULL); local
294 ASSERT_PTR_EQ(rsa_p(k1), NULL); local
309 ASSERT_PTR_NE(dsa_g(k1), NULL); local
310 ASSERT_PTR_EQ(dsa_priv_key(k1), NULL); local
[all...]
/openbsd-current/sys/kern/
H A Dkern_lock.c260 LOP_EXCLUSIVE | LOP_NEWORDER, NULL); local
[all...]
/openbsd-current/gnu/lib/libreadline/
H A Dtilde.c79 # define NULL ((void *) 0) macro
81 # define NULL 0x0 macro
395 #undef NULL macro
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dresource.c1068 note_stores (PATTERN (real_insn), update_live_status, NULL); local
[all...]
H A Dcaller-save.c456 note_stores (PATTERN (insn), mark_set_regs, NULL); local
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Dl10nflist.c44 # define NULL ((void *) 0) macro
46 # define NULL 0 macro
[all...]
/openbsd-current/sys/lib/libsa/
H A Dstand.h42 #define NULL 0 macro
/openbsd-current/usr.bin/vi/cl/
H A Dcl_funcs.c286 mvchgat(RLNO(sp, LASTLINE(sp)), 0, -1, A_NORMAL, 0, NULL); local
[all...]
/openbsd-current/usr.sbin/snmpd/
H A Dapplication_internal.c102 appl_internal_object(&OID(MIB_sysDescr), appl_internal_system, NULL); local
103 appl_internal_object(&OID(MIB_sysOID), appl_internal_system, NULL); local
104 appl_internal_object(&OID(MIB_sysUpTime), appl_internal_system, NULL); local
105 appl_internal_object(&OID(MIB_sysContact), appl_internal_system, NULL); local
106 appl_internal_object(&OID(MIB_sysName), appl_internal_system, NULL); local
107 appl_internal_object(&OID(MIB_sysLocation), appl_internal_system, NULL); local
108 appl_internal_object(&OID(MIB_sysServices), appl_internal_system, NULL); local
110 NULL); local
120 appl_internal_object(&OID(MIB_snmpInPkts), appl_internal_snmp, NULL); local
121 appl_internal_object(&OID(MIB_snmpOutPkts), appl_internal_snmp, NULL); local
123 NULL); local
125 appl_internal_snmp, NULL); local
127 appl_internal_snmp, NULL); local
129 NULL); local
130 appl_internal_object(&OID(MIB_snmpInTooBigs), appl_internal_snmp, NULL); local
132 NULL); local
134 NULL); local
136 NULL); local
137 appl_internal_object(&OID(MIB_snmpInGenErrs), appl_internal_snmp, NULL); local
139 NULL); local
141 NULL); local
143 NULL); local
145 NULL); local
147 NULL); local
149 NULL); local
150 appl_internal_object(&OID(MIB_snmpInTraps), appl_internal_snmp, NULL); local
152 NULL); local
154 NULL); local
156 NULL); local
158 NULL); local
160 NULL); local
162 NULL); local
164 NULL); local
166 NULL); local
167 appl_internal_object(&OID(MIB_snmpOutTraps), appl_internal_snmp, NULL); local
169 appl_internal_snmp, NULL); local
171 NULL); local
173 NULL); local
177 NULL); local
179 NULL); local
181 NULL); local
183 appl_internal_engine, NULL); local
186 appl_targetmib, NULL); local
188 appl_targetmib, NULL); local
191 appl_internal_usmstats, NULL); local
193 appl_internal_usmstats, NULL); local
195 appl_internal_usmstats, NULL); local
197 appl_internal_usmstats, NULL); local
199 appl_internal_usmstats, NULL); local
201 appl_internal_usmstats, NULL); local
[all...]

Completed in 782 milliseconds

123456789