HomeSort by relevance Sort by last modified time
    Searched defs:NULL (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /loficc/crypto/usr/src/cmd/mdb/common/libstand/sys/
salib.h 81 #ifndef NULL
82 #define NULL (0)
  /loficc/crypto/usr/src/common/net/wanboot/
auxutil.h 15 #undef NULL
16 #define NULL ((void *) 0)
  /loficc/crypto/usr/src/lib/libbc/inc/include/
string.h 37 #ifndef NULL
38 #define NULL 0
  /loficc/crypto/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);
  /loficc/crypto/usr/src/stand/lib/sa/
string.h 43 #ifndef NULL
44 #define NULL 0 /* defined here as per ISO C */
stddef.h 41 #ifndef NULL
42 #define NULL 0
  /loficc/crypto/usr/src/psm/stand/boot/i386/common/
standalloc.h 40 #define NULL 0
  /loficc/crypto/usr/src/cmd/rpld/
dlhdr.h 37 #if !defined(NULL)
38 #define NULL (0)
  /loficc/crypto/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);
  /loficc/crypto/usr/src/cmd/ypcmd/revnetgroup/
util.h 39 #ifndef NULL
40 # define NULL ((char *) 0)
  /loficc/crypto/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));
  /loficc/crypto/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;
  /loficc/crypto/usr/src/lib/libbc/inc/5include/
stdlib.h 45 #ifndef NULL
46 #define NULL 0
  /loficc/crypto/usr/src/lib/libresolv2/common/cylink/
cylink.h 84 /*-- ANSI-recommended NULL Pointer definition --*/
85 #ifndef NULL
86 #define NULL (void *) 0
  /loficc/crypto/usr/src/grub/grub-0.95/netboot/
etherboot.h 37 #ifndef NULL
38 #define NULL ((void *)0)
  /loficc/crypto/usr/src/head/iso/
stddef_iso.h 58 #ifndef NULL
60 #define NULL 0L
62 #define NULL 0
  /loficc/crypto/usr/src/lib/libbc/inc/include/rpc/
types.h 48 #ifndef NULL
49 # define NULL 0

Completed in 1320 milliseconds

1 2 3 4 5 6 7 8