Searched defs:NULL (Results 26 - 50 of 203) sorted by relevance

123456789

/openbsd-current/include/rpc/
H A Dtypes.h55 # define NULL 0 macro
/openbsd-current/regress/usr.bin/ssh/unittests/sshbuf/
H A Dtest_sshbuf_fixed.c36 ASSERT_PTR_EQ(sshbuf_mutable_ptr(p1), NULL); local
68 ASSERT_PTR_EQ(sshbuf_parent(p1), NULL); local
73 ASSERT_PTR_EQ(sshbuf_parent(p1), NULL); local
76 ASSERT_PTR_NE(sshbuf_ptr(p1), NULL); local
77 ASSERT_PTR_NE(sshbuf_ptr(p2), NULL); local
78 ASSERT_PTR_EQ(sshbuf_mutable_ptr(p1), NULL); local
79 ASSERT_PTR_EQ(sshbuf_mutable_ptr(p2), NULL); local
111 ASSERT_PTR_NE(sshbuf_ptr(p3), NULL); local
[all...]
H A Dtest_sshbuf_fuzz.c42 ASSERT_PTR_NE(sshbuf_ptr(p1), NULL); local
102 ASSERT_PTR_NE(sshbuf_ptr(p1), NULL); local
120 ASSERT_PTR_NE(sshbuf_ptr(p1), NULL); local
123 ASSERT_PTR_NE(sshbuf_ptr(p1), NULL); local
H A Dtest_sshbuf_getput_crypto.c252 bn_x, bn_y, NULL), 1); local
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dchild_iterator.hpp57 iterator(node_pointer_pointer p_p_cur = NULL, argument
H A Dconst_child_iterator.hpp62 const_iterator(node_pointer_pointer p_p_cur = NULL, argument
/openbsd-current/gnu/lib/libiberty/src/
H A Dgetopt1.c65 #ifndef NULL macro
H A Dstrsignal.c44 # define NULL (void *) 0 macro
[all...]
/openbsd-current/gnu/lib/libreadline/
H A Dshell.c65 # define NULL 0 macro
/openbsd-current/gnu/usr.bin/binutils/intl/
H A Dlibgettext.h56 # define NULL ((void *) 0) macro
58 # define NULL (0) macro
H A Dl10nflist.c56 # define NULL ((void *) 0) macro
58 # define NULL 0 macro
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/intl/
H A Dlibgettext.h56 # define NULL ((void *) 0) macro
58 # define NULL (0) macro
/openbsd-current/gnu/usr.bin/texinfo/lib/
H A Dgetopt1.c40 #ifndef NULL macro
/openbsd-current/sys/arch/m88k/m88k/
H A Dmutex.c63 LOP_EXCLUSIVE | LOP_NEWORDER, NULL); local
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DCFUtils.h29 CFReleaser(T ptr = NULL) : _ptr(ptr) {} argument
55 void reset(T ptr = NULL) { argument
/openbsd-current/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCReleaser.h30 CFCReleaser(T ptr = NULL) : _ptr(ptr) {} argument
88 void reset(T ptr = NULL) { argument
/openbsd-current/usr.sbin/snmpd/
H A Dtrap.c40 trap_send(&OID(MIB_coldStart), NULL); local
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-ch.c230 loop_split_edge_with (loop_preheader_edge (loop), NULL); local
231 loop_split_edge_with (loop_latch_edge (loop), NULL); local
/openbsd-current/gnu/usr.bin/cvs/windows-NT/SCC/
H A DSCC.mak27 NULL= macro
29 NULL=nul macro
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Dexplodename.c32 # define NULL ((void *) 0) macro
34 # define NULL 0 macro
[all...]
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DPThreadMutex.h66 void Reset(pthread_mutex_t *pMutex = NULL) { argument
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dnode_iterators.hpp114 bin_search_tree_const_node_it_(const node_pointer p_nd = NULL) : m_p_nd(const_cast<node_pointer>(p_nd)) argument
206 bin_search_tree_node_it_(const node_pointer p_nd = NULL) : PB_DS_TREE_CONST_NODE_ITERATOR_CLASS_C_DEC( argument
/openbsd-current/gnu/lib/libreadline/examples/
H A Dreadlinebuf.h130 readlinebuf( const char* prompt = NULL, bool history = true ) argument
/openbsd-current/gnu/gcc/fixincludes/
H A Dsystem.h38 #define NULL 0 macro
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A Dl10nflist.c49 # define NULL ((void *) 0) macro
51 # define NULL 0 macro
[all...]

Completed in 412 milliseconds

123456789