/src/usr.bin/xlint/lint1/ |
README.md | 41 as variables may not be properly initialized or be null pointers. 176 # Null pointers 178 * Expressions can be null. 180 * The subtype of a pointer, array or function is never null.
|
README.md | 41 as variables may not be properly initialized or be null pointers. 176 # Null pointers 178 * Expressions can be null. 180 * The subtype of a pointer, array or function is never null.
|
/src/games/hack/ |
hack.h | 72 #define Null(type) ((struct type *) 0)
|
hack.h | 72 #define Null(type) ((struct type *) 0)
|
/src/lib/libc/isc/ |
eventlib_p.h | 50 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL 52 else (void)NULL 54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ 57 (void)NULL; 169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; 177 struct { const void *placeholder; } null; member in union:evEvent_p::__anon6ab7f5a8040a
|
eventlib_p.h | 50 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL 52 else (void)NULL 54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ 57 (void)NULL; 169 enum { Accept, File, Stream, Timer, Wait, Free, Null } type; 177 struct { const void *placeholder; } null; member in union:evEvent_p::__anon6ab7f5a8040a
|