| /onnv/onnv-gate/usr/src/cmd/mdb/common/libstand/sys/ |
| salib.h | 81 #ifndef NULL 82 #define NULL (0)
|
| /onnv/onnv-gate/usr/src/common/net/wanboot/ |
| auxutil.h | 15 #undef NULL 16 #define NULL ((void *) 0)
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/ |
| string.h | 37 #ifndef NULL 38 #define NULL 0
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| index.c | 27 * NULL if not found 30 #define NULL 0 41 return (NULL);
|
| strchr.c | 30 * NULL if not found 33 #define NULL 0 43 return(NULL);
|
| rindex.c | 27 * appears; NULL if not found 30 #define NULL 0 38 r = NULL;
|
| strpbrk.c | 30 * in the character string `string'; NULL if none exists. 33 #define NULL (char *) 0 48 return(NULL);
|
| strrchr.c | 30 * appears; NULL if not found 33 #define NULL 0 41 r = NULL;
|
| getenv.c | 30 * returns ptr to value associated with name, if any, else NULL 32 #define NULL 0 42 if(p == NULL) 43 return(NULL); 44 while(*p != NULL) 45 if((v = nvmatch(name, *p++)) != NULL) 47 return(NULL); 53 * if names match, return value of s2, else NULL 66 return(NULL);
|
| strtok.c | 30 * sequentially subsequent calls. returns NULL when no 32 * `subsequent' calls are calls with first argument NULL. 35 #define NULL (char*)0 48 p = (string == NULL)? savept: string; 51 return(NULL); 56 return(NULL); 58 if((r = strpbrk(q, sepset)) == NULL) /* move past token */
|
| ftw.c | 101 #define NULL 0 161 if(dirp == NULL) 172 if(subpath == NULL) { 189 while((dp = readdir(dirp)) != NULL) { 223 if(dirp == NULL) {
|
| tfind.c | 39 #define NULL 0 49 if (rootp == NULL) 50 return (NULL); 51 while (*rootp != NULL) { /* T1: */ 59 return (NODE *)(NULL);
|
| /onnv/onnv-gate/usr/src/stand/lib/sa/ |
| string.h | 43 #ifndef NULL 44 #define NULL 0 /* defined here as per ISO C */
|
| stddef.h | 40 #ifndef NULL 41 #define NULL 0
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/os/ |
| os_fsync.c | 32 FCONTROL(_MPE_FILENO(fd), 2, NULL); /* Flush the buffers */ 33 FCONTROL(_MPE_FILENO(fd), 6, NULL); /* Write the EOF */ 57 ret = __db_jump.j_fsync != NULL ? __db_jump.j_fsync(fd) : fsync(fd);
|
| /onnv/onnv-gate/usr/src/cmd/ypcmd/revnetgroup/ |
| util.h | 39 #ifndef NULL 40 # define NULL ((char *) 0)
|
| /onnv/onnv-gate/usr/src/cmd/ypcmd/ |
| ypv1_xdr.c | 36 #define NULL 0 65 yprequest_arms[3].proc = (xdrproc_t)NULL; 70 yprequest_arms, NULL)); 88 ypresponse_arms[3].proc = (xdrproc_t)NULL; 93 ypresponse_arms, NULL));
|
| /onnv/onnv-gate/usr/src/common/util/ |
| getoptstr.c | 49 #define NULL ((void *)0) 95 if (params->gos_opts == NULL || strp == NULL) 117 if (c == ':' || (cp = strchr(params->gos_opts, c)) == NULL) { 141 params->gos_optargp = NULL; 161 params->gos_optargp = NULL;
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/5include/ |
| stdlib.h | 45 #ifndef NULL 46 #define NULL 0
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/ |
| etherboot.h | 37 #ifndef NULL 38 #define NULL ((void *)0)
|
| /onnv/onnv-gate/usr/src/head/iso/ |
| stddef_iso.h | 58 #ifndef NULL 60 #define NULL 0L 62 #define NULL 0
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/rpc/ |
| types.h | 48 #ifndef NULL 49 # define NULL 0
|
| /onnv/onnv-gate/usr/src/cmd/lms/SyncLib/Include/ |
| Thread.h | 59 #ifndef NULL 60 #define NULL 0 72 Thread(CallbackFunction func = NULL, void *param = NULL);
|
| /onnv/onnv-gate/usr/src/cmd/audio/include/ |
| libaudio.h | 61 #ifndef NULL 62 #define NULL 0
|
| /onnv/onnv-gate/usr/src/cmd/backup/dump/ |
| lftw.c | 104 #define NULL 0 202 if (dirp == NULL) 216 if (rc != 0 || dirp == NULL) 224 if (subpath == NULL) { 244 while ((dp = readdir(dirp)) != NULL) { 279 if (dirp == NULL) {
|