/illumos-gate/usr/src/lib/libcryptoutil/common/ |
H A D | pkcserror.c | 43 static char errstr[128]; local 218 (void) snprintf(errstr, sizeof (errstr), 220 return (errstr);
|
/illumos-gate/usr/src/common/net/wanboot/ |
H A D | bootconf_errmsg.c | 42 char *errstr; local 45 errstr = gettext("bootconf_errmsg: internal error"); 49 errstr = gettext("No error"); 52 errstr = gettext("Can't open configuration file"); 55 errstr = gettext("Error creating/adding to nvlist"); 58 errstr = gettext("Error reading/closing configuration file"); 64 errstr = errmsg; 71 errstr = errmsg; 78 errstr = errmsg; 82 errstr [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | cmds_gss.c | 46 user_gss_error(OM_uint32 maj_stat, OM_uint32 min_stat, char *errstr) argument 93 (void) fprintf(stderr, "GSSAPI error: %s\n", errstr);
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | setoption.c | 54 char *matched, *errstr; local 298 LDAP_GET_LDERRNO(ld, &matched, &errstr); 300 errstr = nsldapi_strdup(errstr); 301 LDAP_SET_LDERRNO(ld, *((int *)optdata), matched, errstr); 313 rc = LDAP_GET_LDERRNO(ld, NULL, &errstr); 314 errstr = nsldapi_strdup(errstr); 316 nsldapi_strdup((char *)optdata), errstr);
|
/illumos-gate/usr/src/cmd/pools/common/ |
H A D | utils.c | 49 const char *errstr; local 52 errstr = strerror(syserr); 54 errstr = pool_strerror(errnum); 55 return (errstr);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | strtonum.c | 38 const char *errstr; member in struct:errval 61 *errstrp = ev[error].errstr;
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | delmap.c | 94 char *errstr = getErrstr(); local 100 (errstr && *errstr) ? errstr : unknown);
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | compat_strtonum.c | 45 const char *errstr; member in struct:errval 68 *errstrp = ev[error].errstr;
|
/illumos-gate/usr/src/cmd/sgs/libldmake/common/ |
H A D | lock.c | 48 char *errstr; local 54 if ((errstr = strerror(err)) != NULL) { 55 (void) strlcat(msg, errstr, mlen);
|
/illumos-gate/usr/src/cmd/svr4pkg/installf/ |
H A D | dofinal.c | 78 char *errstr = getErrstr(); local 84 (errstr && *errstr) ? errstr : "Unknown");
|
/illumos-gate/usr/src/lib/libtsnet/common/ |
H A D | tsol_gettpent.c | 57 char *errstr = NULL; local 80 return (tpstr_to_ent(tpstrp, &err, &errstr)); 102 char *errstr = NULL; local 121 return (tpstr_to_ent(tpstrp, &err, &errstr)); 128 char *errstr = NULL; local 140 tpentp = tpstr_to_ent(tpstrp, &err, &errstr); 148 gettext("Error parsing tnrhtp file"), errstr, 149 (strlen(errstr) > 32)? "...": "", 157 tpentp = tpstr_to_ent(tpstrp, &err, &errstr);
|
H A D | tsol_sgetrhent.c | 168 char *cp, *cp2, *errstr; local 182 errstrp = &errstr;
|
H A D | tsol_getrhent.c | 61 char *errstr = NULL; local 86 return (rhstr_to_ent(rhstrp, &err, &errstr)); 108 char *errstr = NULL; local 127 return (rhstr_to_ent(rhstrp, &err, &errstr)); 134 char *errstr = NULL; local 146 rhentp = rhstr_to_ent(rhstrp, &err, &errstr); 154 gettext("Error parsing tnrhdb file"), errstr, 155 (strlen(errstr) > 32)? "...": "", 163 rhentp = rhstr_to_ent(rhstrp, &err, &errstr);
|
H A D | tsol_sgettpent.c | 239 char *errstr; local 253 errstrp = &errstr;
|
H A D | tsol_sgetzcent.c | 159 char *errstr; local 173 errstrp = &errstr;
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | clnt_perror.c | 239 char *errstr; local 262 errstr = strerror(rpc_createerr.cf_error.re_errno); 263 if (errstr != NULL) 264 (void) strlcat(str, errstr, ERRBUFSZ); 293 errstr = strerror(rpc_createerr.cf_error.re_errno); 294 if (errstr != NULL) 295 (void) strlcat(str, errstr, ERRBUFSZ);
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | cluster_rcm.c | 156 char **infostr, char **errstr, nvlist_t *props, rcm_info_t **dependent) 170 timespec_t *interval, uint_t flags, char **errstr, 173 if ((*errstr = strdup(OS_SUSPEND_ERR)) == NULL) 182 char **errstr, rcm_info_t **dependent) 194 char **errstr, rcm_info_t **dependent) 196 if ((*errstr = strdup(OS_OFFLINE_ERR)) == NULL) 205 char **errstr, rcm_info_t **dependent) 213 char **errstr, rcm_info_t **dependent) 215 if ((*errstr = strdup(OS_REMOVE_ERR)) == NULL) 155 cluster_getinfo(rcm_handle_t *hdl, char *rsrcname, id_t id, uint_t flags, char **infostr, char **errstr, nvlist_t *props, rcm_info_t **dependent) argument 169 cluster_suspend(rcm_handle_t *hdl, char *rsrcname, id_t id, timespec_t *interval, uint_t flags, char **errstr, rcm_info_t **dependent) argument 181 cluster_resume(rcm_handle_t *hdl, char *rsrcname, id_t id, uint_t flags, char **errstr, rcm_info_t **dependent) argument 193 cluster_offline(rcm_handle_t *hdl, char *rsrcname, id_t id, uint_t flags, char **errstr, rcm_info_t **dependent) argument 204 cluster_online(rcm_handle_t *hdl, char *rsrcname, id_t id, uint_t flags, char **errstr, rcm_info_t **dependent) argument 212 cluster_remove(rcm_handle_t *hdl, char *rsrcname, id_t id, uint_t flags, char **errstr, rcm_info_t **dependent) argument
|
/illumos-gate/usr/src/cmd/rexd/ |
H A D | where.c | 86 char *errstr; local 88 if ((errstr = strerror(errno)) == NULL) 89 errstr = "unknown error"; 93 strcpy(within, errstr);
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | kdb_ldap_conn.c | 167 char *errstr = NULL; local 217 server_info->server_name, SSL_ON, &errstr)) != LDAP_SUCCESS) { 220 errstr);
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | mapping.c | 356 * The caller is responsible for freeing the error string (ie., *errstr) when 360 kmf_get_mapper_error_str(KMF_HANDLE_T handle, char **errstr) argument 366 if (handle == NULL || errstr == NULL) 380 return (err2string(h, errstr));
|
/illumos-gate/usr/src/lib/libkmf/mappers/kmf_mapper_cn/common/ |
H A D | mapper_cn.c | 201 mapper_get_error_str(KMF_HANDLE_T h, char **errstr) argument 206 *errstr = NULL; 212 *errstr = (char *)strdup("CN_MAPPER_CN_RDN_NOT_PRESENT"); 215 *errstr = (char *)strdup("KMF_ERR_MISSING_MAPPER_ERRCODE"); 218 if (*errstr == NULL)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | 6to4relay.c | 69 char errstr[DLADM_STRSIZE]; local 76 dladm_status2str(status, errstr)); 178 char errstr[DLADM_STRSIZE]; local 189 "dladm handle: %s\n"), dladm_status2str(status, errstr)); 253 dladm_status2str(status, errstr)); 264 "%s\n"), dladm_status2str(status, errstr)); 293 dladm_status2str(status, errstr)); 311 "%s\n"), dladm_status2str(status, errstr));
|
H A D | if_mpadm.c | 238 char *errstr = strerror(errno); local 248 (void) fprintf(stderr, ": %s\n", errstr); 258 char *errstr = strerror(errno); local 268 (void) fprintf(stderr, ": %s\n", errstr);
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | rules.c | 105 char *errstr = "???"; local 133 errstr = gettext(TXT_srcdst); 157 errstr = gettext(TXT_nobase); 163 errstr = gettext(TXT_noargs); 185 errstr = gettext(TXT_noargs); 208 errstr = gettext(TXT_noargs); 213 errstr = gettext(TXT_badver); 228 lex_linenum, errstr, name);
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | procmap.c | 226 char *errstr = getErrstr(); local 232 (errstr && *errstr) ? errstr : "Unknown");
|