Searched defs:NULL (Results 26 - 50 of 191) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/audio/include/
H A Dlibaudio.h61 #ifndef NULL
62 #define NULL 0 macro
/illumos-gate/usr/src/cmd/lms/SyncLib/Include/
H A DLock.h41 #ifndef NULL
42 #define NULL 0 macro
48 Lock(Semaphore &sem) : _sem(&sem), _rw_lock(NULL)
54 _sem(NULL), _rw_lock(&rw_lock)
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.h44 #ifndef NULL
45 #define NULL 0 macro
/illumos-gate/usr/src/lib/libbc/csu/common/
H A Dmon.h56 #ifndef NULL
57 #define NULL 0 macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Ddirent.h43 #ifndef NULL
44 #define NULL 0 macro
H A Dstdio.h53 #define NULL 0 macro
H A Dunistd.h68 #ifndef NULL
69 #define NULL 0 macro
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dc11_tss.c42 VERIFY3P(tss_get(ct_key), ==, NULL); local
77 VERIFY3S(thrd_join(threads[i], NULL), ==, thrd_success);
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Ddir.h79 #ifndef NULL
80 #define NULL 0 macro
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrptime.c47 #define NULL 0 macro
71 return (NULL);
79 *format)) != NULL
82 *format)) != NULL)
85 return (NULL); /* no match */
98 *format)) != NULL
101 *format)) != NULL)
104 return (NULL); /* no match */
113 if (cp == NULL)
114 return (NULL);
[all...]
H A Dmallint.h73 #define NULL 0 macro
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dtime.h37 #ifndef NULL
38 #define NULL 0 macro
/illumos-gate/usr/src/lib/libpkg/common/
H A Dnhash.h35 #ifndef NULL
36 #define NULL 0 macro
37 #endif /* NULL */
46 #define Null_Item ((Item *) NULL)
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_pr.c75 return (NULL);
81 return (NULL);
127 return (NULL);
137 rval = NULL;
154 rval = NULL;
181 for (rule = pvt->rules; rule != NULL; rule = rule->next) {
197 return (NULL);
220 for (rule = pvt->rules; rule != NULL; rule = rule->next) {
224 (*pr->res_set)(pr, pvt->res, NULL); local
H A Dgen_sv.c76 return (NULL);
82 return (NULL);
128 return (NULL);
138 rval = NULL;
155 rval = NULL;
182 for (rule = pvt->rules; rule != NULL; rule = rule->next) {
198 return (NULL);
221 for (rule = pvt->rules; rule != NULL; rule = rule->next) {
225 (*sv->res_set)(sv, pvt->res, NULL); local
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypsym.h76 #ifdef NULL
77 #undef NULL macro
79 #define NULL 0 macro
H A Dypcat.c50 #ifdef NULL
51 #undef NULL macro
53 #define NULL 0 macro
65 static char *domain = NULL;
68 static char *map = NULL;
122 if (translate && (strchr(map, '.') == NULL) &&
H A Dypset.c54 #ifdef NULL
55 #undef NULL macro
57 #define NULL 0 macro
62 static char *domain = NULL;
65 static char *host = NULL;
259 "datagram_n")) == NULL) {
274 if (client == (CLIENT *)NULL) {
278 client->cl_auth = authsys_create("", geteuid(), 0, 0, NULL);
279 if (client->cl_auth == NULL) {
286 if (client == (CLIENT *)NULL) {
[all...]
/illumos-gate/usr/src/ucbhead/sys/
H A Ddir.h128 #ifndef NULL
129 #define NULL 0 macro
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drds_opt.c143 (void) proto_set_rx_hiwat(RD(q), NULL, *i1); local
/illumos-gate/usr/src/lib/libadm/inc/
H A Ddevtab.h53 * NULL Manifest constant NULL (null-address)
64 #ifndef NULL
65 #define NULL (0) macro
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_intr.c225 (ddi_intr_handler_t *)pcmu_intr_wrapper, (caddr_t)ino_p, NULL); local
341 pcmu_p->pcmu_inos = NULL;
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_str.c102 * == NULL - new string is created
106 * == NULL - no action is performed
128 assert(a_old != NULL);
133 if (a_new == NULL || *a_new == '\0') {
139 assert(strchr(a_new, (int)a_separator) == NULL); local
143 if ((*a_old != NULL) && ((*a_old)[0] == '\0')) {
144 /* *a_old is set to NULL by free */
146 *a_old = NULL;
151 if (*a_old != NULL) {
161 assert(*a_old == NULL);
[all...]
/illumos-gate/usr/src/lib/libmapmalloc/common/
H A Dtextmem.c84 #ifndef NULL
85 #define NULL (0) macro
164 if (ptr == NULL) {
201 if (ptr == NULL) {
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h29 #ifndef NULL
30 #define NULL ((void *)0) macro

Completed in 133 milliseconds

12345678