Searched refs:NULL (Results 226 - 250 of 10793) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dunbind.c52 return( ldap_ld_free( ld, NULL, NULL, 1 ) );
60 return( ldap_ld_free( ld, NULL, NULL, 1 ));
92 for ( lr = ld->ld_requests; lr != NULL; lr = nextlr ) {
100 while ( ld->ld_conns != NULL ) {
117 for ( lm = ld->ld_responses; lm != NULL; lm = next ) {
124 if ( ld->ld_cache_unbind != NULL ) {
131 if ( ld->ld_extdisposehandle_fn != NULL ) {
139 if ( ld->ld_error != NULL )
[all...]
H A Dgetfilter.c63 if (( fp = fopen( fname, "rF" )) == NULL ) {
64 return( NULL );
69 return( NULL );
76 return( NULL );
79 if (( buf = NSLDAPI_MALLOC( (size_t)len )) == NULL ) {
81 return( NULL );
90 return( NULL );
112 if ( (buf == NULL) || (buflen < 0) ||
114 == NULL ) {
115 return( NULL );
[all...]
H A Dcontrol.c29 * Append a list of LDAPv3 controls to ber. If ctrls is NULL, use default
45 if ( ctrls == NULL ) {
50 if ( ctrls == NULL || ctrls[ 0 ] == NULL ) {
60 for ( i = 0; ctrls != NULL && ctrls[i] != NULL; i++ ) {
76 for ( i = 0; ctrls[i] != NULL; i++ ) {
92 if ( c->ldctl_value.bv_val != NULL ) {
118 LDAP_SET_LDERRNO( ld, rc, NULL, NULL );
[all...]
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dsecdb.c51 if (kva == NULL || key == NULL) {
52 return (NULL);
61 return (NULL);
73 if (kva == NULL) {
78 if (data[i].key != NULL) {
80 data[i].key = NULL;
82 if (data[i].value != NULL) {
84 data[i].value = NULL;
101 if (kva == NULL) {
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-threads.c89 LDAP *prtm_ld; /* non-NULL if in use */
106 static PRLDAP_TPDMap *prldap_map_list = NULL;
112 static PRLock *prldap_map_mutex = NULL;
161 * Install NSPR thread functions into ld (if ld is NULL, they are installed
175 ldap_set_lderrno( ld, LDAP_LOCAL_ERROR, NULL, NULL );
190 tfns.ltf_get_lderrno = NULL;
191 tfns.ltf_set_lderrno = NULL;
195 if ( ld != NULL ) {
199 * If ld is NULL w
[all...]
/illumos-gate/usr/src/lib/passwdutil/
H A D__failed_count.c46 if ((ops->lock != NULL) &&
52 items[0].next = NULL;
53 if ((ret = ops->getpwnam(username, items, NULL, &buf)) != PWU_SUCCESS) {
58 if ((ret = ops->update(items, NULL, buf)) != PWU_SUCCESS) {
69 if ((ret = ops->update(items, NULL, buf)) != PWU_SUCCESS)
72 if (((ret = ops->putpwnam(username, NULL, NULL, buf)) ==
78 if (ops->unlock != NULL) {
105 if ((ops->lock != NULL) &&
111 items[0].next = NULL;
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtermattr.c136 if (enter_alt_charset_mode != NULL)
139 if (enter_blink_mode != NULL)
142 if (enter_bold_mode != NULL)
145 if (enter_secure_mode != NULL)
148 if (enter_dim_mode != NULL)
151 if (enter_protected_mode != NULL)
154 if (enter_reverse_mode != NULL)
157 if (enter_standout_mode != NULL)
160 if (enter_underline_mode != NULL)
163 if (enter_horizontal_hl_mode != NULL)
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetusershell.c37 if (curshell == NULL)
40 if (ret != NULL)
49 if (shells != NULL)
51 shells = NULL;
52 if (strings != NULL)
54 strings = NULL;
55 curshell = NULL;
72 if (shells != NULL)
74 shells = NULL;
75 if (strings != NULL)
[all...]
/illumos-gate/usr/src/cmd/mkpwdict/
H A Dmkpwdict.c61 char *default_dbdst = NULL;
62 char *default_dbsrc = NULL;
65 char *dbdst = NULL;
66 char *dbsrc = NULL;
73 if ((pname = strrchr(argv[0], '/')) == NULL)
79 if ((p = defread("DICTIONLIST=")) != NULL)
81 if ((p = defread("DICTIONDBDIR=")) != NULL)
83 (void) defopen(NULL);
86 if (default_dbdst == NULL)
92 if (dbsrc != NULL) {
[all...]
/illumos-gate/usr/src/cmd/getent/
H A Ddogetproject.c40 if (proj == NULL)
44 proj->pj_name != NULL ? proj->pj_name : "",
46 proj->pj_comment != NULL ? proj->pj_comment : "") == EOF)
49 if (names != NULL) {
50 if (*names != NULL)
53 while (*names != NULL)
60 if (names != NULL) {
61 if (*names != NULL)
64 while (*names != NULL)
71 proj->pj_attr != NULL
[all...]
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_handle.c79 return (NULL);
80 tpconf = NULL;
83 return ((CLIENT *) NULL);
84 if ((hostname = strdup(u.nodename)) == (char *)NULL)
85 return ((CLIENT *) NULL);
102 if ((clnt == NULL) && (tpconf)) {
125 if (clnt_control(clnt, CLSET_SVC_PRIV, NULL) != TRUE) {
127 clnt = NULL;
128 return (NULL);
131 if (clnt == NULL)
[all...]
/illumos-gate/usr/src/cmd/hal/probing/network-printer/
H A Dprobe-network-printer.c43 LibHalContext *ctx = NULL;
44 LibHalChangeSet *cs = NULL;
45 char *manufacturer = NULL,
46 *model = NULL,
47 *serial_number = NULL,
48 *description = NULL,
49 **command_set = NULL,
50 *device_uri = NULL;
58 if ((udi = getenv("UDI")) == NULL)
62 if (printer_address == NULL)
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c109 static struct doc2handle *sa_global_handles = NULL;
123 char *ret = NULL;
249 for (item = sa_global_handles; item != NULL; item = item->next) {
254 if (item != NULL)
256 return (NULL);
266 if (item != NULL) {
291 for (prev = NULL, item = sa_global_handles; item != NULL;
295 if (prev == NULL)
320 while (node != NULL) {
[all...]
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c74 while (headp != NULL) {
83 headp->next = NULL;
92 * Fields that aren't used in filtering the defaults will be NULL.
102 headp = NULL;
103 tailp = NULL;
106 if ((fp = fopen(VFSTAB, "r")) != NULL) {
111 if (search_entry == NULL) {
119 return (NULL);
127 if (newp == NULL) {
135 return (NULL);
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c52 if (msg == NULL)
69 if (handle == NULL)
76 if (handle->scf_pg == NULL)
78 scf_pg_create(handle->scf_handle)) == NULL)
92 smb_smf_scf_log_error(NULL);
128 if (handle->scf_trans != NULL) {
134 handle->scf_trans = NULL;
160 if (handle == NULL)
163 if (handle->scf_trans == NULL) {
180 handle->scf_trans = NULL;
[all...]
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Duadmin.c63 static scf_simple_prop_get_t real_scf_simple_prop_get = NULL;
65 static scf_simple_prop_next_boolean_t real_scf_simple_prop_next_boolean = NULL;
67 static scf_simple_prop_free_t real_scf_simple_prop_free = NULL;
74 scf_simple_prop_get_t scf_simple_prop_get = (scf_handle == NULL)? NULL :
77 (scf_handle == NULL)? NULL :
81 (scf_handle == NULL)? NULL :
85 if (real_scf_simple_prop_get == NULL ||
[all...]
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Duadmin.c62 static scf_simple_prop_get_t real_scf_simple_prop_get = NULL;
64 static scf_simple_prop_next_boolean_t real_scf_simple_prop_next_boolean = NULL;
66 static scf_simple_prop_free_t real_scf_simple_prop_free = NULL;
73 scf_simple_prop_get_t scf_simple_prop_get = (scf_handle == NULL)? NULL :
76 (scf_handle == NULL)? NULL :
80 (scf_handle == NULL)? NULL :
84 if (real_scf_simple_prop_get == NULL ||
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dinit.c34 CLSTATUS **CStatus = NULL; /* Status of same */
35 PSTATUS **PStatus = NULL; /* Status of same */
36 FSTATUS **FStatus = NULL; /* status of same */
37 PWSTATUS **PWStatus = NULL; /* Status of same */
38 EXEC **Exec_Table = NULL; /* Running processes */
39 EXEC **Exec_Slow = NULL; /* Slow filters */
40 EXEC **Exec_Notify = NULL; /* Notifications */
41 RSTATUS *Request_List = NULL; /* Queue of print requests */
83 while((p = Getprinter(NAME_ALL)) != NULL || errno != ENOENT) {
84 if ((!p) || (p->remote)) /* NULL o
[all...]
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dservice.c69 if (svc == NULL)
72 if (svc->connection != NULL) /* alread connected ? */
75 if (svc->uri == NULL)
78 if ((service_name != NULL) && (svc->uri == NULL)) {
86 if ((service_name = getenv("PAPI_SERVICE_URI")) == NULL) {
89 if ((cups = getenv("CUPS_SERVER")) != NULL) {
97 if (service_name == NULL)
103 if (svc->uri == NULL)
106 if (svc->uri->port != NULL)
[all...]
H A Dprinter.c44 if (tmp != NULL) {
45 if (tmp->attributes != NULL)
54 if (printers != NULL) {
57 for (i = 0; printers[i] != NULL; i++)
87 papi_attribute_t **request = NULL, **op = NULL, **response = NULL;
88 void *iter = NULL;
90 if ((svc == NULL) || (printers == NULL))
[all...]
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c48 if (origin != NULL) {
49 if (origin->o_username != NULL)
51 if (origin->o_nettype != NULL)
53 if (origin->o_addrtype != NULL)
55 if (origin->o_address != NULL)
64 if (key != NULL) {
65 if (key->k_method != NULL)
67 if (key->k_enckey != NULL)
78 while (zone != NULL) {
80 if (zone->z_offset != NULL)
[all...]
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dcups-accept-jobs.c42 papi_attribute_t **operational = NULL;
44 char *queue = NULL;
47 (void) papiAttributeListGetCollection(request, NULL,
54 get_printer_id(operational, &queue, NULL);
55 if (queue == NULL) {
H A Denable-printer.c42 papi_attribute_t **operational = NULL;
44 char *queue = NULL;
47 (void) papiAttributeListGetCollection(request, NULL,
54 get_printer_id(operational, &queue, NULL);
55 if (queue == NULL) {
H A Dresume-printer.c42 papi_attribute_t **operational = NULL;
44 char *queue = NULL;
47 (void) papiAttributeListGetCollection(request, NULL,
54 get_printer_id(operational, &queue, NULL);
55 if (queue == NULL) {
/illumos-gate/usr/src/lib/fm/topo/modules/sun4u/pcibus/
H A Dpci_sun4u.h53 { "PCI3", "PCI0", NULL },
54 { "PCI1", "PCI2", NULL },
55 { "PCI2", "PCI1", NULL }
80 physlot_names_t *Physlot_Names = NULL;
81 missing_names_t *Missing_Names = NULL;

Completed in 137 milliseconds

1234567891011>>