Searched refs:NULL (Results 401 - 425 of 10793) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Djob.c51 if (tmp != NULL) {
52 if (tmp->attributes != NULL)
61 if (jobs != NULL) {
64 for (i = 0; jobs[i] != NULL; i++)
73 papi_attribute_t **result = NULL;
76 if (j != NULL)
85 char *result = NULL;
88 if (j != NULL)
89 (void) papiAttributeListGetString(j->attributes, NULL,
101 if (j != NULL)
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-job.c62 { NULL, 0}
66 if (mime != NULL) {
69 for (i = 0; cvt[i].mime != NULL; i++)
85 if ((metadata == NULL) || (value == NULL))
88 if (*metadata != NULL)
92 if (*metadata == NULL) {
117 if ((metadata == NULL) || (value == NULL))
131 if ((metadata == NULL) || (valu
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c52 if (list == NULL)
55 for (i = 0; list[i] != NULL; i++)
66 if (dst == NULL)
68 *dst = NULL;
70 if (src == NULL)
73 for (i = 0; src[i] != NULL; i++);
76 if (newlist == NULL)
79 for (i = 0; src[i] != NULL; i++) {
81 if (newlist[i] == NULL)
84 newlist[i] = NULL;
[all...]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dcontroller.c57 return (NULL);
68 return (NULL);
76 return (NULL);
83 return (NULL);
92 return (NULL);
99 return (NULL);
106 return (NULL);
113 return (NULL);
120 return (NULL);
129 return (NULL);
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirs_data.c68 if (net_data != NULL)
70 net_data = NULL;
79 if (net_data->gr != NULL) {
81 net_data->gr = NULL;
83 if (net_data->pw != NULL) {
85 net_data->pw = NULL;
87 if (net_data->sv != NULL) {
89 net_data->sv = NULL;
91 if (net_data->pr != NULL) {
93 net_data->pr = NULL;
[all...]
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dabienv.c60 if ((envstr = getenv(env)) == NULL)
63 if ((envstr = strdup(envstr)) == NULL)
67 while (tok != NULL) {
70 if ((lp = malloc(sizeof (Liblist))) == NULL)
76 tok = strtok(NULL, comma);
86 if ((envstr = getenv(env)) == NULL)
93 if (strchr(envstr, ',') == NULL) {
98 if ((envstr = strdup(envstr)) == NULL)
102 while (tok != NULL) {
104 tok = strtok(NULL, comm
[all...]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dcbe.c59 {0, NULL, NULL, NULL, 0, NULL, NULL, NULL};
61 {0, NULL, NULL, NULL, 0, NULL, NUL
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Discsiboot_prop.c55 if (str == NULL) {
68 if (ibinitp == NULL) {
72 if (ibinitp->ini_name != NULL) {
79 if (ibinitp->ini_chap_name != NULL) {
96 if (nicp == NULL) {
132 if (itgtp == NULL) {
136 if (itgtp->tgt_name != NULL) {
161 if (itgtp->tgt_chap_name != NULL) {
173 if (iscsiboot_prop == NULL) {
188 if (init == NULL) {
[all...]
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dsend-document.c47 papi_stream_t s = NULL;
48 papi_job_t j = NULL;
49 papi_attribute_t **operational = NULL;
50 papi_attribute_t **job_attributes = NULL;
51 char *queue = NULL;
58 NULL };
61 (void) papiAttributeListGetCollection(request, NULL,
74 } else if (queue == NULL) {
80 status = papiAttributeListGetBoolean(operational, NULL,
97 split_and_copy_attributes(keys, operational, NULL,
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_ldom.c54 if (mod == NULL || pip == NULL) {
66 if (pip->ldomp == NULL) {
69 Pi_mod = NULL;
79 Pi_mod = NULL;
85 if (pip->mdp == NULL ||
90 Pi_mod = NULL;
102 if (pip == NULL) {
116 Pi_mod = NULL;
123 if (Pi_mod == NULL) {
[all...]
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_jni_support.c59 * If class is NULL FindClass() encountered a problem locating the
63 if (class == NULL) {
81 * This function returns NULL if an exception has been thrown during its
90 jbyteArray bytes = NULL;
91 char *result = NULL;
101 NULL);
103 return (NULL);
109 * If class is NULL FindClass() encountered a problem locating the
113 if (class == NULL) {
114 return (NULL);
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_list.c35 * previous and next pointers set to NULL, respectively.
50 q->dl_next = NULL;
52 if (p != NULL) {
53 assert(p->dl_next == NULL);
56 assert(dlp->dl_next == NULL);
68 p->dl_prev = NULL;
71 if (q != NULL) {
72 assert(q->dl_prev == NULL);
75 assert(dlp->dl_prev == NULL);
86 if (p == NULL ||
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_getenv.c73 if (m_setenv() != NULL) {
78 while(s != NULL) {
85 return NULL;
/illumos-gate/usr/src/lib/libxcurses/src/libc/wide/
H A Dm_mbstow.c59 if ((w = (wchar_t *)m_malloc(n * sizeof(wchar_t))) == NULL) {
61 return(NULL);
66 return(NULL);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcurs_set.c65 if (cursor_invisible != NULL) {
71 if (cursor_normal != NULL) {
77 if (cursor_visible != NULL) {
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_fru.c137 if (libzfs_fru_lookup(hdl, devpath) != NULL) {
142 if (_topo_node_fru(tn, &fru, NULL, &err) != 0) {
161 if ((frup = calloc(sizeof (libzfs_fru_t), 1)) == NULL) {
167 if ((frup->zf_device = strdup(devpath)) == NULL ||
168 (frup->zf_fru = strdup(frustr)) == NULL) {
207 if ((_topo_dlhandle = dlopen(path, RTLD_LAZY)) == NULL)
237 if (_topo_open == NULL || _topo_close == NULL ||
238 _topo_snap_hold == NULL || _topo_snap_release == NULL ||
[all...]
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c46 CLIENT *clnt = NULL;
50 if (nettype == NULL)
59 if ((nconf = getnetconfigent((void *) nt)) == NULL)
60 return (NULL);
62 if ((fd = t_open(nconf->nc_device, O_RDWR, NULL)) == -1) {
64 return (NULL);
68 (void) netdir_options(nconf, ND_SET_RESERVEDPORT, fd, NULL);
71 if ((tbind = (struct t_bind *)t_alloc(fd, T_BIND, T_ADDR)) == NULL) {
73 return (NULL);
82 return (NULL);
[all...]
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dfindiop.c60 if(iobglue == NULL) {
67 return(NULL);
72 while(*iov != NULL && active(*iov))
75 return(NULL);
78 if(*iov == NULL)
95 if(iobglue == NULL)
98 if((_smbuf = (unsigned char (*)[_SBFSIZ])malloc(nfiles * sizeof *_smbuf)) == NULL) {
100 iobglue = NULL;
118 if(iobglue == NULL && _f_morefiles() == 0)
122 if(*iov == NULL)
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrsep.c61 * be further tokens), or is NULL (if there are definitely no more tokens).
63 * If *stringp is NULL, strsep returns NULL.
73 if ((s = *stringp) == NULL)
74 return (NULL);
81 s = NULL;
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dmblen.c43 if (s == NULL) {
47 rval = mbrtowc_l(NULL, s, n, &mbs, loc);
56 return (mblen_l(s, n, uselocale(NULL)));
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dsetbuffer.c40 * If the buffer is NULL, then make the stream completely unbuffered.
45 if (abuf == NULL)
46 (void) setvbuf(iop, NULL, _IONBF, 0);
61 (void) setvbuf(iop, NULL, _IOLBF, 128);
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dgetpeerucred.c43 if (uc == NULL) {
45 if (uc == NULL)
50 if (*ucp == NULL)
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dfree.c48 if ( lfdp == NULL ) {
52 for ( flp = lfdp->lfd_filtlist; flp != NULL; flp = nextflp ) {
53 for ( fip = flp->lfl_ilist; fip != NULL; fip = nextfip ) {
66 if ( lfdp->lfd_curvalcopy != NULL ) {
69 if ( lfdp->lfd_curvalwords != NULL ) {
72 if ( lfdp->lfd_filtprefix != NULL ) {
75 if ( lfdp->lfd_filtsuffix != NULL ) {
98 for ( i = 0; mods[i] != NULL; i++ ) {
100 if ( mods[i]->mod_bvalues != NULL ) {
103 } else if ( mods[i]->mod_values != NULL ) {
[all...]
/illumos-gate/usr/src/common/ctf/
H A Dctf_util.c36 * previous and next pointers set to NULL, respectively.
46 q->l_next = NULL;
48 if (p != NULL)
65 p->l_prev = NULL;
68 if (q != NULL)
83 if (p->l_prev != NULL)
88 if (p->l_next != NULL)
103 if (ctsp->cts_strs != NULL && CTF_NAME_OFFSET(name) < ctsp->cts_len)
107 return (NULL);
114 return (s != NULL
[all...]
/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_err.c45 return (NULL);
51 const char *str = NULL;
56 return (str == NULL ? "Unknown error" : str);

Completed in 109 milliseconds

<<11121314151617181920>>