Searched refs:NULL (Results 426 - 450 of 10793) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/nscd/
H A Dgettnrhtp.c51 NULL, NULL, NULL, nsc_ht_default, -1);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_builtin.c38 { NULL, NULL, NULL, 0 }
46 for (bp = _fmd_builtins; bp->bltin_name != NULL; bp++) {
51 if (bp == NULL)
54 if (bp->bltin_init == NULL)
64 if (fmd_module_enter(mp, bp->bltin_init) != 0 && mp->mod_info != NULL)
70 if (mp->mod_info == NULL)
81 if (mp->mod_info != NULL) {
84 if (mp->mod_info != NULL) {
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/clib/
H A Dstrsep.c62 * be further tokens), or is NULL (if there are definitely no more tokens).
64 * If *stringp is NULL, strsep returns NULL.
83 if ((s = *stringp) == NULL)
84 return (NULL);
91 s = NULL;
/illumos-gate/usr/src/cmd/sendmail/db/hsearch/
H A Dhsearch.c77 errno = db_open(NULL,
78 DB_HASH, DB_CREATE, __db_omode("rw----"), NULL, &dbinfo, &dbp);
89 if (dbp == NULL) {
91 return (NULL);
108 dbp->put(dbp, NULL, &key, &val, DB_NOOVERWRITE)) == 0)
111 return (NULL);
112 if ((errno = dbp->get(dbp, NULL, &key, &val, 0)) == 0)
119 if ((errno = dbp->get(dbp, NULL, &key, &val, 0)) != 0) {
122 return (NULL);
128 return (NULL);
[all...]
/illumos-gate/usr/src/cmd/auditreduce/
H A Dregex2.c47 static char *fexp = NULL; /* full list of regular expressions */
49 static struct exp *p_exp = NULL; /* list of individual expressions */
60 if (p_exp != NULL) {
62 if (p_exp[i].comp != NULL)
66 if (fexp != NULL) {
77 p_exp[i].comp = NULL;
91 if (regcmp(p_exp[i].s, NULL) == NULL)
94 return (NULL);
106 if ((p_exp[i].comp = regcmp(p_exp[i].s, NULL))
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c50 * space available is insufficient or the input argument is NULL.
55 mechlist_t *pres = NULL;
60 while (plist != NULL) {
66 if (pres == NULL) {
77 return (NULL);
92 while (plist != NULL) {
101 * Return NULL if there's not enough memory or provname is NULL.
106 entry_t *pent = NULL;
108 if (provname == NULL) {
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dpktool.c523 { NULL, pk_tokens, 0, NULL, NULL },
524 { NULL, pk_setpin, 0, NULL, NULL },
525 { NULL, pk_list, 0, NULL, NULL },
526 { NULL, pk_delet
[all...]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dlintsup.c64 assfail3(NULL, 0, NULL, 0, NULL, 0);
/illumos-gate/usr/src/cmd/stat/common/
H A Dtimestamp.c37 time_t t = time(NULL);
38 static char *fmt = NULL;
41 if (fmt == NULL)
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasOpenAdapter.c41 if (name == NULL) {
42 log(LOG_DEBUG, ROUTINE, "NULL adapter name.");
46 for (hba_ptr = global_hba_head; hba_ptr != NULL;
53 if (hba_ptr == NULL) {
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_realm.c51 "krbPwdServers", NULL};
57 NULL };
61 char *policyclass[] = { "krbTicketPolicy", NULL };
62 char *kdcclass[] = { "krbKdcService", NULL };
63 char *adminclass[] = { "krbAdmService", NULL };
64 char *pwdclass[] = { "krbPwdService", NULL };
66 "krbRealmContainer", "Country", "Locality", NULL };
69 char *krbContainerRefclass[] = { "krbContainerRefAux", NULL};
96 assert (out != NULL);
169 char **values = NULL;
[all...]
H A Dldap_misc.c63 if (result != NULL) {
148 char *tempval=NULL, *save_ptr=NULL;
151 kdb5_dal_handle *dal_handle=NULL;
152 krb5_ldap_context *ldap_context=NULL;
153 krb5_ldap_server_info ***server_info=NULL;
161 if (ldap_context->conf_section == NULL) {
208 if (ldap_context->bind_dn == NULL) {
230 if (ldap_context->service_password_file == NULL) {
237 NULL,
[all...]
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrsep.c46 * be further tokens), or is NULL (if there are definitely no more tokens).
48 * If *stringp is NULL, strsep returns NULL.
58 if ((s = *stringp) == NULL)
59 return (NULL);
66 s = NULL;
/illumos-gate/usr/src/boot/lib/libstand/
H A Dreaddir.c41 return (NULL);
45 return (NULL);
49 return (NULL);
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Daddrs.c11 void *heap = NULL;
12 void *mapping = NULL;
14 if ((heap = malloc(10)) == NULL)
/illumos-gate/usr/src/lib/libpcidb/common/
H A Dpcidb.c116 if (hdl->ph_vstart == NULL && hdl->ph_vend == NULL) {
119 v->pv_prev = NULL;
120 v->pv_next = NULL;
123 v->pv_next = NULL;
136 if (v == NULL)
137 return (NULL);
140 v->pv_dstart = NULL;
141 v->pv_dend = NULL;
144 v->pv_id = strtol(buf, NULL, 1
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_xaction.c48 int (*sip_xaction_ulp_trans_err)(sip_transaction_t, int, void *) = NULL;
49 void (*sip_xaction_ulp_state_cb)(sip_transaction_t, sip_msg_t, int, int) = NULL;
63 is_2543 = (bid == NULL ||
66 if (is_2543 && msg == NULL)
69 _sip_header_t *from = NULL;
70 _sip_header_t *cid = NULL;
71 _sip_header_t *via = NULL;
72 const sip_str_t *to_uri = NULL;
81 if (to_uri == NULL || error != 0)
87 via = sip_search_for_header(msg, SIP_VIA, NULL);
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.c66 return (NULL);
70 if (pdu == NULL)
71 return (NULL);
91 return (NULL);
94 pdu->req_pkt = NULL;
96 pdu->reply_pkt = NULL;
119 if ((buf = (uchar_t *)calloc(1, SNMP_DEF_PKTBUF_SZ)) == NULL)
128 if ((p = asn_build_sequence(buf, &bufsz, id, 0)) == NULL) {
138 if ((p = asn_build_int(p, &bufsz, id, pdu->version)) == NULL) {
148 if (p == NULL) {
[all...]
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dcancel-job.c42 papi_attribute_t **operational = NULL;
44 char *message = NULL;
45 char *queue = NULL;
49 (void) papiAttributeListGetCollection(request, NULL,
61 } else if (queue == NULL) {
71 (void) papiAttributeListGetString(operational, NULL,
80 } else if (message != NULL) { /* add unsupported attribute group */
81 papi_attribute_t **unsupported = NULL;
84 "message", PAPI_COLLECTION, NULL);
H A Dcommon.c47 if (mesg == NULL)
57 char *result = NULL;
59 if (uri != NULL)
62 if (result == NULL)
79 char *job = NULL;
83 if (printer == NULL)
85 if (id == NULL)
88 *printer = NULL;
91 result = papiAttributeListGetString(attributes, NULL, "job-uri", &job);
93 result = papiAttributeListGetString(attributes, NULL,
[all...]
H A Dhold-job.c42 papi_attribute_t **operational = NULL;
44 char *message = NULL;
45 char *queue = NULL;
49 papiAttributeListGetCollection(request, NULL,
61 } else if (queue == NULL) {
72 (void) papiAttributeListGetString(operational, NULL,
80 } else if (message != NULL) { /* add unsupported attribute group */
81 papi_attribute_t **unsupported = NULL;
84 "message", PAPI_COLLECTION, NULL);
H A Drelease-job.c42 papi_attribute_t **operational = NULL;
44 char *message = NULL;
45 char *queue = NULL;
49 (void) papiAttributeListGetCollection(request, NULL,
61 } else if (queue == NULL) {
71 (void) papiAttributeListGetString(operational, NULL,
79 } else if (message != NULL) { /* add unsupported attribute group */
80 papi_attribute_t **unsupported = NULL;
83 "message", PAPI_COLLECTION, NULL);
H A Dset-job-attributes.c42 papi_stream_t s = NULL;
43 papi_job_t j = NULL;
44 papi_attribute_t **operational = NULL;
45 papi_attribute_t **job_attributes = NULL;
47 char *queue = NULL;
53 (void) papiAttributeListGetCollection(request, NULL,
65 } else if (queue == NULL) {
72 papiAttributeListGetCollection(request, NULL,
84 if (j != NULL) {
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Djob.c42 if (tmp != NULL) {
46 if (f != NULL)
55 if (jobs != NULL) {
58 for (i = 0; jobs[i] != NULL; i++)
67 papi_attribute_t **result = NULL;
70 if (job != NULL) {
75 if (f != NULL)
85 char *result = NULL;
88 if (job != NULL) {
92 if (f != NULL)
[all...]
H A Dpsm.c53 if ((scheme == NULL) || (strchr(scheme, '/') != NULL))
59 if (svc->so_handle == NULL) { /* failed, set the result/message */
83 void *func = NULL;
85 if ((svc != NULL) && (svc->so_handle != NULL) && (name != NULL)) {
86 if ((func = dlsym(svc->so_handle, name)) == NULL)
90 if (func == NULL)

Completed in 102 milliseconds

<<11121314151617181920>>