Searched refs:NULL (Results 76 - 100 of 10793) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/common/net/wanboot/
H A Dp12auxutl.c87 * empty) or NULL if there is none. It will be used to encrypt
95 * Note that any of these may be NULL.
98 * NULL - An error occurred.
99 * != NULL - Address of PKCS12 structure. The user is responsible for
108 STACK_OF(PKCS12_SAFEBAG) *bags = NULL;
109 STACK_OF(PKCS7) *safes = NULL;
110 PKCS12_SAFEBAG *bag = NULL;
111 PKCS8_PRIV_KEY_INFO *p8 = NULL;
112 EVP_PKEY *pkey = NULL;
113 PKCS12 *ret_p12 = NULL;
[all...]
H A Dauxutil.c91 * == NULL - An error occurred. Error information (accessible by
93 * != NULL - Points to an ASN1_BMPSTRING structure with the converted
99 ASN1_BMPSTRING *bmp = NULL;
100 uchar_t *uni = NULL;
110 return (NULL);
114 * Adjust for possible pair of NULL bytes at the end because
122 if (bmp == NULL) {
125 return (NULL);
143 * == NULL - An error occurred. Error information (accessible by
145 * != NULL
[all...]
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_convert.c56 while ((*t != NULL) && (len > 0))
59 if (escape == NULL)
62 while ((*s != NULL) && (len > 0)) {
63 if (strchr(escape, *s) != NULL)
67 *t = NULL;
80 (void) memset(buf, NULL, buflen);
82 if ((printer == NULL) || (printer->attributes == NULL))
83 return (NULL);
86 (void) memset(buf, NULL, bufle
[all...]
H A Dns_cmn_kvp.c62 if ((kvp = calloc(1, sizeof (*kvp))) != NULL) {
72 if (kvp != NULL) {
73 if (kvp->key != NULL)
75 if (kvp->value != NULL)
100 if ((kvp != NULL) && (kvp->key != NULL) && (key != NULL))
116 * - NULL, if not matched
124 if ((key == NULL) || (printer == NULL) ||
[all...]
/illumos-gate/usr/src/cmd/dtrace/demo/struct/
H A Dkstat.d33 /self->ksname != NULL && arg1 != NULL/
41 /self->ksname != NULL && arg1 == NULL/
43 self->ksname = NULL;
/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 Dstrtok.c30 * sequentially subsequent calls. returns NULL when no
32 * `subsequent' calls are calls with first argument NULL.
35 #define NULL (char*)0 macro
48 p = (string == NULL)? savept: string;
51 return(NULL);
56 return(NULL);
58 if((r = strpbrk(q, sepset)) == NULL) /* move past token */
H A Dtfind.c39 #define NULL 0 macro
49 if (rootp == NULL)
50 return (NULL);
51 while (*rootp != NULL) { /* T1: */
59 return (NODE *)(NULL);
/illumos-gate/usr/src/lib/libumem/common/
H A Dinit_lib.c43 if (handle != NULL) {
50 (void) vmem_mmap_arena(NULL, NULL);
53 (void) vmem_sbrk_arena(NULL, NULL);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetcwd.c31 * On error, a NULL pointer is returned and errno is set.
49 return (NULL);
52 if (pathname == NULL) {
53 if ((pathname = malloc(size)) == NULL) {
55 return (NULL);
66 return (NULL);
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/sparc/
H A Dm_utils.c35 display_in_regs(ph, NULL);
39 display_global_regs(ph, NULL);
43 display_out_regs(ph, NULL);
47 display_local_regs(ph, NULL);
51 display_special_regs(ph, NULL);
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/sparcv9/
H A Dm_utils.c35 display_in_regs(ph, NULL);
39 display_global_regs(ph, NULL);
43 display_out_regs(ph, NULL);
47 display_local_regs(ph, NULL);
51 display_special_regs(ph, NULL);
/illumos-gate/usr/src/tools/protocmp/
H A Dstdusers.c53 { NULL, 0 }
82 { NULL, 0 }
88 while (list->name != NULL) {
99 while (list->name != NULL) {
104 return (NULL);
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c49 if ((name = strrchr(program, '/')) == NULL)
77 char *result = NULL;
79 if (attributes != NULL)
80 papiAttributeListGetString(attributes, NULL,
90 papi_service_t svc = NULL;
91 papi_printer_t p = NULL;
92 char *name = NULL;
94 status = papiServiceCreate(&svc, NULL, NULL, NULL, cli_auth_callbac
[all...]
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Drestart-job.c42 papi_attribute_t **operational = NULL;
44 char *message = NULL;
45 char *hold_until = NULL;
46 char *queue = NULL;
50 (void) papiAttributeListGetCollection(request, NULL,
62 } else if (queue == NULL) {
73 (void) papiAttributeListGetString(operational, NULL,
75 (void) papiAttributeListGetString(operational, NULL,
83 } else if ((message != NULL) || (hold_until != NULL)) {
[all...]
H A Dset-printer-attributes.c42 papi_printer_t p = NULL;
43 papi_attribute_t **operational = NULL;
44 papi_attribute_t **printer_attributes = NULL;
46 char *queue = NULL;
49 (void) papiAttributeListGetCollection(request, NULL,
56 get_printer_id(operational, &queue, NULL);
57 if (queue == NULL) {
64 papiAttributeListGetCollection(request, NULL,
76 if (p != NULL) {
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Drename.c90 if ( NULL == newrdn) {
91 LDAP_SET_LDERRNO( ld, LDAP_PARAM_ERROR, NULL, NULL );
96 * (i.e. with non-NULL newparent and/or controls)
100 && ((newparent != NULL) || (serverctrls != NULL)
101 || (clientctrls != NULL))) {
102 LDAP_SET_LDERRNO( ld, LDAP_NOT_SUPPORTED, NULL, NULL );
106 if ( msgidp == NULL ) {
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog_ui.c53 if (!sip_manage_dialog || dialog == NULL || transport == NULL ||
54 sent_by == NULL) {
55 return (NULL);
57 if ((sip_msg = sip_new_msg()) == NULL)
58 return (NULL);
66 if (uri == NULL)
73 if (sip_copy_header(sip_msg, _dialog->sip_dlg_local_uri_tag, NULL) != 0)
75 if (sip_copy_header(sip_msg, _dialog->sip_dlg_remote_uri_tag, NULL) !=
79 if (sip_copy_header(sip_msg, _dialog->sip_dlg_local_contact, NULL) !
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgstr.c104 * == (char *)NULL:
105 * - input string was (char *)NULL
107 * != (char *)NULL:
129 assert(a_str != (char **)NULL);
133 if (*a_str == (char *)NULL) {
138 /* if string is empty, deallocate and return NULL */
141 /* free string - handle is reset to NULL by free */
143 *a_str = (char *)NULL;
159 /* if string was all space characters, deallocate and return NULL */
162 /* free string - *a_str is reset to NULL b
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetdaent.c61 * returns pointer to non-white string, else returns NULL if input string
69 if (ptr == NULL)
70 return (NULL);
78 return (NULL);
94 if (ptr == NULL)
136 *cp = NULL;
139 if (fgets(cp, len - charcnt, stream) == NULL) {
144 if (ccp != NULL) {
151 *ccp = NULL;
158 if (ccp != NULL)
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c41 char *name = NULL, *value = NULL, **ret_values = NULL;
42 void *state = NULL;
47 hierarchy[1] = NULL;
56 if (code == 0 && name != NULL) {
57 if ((key == NULL) || (strcmp(value, key) == 0)) {
68 if (name != NULL) {
70 name = NULL;
72 if (value != NULL) {
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dmapping.c41 if (mapper->curpathname != NULL) {
43 mapper->curpathname = NULL;
45 if (mapper->curoptions != NULL) {
47 mapper->curoptions = NULL;
49 if (mapper->dldesc != NULL) {
53 if (finalize != NULL)
57 mapper->dldesc = NULL;
65 char *pathname = NULL;
68 if (name == NULL)
69 return (NULL);
[all...]
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Duadmin.c47 static scf_simple_prop_get_t real_scf_simple_prop_get = NULL;
49 static scf_simple_prop_next_boolean_t real_scf_simple_prop_next_boolean = NULL;
51 static scf_simple_prop_free_t real_scf_simple_prop_free = NULL;
58 scf_simple_prop_get_t scf_simple_prop_get = (scf_handle == NULL)? NULL :
61 (scf_handle == NULL)? NULL :
65 (scf_handle == NULL)? NULL :
69 if (real_scf_simple_prop_get == NULL ||
[all...]
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.c61 {"phy", no_argument, 'y', NULL},
62 {"phy-linkstat", no_argument, 'l', NULL},
63 {"scsi-target", no_argument, 's', NULL},
64 {"verbose", no_argument, 'v', NULL},
65 {"target", no_argument, 't', NULL},
66 {NULL, 0, 0}
73 {"hba", listHbaFunc, "v", NULL, NULL,
75 {"hba-port", listHbaPortFunc, "ylva", NULL, NULL,
[all...]
/illumos-gate/usr/src/lib/libfru/libfru/
H A DParser.cc42 char *gParserString = NULL;
43 Ancestor *gParserAnts = NULL;
44 PathDef *gParserHead = NULL;
45 int *gParserAbs = NULL;
47 // returns a NULL terminated list of PathDef objects.
48 // and a NULL terminated list of ancestor objects this path exists in
49 // NOTE: ancestors may be NULL if no tags contain a valid path.
59 if (gParserString == NULL) {
69 gParserHead = NULL;
70 gParserAnts = NULL;
[all...]

Completed in 127 milliseconds

1234567891011>>