| /sfw/usr/src/cmd/postgres/postgresql-8.2/postgresql-8.2.15/src/ |
| win32.mak | 8 NULL= 10 NULL=nul
|
| bcc32.mak | 22 NULL= 24 NULL=nul
|
| /sfw/usr/src/cmd/postgres/postgresql-8.3/postgresql-8.3.9/src/ |
| win32.mak | 7 NULL= 9 NULL=nul
|
| bcc32.mak | 21 NULL= 23 NULL=nul
|
| /sfw/usr/src/cmd/postgres/postgresql-8.4/postgresql-8.4.2/src/ |
| win32.mak | 7 NULL= 9 NULL=nul
|
| bcc32.mak | 21 NULL= 23 NULL=nul
|
| /sfw/usr/src/cmd/bcc/dev86-0.16.17/libc/include/ |
| stddef.h | 12 #ifndef NULL 13 #define NULL ((void*)0)
|
| /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/fixinc/tests/base/ |
| curses.h | 39 #ifndef NULL 40 #define NULL 0 /* typed NULL */
|
| /sfw/usr/src/lib/tcl/tcl8.4.18/compat/ |
| unistd.h | 26 #ifndef NULL 27 #define NULL 0
|
| strstr.c | 16 #ifndef NULL 17 #define NULL 0 72 return NULL;
|
| /sfw/usr/src/lib/tk/tk8.4.18/compat/ |
| unistd.h | 26 #ifndef NULL 27 #define NULL 0
|
| /sfw/usr/src/cmd/snort/snort-2.8.4.1/src/ |
| sys_include.h | 36 * of a definition of NULL seems to be less than consistant. 38 * This header makes a good attempt to find NULL. If you find that you 47 * Looking for NULL. 51 * defintion for NULL. This has turned out to be something of a problem, 52 * as NULL is NOT always defined in the same place on different systems. 56 * K&R 2nd Ed. (pg 102) says NULL should be in <stdio.h>. I've heard 60 * system, please send E'mail and let me know where you get your NULL! 63 * of NULL to the ubi_*.c files. Keep in mind that C compilers (all 67 * Also, 99.9% of the time, NULL is zero. I have been informed of at 73 #ifndef NULL [all...] |
| /sfw/usr/src/cmd/a2ps/a2ps-4.13/intl/ |
| gettext.c | 27 # include <stdlib.h> /* Just for NULL. */ 32 # define NULL ((void *) 0) 64 return DGETTEXT (NULL, msgid);
|
| /sfw/usr/src/cmd/bcc/dev86-0.16.17/unproto/ |
| stddef.h | 6 /* NULL is also defined in <stdio.h> */ 8 #ifndef NULL 9 #define NULL 0
|
| /sfw/usr/src/cmd/erlang/otp_src_R12B-1/lib/common_test/priv/rx-1.5/regex/test/ |
| xmalloc.c | 4 #ifndef NULL 5 #define NULL 0 14 if (new_mem == NULL)
|
| /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/testsuite/g++.dg/init/ |
| null1.C | 3 const int NULL = 0; 5 double* p = NULL;
|
| /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/ |
| tsystem.h | 104 /* Define a generic NULL if one hasn't already been defined. */ 105 #ifndef NULL 106 #define NULL 0
|
| /sfw/usr/src/cmd/ntpd/ntp-dev-4.2.5p172/libntp/ |
| strdup.c | 5 #define NULL 0 22 cp = (char *) NULL;
|
| /sfw/usr/src/cmd/gdb/gdb-6.8/sim/igen/ |
| gen-model.c | 34 #ifndef NULL 35 #define NULL 0 56 if (function->fields[function_type] == NULL 219 if (function->fields[function_type] == NULL 368 insn_table_traverse_insn (table, NULL, (void *) &data, model_c_insn);
|
| /sfw/usr/src/cmd/cdrtools/cdrtools-2.01.01a63/include/schily/ |
| string.h | 55 #ifndef NULL 56 #define NULL 0
|
| /sfw/usr/src/cmd/emacs/emacs-23.1/oldXMenu/ |
| XCrAssoc.c | 10 #ifndef NULL 11 #define NULL 0 20 * buckets is 8. If there is an error creating the XAssocTable, a NULL 31 if ((table = (XAssocTable *)malloc(sizeof(XAssocTable))) == NULL) { 34 return(NULL); 39 if (buckets == NULL) { 42 return(NULL);
|
| /sfw/usr/src/cmd/php5/php-5.2.12/ext/mbstring/libmbfl/mbfl/ |
| mbfl_defs.h | 34 #ifndef NULL 36 #define NULL (0L) 38 #define NULL (void *)(0L)
|
| /sfw/usr/src/cmd/erlang/otp_src_R12B-1/erts/etc/win32/ |
| port_entry.c | 48 "Setting handler\r\n",17,&dummy, NULL);
|
| /sfw/usr/src/cmd/gettext/gettext-0.16.1/gettext-runtime/intl/ |
| explodename.c | 29 /* On some strange systems still no definition of NULL is found. Sigh! */ 30 #ifndef NULL 32 # define NULL ((void *) 0) 34 # define NULL 0 64 *modifier = NULL; 65 *territory = NULL; 66 *codeset = NULL; 67 *normalized_codeset = NULL; 126 if (*territory != NULL && (*territory)[0] == '\0') 129 if (*codeset != NULL && (*codeset)[0] == '\0' [all...] |
| /sfw/usr/src/lib/gtk+/gtk+-1.2.10/examples/aspectframe/ |
| aspectframe.c | 16 GTK_SIGNAL_FUNC (gtk_main_quit), NULL);
|