Searched defs:NULL (Results 1 - 25 of 203) sorted by relevance

123456789

/openbsd-current/sys/sys/
H A D_null.h10 #define NULL ((void *)0) macro
12 #define NULL nullptr macro
14 #define NULL __null macro
16 #define NULL 0L macro
/openbsd-current/gnu/gcc/fixincludes/tests/base/
H A Dcurses.h34 #define NULL 0 /* typed NULL */ macro
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
H A Dcurses.h40 #define NULL 0 /* typed NULL */ macro
H A Dtesting.h117 #define NULL 0UL macro
120 #define NULL ((void*)0) macro
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dnull1.C29 i != NULL; // WARNING - NULL used in arithmetic local
31 k != NULL; // No warning: decay conversion local
43 NULL && NULL; // No warning: converting NULL to bool is OK local
[all...]
/openbsd-current/sys/lib/libkern/
H A Dmemchr.c36 #define NULL ((char *)0) macro
H A Dstrchr.c35 #define NULL ((char *)0) macro
H A Dstrrchr.c34 #define NULL ((char *)0) macro
/openbsd-current/gnu/usr.bin/binutils/intl/
H A Dgettext.c32 # define NULL ((void *) 0) macro
H A Dexplodename.c38 # define NULL ((void *) 0) macro
40 # define NULL 0 macro
[all...]
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dcris-opc.c26 #define NULL (0) macro
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dtsystem.h103 #define NULL 0 macro
/openbsd-current/gnu/usr.bin/binutils-2.17/intl/
H A Dgettext.c32 # define NULL ((void *) 0) macro
H A Dexplodename.c38 # define NULL ((void *) 0) macro
40 # define NULL 0 macro
[all...]
/openbsd-current/regress/usr.bin/ssh/unittests/misc/
H A Dtest_ptimeout.c30 ASSERT_PTR_EQ(ptimeout_get_tsp(&pt), NULL); local
/openbsd-current/gnu/gcc/gcc/
H A Dtsystem.h117 #define NULL 0 macro
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcris-opc.c26 #define NULL (0) macro
[all...]
/openbsd-current/usr.sbin/unbound/testcode/
H A Dunitanchor.c54 unit_assert(anchors_lookup(a, (uint8_t*)"\000", 1, c) == NULL); local
55 unit_assert(anchors_lookup(a, (uint8_t*)"\003com\000", 5, c) == NULL); local
57 (uint8_t*)"\007example\003com\000", 11, c) == NULL); local
58 unit_assert(anchors_lookup(a, (uint8_t*)"\002nl\000", 4, c) == NULL); local
60 (uint8_t*)"\004labs\002nl\000", 9, c) == NULL); local
62 (uint8_t*)"\004fabs\002nl\000", 9, c) == NULL); local
73 unit_assert(anchors_lookup(a, (uint8_t*)"\000", 1, c) == NULL); local
74 unit_assert(anchors_lookup(a, (uint8_t*)"\003com\000", 5, c) == NULL); local
76 (uint8_t*)"\007example\003com\000", 11, c) == NULL); local
90 unit_assert(anchors_lookup(a, (uint8_t*)"\\002oo\\000", 4, c) == NULL); local
101 unit_assert(anchors_lookup(a, (uint8_t*)"\\000", 1, c) == NULL); local
102 unit_assert(anchors_lookup(a, (uint8_t*)"\\003com\\000", 5, c) == NULL); local
104 (uint8_t*)"\\007example\\003com\\000", 11, c) == NULL); local
122 unit_assert(anchors_lookup(a, (uint8_t*)"\\002oo\\000", 4, c) == NULL); local
[all...]
/openbsd-current/regress/usr.bin/ssh/unittests/sshkey/
H A Dtest_file.c67 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
86 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
177 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
196 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
275 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
294 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
359 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
423 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
488 (const char *)sshbuf_ptr(pw), &k2, NULL), 0); local
[all...]
/openbsd-current/gnu/gcc/intl/
H A Dexplodename.c32 # define NULL ((void *) 0) macro
34 # define NULL 0 macro
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A Dexplodename.c32 # define NULL ((void *) 0) macro
34 # define NULL 0 macro
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators33.C22 inline void push(FILE * fd1, int line_num, char *fname = NULL) { argument
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dptrmem5.C12 } NULL; variable in typeref:struct:Null
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dgetopt1.c58 #ifndef NULL macro
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dgetopt1.c65 #ifndef NULL macro

Completed in 481 milliseconds

123456789