Home
last modified time | relevance | path

Searched defs:NULL (Results 1 – 25 of 64) sorted by relevance

123

/openbsd/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/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_sstream.h333 : __istream_type(NULL), _M_stringbuf(__mode | ios_base::in) in __istream_type() argument
354 : __istream_type(NULL), _M_stringbuf(__str, __mode | ios_base::in) in __istream_type() argument
452 : __ostream_type(NULL), _M_stringbuf(__mode | ios_base::out) in __ostream_type() argument
473 : __ostream_type(NULL), _M_stringbuf(__str, __mode | ios_base::out) in __ostream_type() argument
569 : __iostream_type(NULL), _M_stringbuf(__m) in __iostream_type() argument
588 : __iostream_type(NULL), _M_stringbuf(__str, __m) in __iostream_type() argument
H A Dstd_fstream.h519 : __istream_type(NULL), _M_filebuf() in __istream_type() argument
644 : __ostream_type(NULL), _M_filebuf() in __ostream_type() argument
768 : __iostream_type(NULL), _M_filebuf() in __iostream_type() argument
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dstddef.h84 # define NULL __null macro
86 # define NULL 0 macro
89 # define NULL ((void*)0) macro
/openbsd/gnu/usr.bin/binutils/intl/
H A Dexplodename.c38 # define NULL ((void *) 0) macro
40 # define NULL 0 macro
H A Dgettext.c32 # define NULL ((void *) 0) macro
/openbsd/gnu/usr.bin/binutils-2.17/intl/
H A Dexplodename.c38 # define NULL ((void *) 0) macro
40 # define NULL 0 macro
H A Dgettext.c32 # define NULL ((void *) 0) macro
/openbsd/gnu/gcc/intl/
H A Dexplodename.c32 # define NULL ((void *) 0) macro
34 # define NULL 0 macro
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Dexplodename.c32 # define NULL ((void *) 0) macro
34 # define NULL 0 macro
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dexplodename.c32 # define NULL ((void *) 0) macro
34 # define NULL 0 macro
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
H A Dtesting.h117 #define NULL 0UL macro
120 #define NULL ((void*)0) macro
H A Dcurses.h40 #define NULL 0 /* typed NULL */ macro
/openbsd/gnu/usr.bin/gcc/gcc/ginclude/
H A Dstddef.h399 #define NULL __null macro
402 #define NULL ((void *)0) macro
404 #define NULL 0 macro
/openbsd/gnu/gcc/gcc/ginclude/
H A Dstddef.h400 #define NULL __null macro
403 #define NULL ((void *)0) macro
405 #define NULL 0 macro
/openbsd/gnu/usr.bin/cvs/windows-NT/SCC/
H A DSCC.mak27 NULL= macro
29 NULL=nul macro
/openbsd/gnu/gcc/fixincludes/tests/base/
H A Dcurses.h34 #define NULL 0 /* typed NULL */ macro
/openbsd/gnu/lib/libiberty/src/
H A Drandom.c72 # define NULL (void *) 0 macro
77 # define NULL (void *) 0 macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtsystem.h103 #define NULL 0 macro
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dcris-opc.c26 #define NULL (0) macro
/openbsd/sys/lib/libkern/
H A Dstrchr.c35 #define NULL ((char *)0) macro
H A Dstrrchr.c34 #define NULL ((char *)0) macro
H A Dmemchr.c36 #define NULL ((char *)0) macro
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcris-opc.c26 #define NULL (0) macro
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dptrmem5.C12 } NULL; variable

123