Searched defs:error_num (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | progerr.c | 45 error_and_exit(int error_num) argument 47 (void) fprintf(stderr, "%d\n", error_num);
|
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | newscreen.c | 305 short error_num = -1; local 312 error_num = CURS_UNKNOWN; 329 error_num = CURS_STUPID; 333 return (error_num);
|
/osnet-11/usr/src/lib/libinstzones/common/ |
H A D | zones_utils.c | 101 static void error_and_exit(int error_num); 111 * error_num - error index number: 119 error_and_exit(int error_num) argument 121 if (error_num == ERR_MALLOC_FAIL) 124 (void) fprintf(stderr, "ERROR: code %d\n", error_num);
|
/osnet-11/usr/src/lib/libexacct/demo/ |
H A D | exdump.c | 204 int error_num; local 209 if ((phe = getipnodebyaddr(addr, len, family, &error_num)) != NULL) {
|
/osnet-11/usr/src/lib/libresolv2/common/irs/ |
H A D | gethostent.c | 272 getipnodebyname(const char *name, int af, int flags, int *error_num) { argument 283 *error_num = NO_RECOVERY; 290 *error_num = NO_RECOVERY; 306 *error_num = HOST_NOT_FOUND; 323 return (copyandmerge(&he, NULL, af, error_num)); 333 he1 = copyandmerge(he2, NULL, af, error_num); 348 *error_num = net_data->res->res_h_errno; 352 *error_num = tmp_err; 356 he3 = copyandmerge(he1, he2, af, error_num); 364 getipnodebyaddr(const void *src, size_t len, int af, int *error_num) { argument 815 copyandmerge(struct hostent *he1, struct hostent *he2, int af, int *error_num) argument [all...] |
/osnet-11/usr/src/lib/libnsl/nss/ |
H A D | getipnodeby.c | 243 getipnodebyname(const char *name, int af, int flags, int *error_num) argument 256 *error_num = NO_RECOVERY; 287 *error_num = HOST_NOT_FOUND; 290 *error_num = NETDB_SUCCESS; /* Think positively. */ 300 *error_num = NO_RECOVERY; 310 nssout.nss.host.herrno_p = error_num; 340 *error_num = NO_RECOVERY; 348 nssout.nss.host.herrno_p = error_num; 357 if (*error_num == NETDB_SUCCESS) { 359 *error_num 471 getipnodebyaddr(const void *src, size_t len, int type, int *error_num) argument [all...] |
/osnet-11/usr/src/lib/auditd_plugins/remote/ |
H A D | audit_remote.c | 283 int error_num; local 349 hostentry = getipnodebyname(hostname, AF_INET6, 0, &error_num); 352 &error_num); 355 if (error_num == TRY_AGAIN) {
|
/osnet-11/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 1303 int error_num; local 1319 hptr = getipnodebyname(tmp_target_str, AF_INET, 0, &error_num); 1323 &error_num);
|
Completed in 47 milliseconds