Searched defs:NULL (Results 1 - 25 of 46) sorted by relevance

12

/osnet-11/usr/src/cmd/sendmail/db/os/
H A Dos_fsync.c32 FCONTROL(_MPE_FILENO(fd), 2, NULL); /* Flush the buffers */ local
33 FCONTROL(_MPE_FILENO(fd), 6, NULL); /* Write the EOF */ local
57 ret = __db_jump.j_fsync != NULL ? __db_jump.j_fsync(fd) : fsync(fd);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Detherboot.h37 #ifndef NULL
38 #define NULL ((void *)0) macro
H A Dgrub.h29 #ifndef NULL
30 #define NULL ((void *)0) macro
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetopt1.c36 #ifndef NULL macro
37 #define NULL 0
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmm.h27 #ifndef NULL
28 # define NULL ((void *) 0) macro
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Dgetopt1.c65 #ifndef NULL macro
66 #define NULL 0
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dgen.h40 ** Define NULL and offsetof (from the C89 standard)
46 # ifndef NULL
47 # define NULL 0 macro
48 # endif /* ! NULL */
/osnet-11/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
/osnet-11/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)
/osnet-11/usr/src/lib/libmapmalloc/common/
H A Dtextmem.c81 #ifndef NULL
82 #define NULL (0) macro
/osnet-11/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...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddir.h137 #ifndef NULL
138 #define NULL 0 macro
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_shadow.c113 if ((checkpath = zfs_strdup(hdl, ZFS_SHADOW_DIR)) == NULL)
127 while ((checkend = strrchr(checkend, '/')) != NULL) {
143 if ((*path = zfs_strdup(hdl, fullpath)) == NULL)
160 if ((slash = strchr(shadow, '/')) == NULL) {
166 if ((*path = zfs_alloc(hdl, strlen(shadow) + 2)) == NULL)
188 if (strchr(shadow, '/') == NULL) {
194 if ((*path = zfs_strdup(hdl, shadow)) == NULL)
241 NULL, NULL, 0, B_FALSE) != 0 ||
250 if ((shadopt = hasmntopt(&entry, "shadow")) == NULL)
396 NULL, 0, NULL, 0); local
[all...]
/osnet-11/usr/src/lib/sun_fc/common/
H A DFCSyseventBridge.cc42 FCSyseventBridge* FCSyseventBridge::_instance = NULL;
46 if (_instance == NULL) {
218 nvlist_t *list = NULL;
221 if (ev == NULL) {
226 if (sysevent_get_attr_list(ev, &list) || list == NULL) {
356 nvpair_t *attr = NULL;
357 for (attr = nvlist_next_nvpair(list, NULL);
358 attr != NULL;
520 if (handle == NULL) {
541 handle = NULL;
546 handle == NULL; local
[all...]
/osnet-11/usr/src/lib/libmalloc/common/
H A Dmallint.h176 #ifndef NULL
177 #define NULL (char *)0 macro
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h278 #ifndef NULL /* ANSI C #defines NULL everywhere. */
279 #define NULL 0 macro
/osnet-11/usr/src/cmd/sendmail/src/
H A Dalias.c23 static MAP *AliasFileMap = NULL; /* the actual aliases.files map */
92 if (e->e_sender != NULL && *e->e_sender == '\0')
96 if (aliaslookup(obuf, &status, a->q_host) != NULL)
111 if (e->e_message == NULL)
116 if (a->q_message == NULL)
120 if (p == NULL)
157 a->q_fullname = NULL;
175 if (owner == NULL)
179 if (strpbrk(owner, ",:/|\"") != NULL)
184 if (e->e_xfp != NULL)
563 map->map_file, NULL, LOCK_EX); local
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmallint.h58 #ifndef NULL
59 #define NULL (0) macro
/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmallint.h57 #ifndef NULL
58 #define NULL (0) macro
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c60 #define donefunc_p(ctx) ((ctx).donefunc != NULL)
129 return (NULL);
157 if (logger == NULL)
160 if (ctx == NULL) {
170 ctx->coID.opaque = NULL;
171 ctx->tiID.opaque = NULL;
172 ctx->rdID.opaque = NULL;
173 ctx->wrID.opaque = NULL;
187 if (cap != NULL) {
206 if (ctx != NULL) {
380 (*this->donefunc)(ctx, this->uap, NULL, 0); local
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c45 {NULL, (auth_method_t)NO_VALUE_SET, (tls_method_t)NO_VALUE_SET, NULL,
46 NULL, NULL, NULL, NULL, (follow_referral_t)NO_VALUE_SET};
49 __nis_table_mapping_t *ldapTableMapping = NULL;
56 const char *warn_file = NULL;
59 const char *command_line_source = NULL;
60 const char *file_source = NULL;
549 report_error(strerror(errno), NULL); local
556 report_error(ldapssl_err2string(errnum), NULL); local
562 report_error(strerror(errno), NULL); local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/disk/common/
H A Ddisk_common.c95 NULL
109 * NULL. This happens when a disk is found through ses, but is not enumerated
116 char *label = NULL;
117 nvlist_t *fmri = NULL;
118 nvlist_t *asru = NULL;
161 if (dnode == NULL) {
168 dnode->ddn_dpaths[0], dnode->ddn_devid)) == NULL) {
287 char *product = NULL;
288 char *chassis = NULL;
289 char *label = NULL;
320 product, chassis, NULL, label, local
321 "bay", fmri, NULL, NULL, NULL, local
322 NULL, 0, NULL, 0, NULL, 0, local
323 NULL, NULL, NULL, NULL, NULL, NULL, local
324 NULL, 0, NULL, 0, NULL, 0); local
327 product, chassis, NULL, label, local
328 "bay", fmri, "disk", NULL, NULL, local
[all...]
/osnet-11/usr/src/lib/libsysevent/
H A Dlibevchannel.c81 return (subp != NULL && subp->ev_subhead == hdl ? B_TRUE : B_FALSE);
123 if (scpp == NULL || misaligned(scpp)) {
128 *scpp = NULL;
130 if (channel == NULL ||
145 if (scp == NULL) {
191 (void) mutex_init(EV_LOCK(scp), USYNC_THREAD, NULL); local
208 if (scp == NULL || misaligned(scp))
220 uargs.sid.name = NULL;
233 while ((subp = EV_SUB_NEXT(scp)) != NULL) {
274 if (scp == NULL || misaligne
[all...]
/osnet-11/usr/src/lib/libxcurses/h/
H A Dmks.h183 /* if M_NULL defined in <mkslocal.h> then want to redefine NULL */
184 #undef NULL macro
185 #define NULL (M_NULL) macro
425 * Regular EOF (same as NULL from fgets).

Completed in 61 milliseconds

12