/src/distrib/utils/libhack/ |
strerror.c | 44 unsigned int errnum; local in function:strerror 46 errnum = num; /* convert to unsigned */ 47 if (errnum < sys_nerr) 48 return((__aconst char *)sys_errlist[errnum]);
|
/src/sys/dev/vme/ |
xio.h | 48 u_char errnum; /* out: error number */ member in struct:xd_iocmd
|
xdvar.h | 51 int errnum; /* error number if we fail */ member in struct:xd_iorq
|
xyvar.h | 50 int errnum; /* error number if we fail */ member in struct:xy_iorq
|
xy.c | 116 (ER) = (SC)->ciorq->errnum; \ 1280 rq->tries = rq->errnum = rq->lasterror = 0; 1301 iopb->errnum = 0; 1521 return (iorq->errnum); 1552 return (iorq->errnum); 1680 retval = iorq->errnum; 1684 iorq->errnum, xyc_e2str(iorq->errnum)); 1727 xyc_e2str(iopb->errnum)); 1777 iorq->errnum = error 1851 int errnum, rq, comm, errs; local in function:xyc_remove_iorq 2031 int errnum = iorq->errnum; local in function:xyc_error [all...] |
xyreg.h | 126 volatile u_char errnum; /* error or completion code */ member in struct:xy_iopb
|
xd.c | 176 (ER) = (SC)->reqs[RQ].errnum; \ 643 if (xdc->reqs[rqno].errnum) 644 printf(": %s: ", xdc_e2str(xdc->reqs[rqno].errnum)); 1372 rq->tries = rq->errnum = rq->lasterror = 0; 1391 iopb->errnum = iopb->status = 0; 1680 return (iorq->errnum); 1712 return (iorq->errnum); 1784 retval = xdcsc->reqs[iorqno].errnum; 1788 xdcsc->reqs[iorqno].errnum, xdc_e2str(xdcsc->reqs[iorqno].errnum)); 1958 int errnum, rqno, comm, errs; local in function:xdc_remove_iorq 2157 int errnum = iorq->errnum; local in function:xdc_error [all...] |
xdreg.h | 138 volatile u_char errnum; /* status byte 1 (non-zero if error) */ member in struct:xd_iopb
|
/src/lib/libc/string/ |
strerror_r.c | 106 unsigned int errnum = num; local in function:_strerror_lr 117 if (errnum < (unsigned int) sys_nerr) { 128 slen = strlcpy(buf, errlist[errnum], buflen); 130 slen = strlcpy(buf, sys_errlist[errnum], buflen);
|
/src/lib/libc/rpc/ |
clnt_perror.c | 225 unsigned int errnum = stat; local in function:clnt_sperrno 229 if (errnum < (sizeof(rpc_errlist)/sizeof(rpc_errlist[0]))) { 230 msg = rpc_errlist[errnum]; 318 unsigned int errnum = stat; local in function:auth_errmsg 320 if (errnum < __arraycount(auth_errlist)) 321 return __UNCONST(auth_errlist[errnum]);
|
/src/usr.bin/tput/ |
tput.c | 145 static const char errnum[] = local in function:process 176 errx(2, errnum, i + 1, *argv, cap);
|
/src/bin/csh/ |
Makefile | 32 DPSRCS+= errnum.h const.h 33 CLEANFILES+= errnum.h const.h 35 errnum.h: err.c 46 const.c: errnum.h
|
/src/lib/libc/citrus/ |
citrus_prop.c | 199 int ch, errnum; local in function:_citrus_prop_read_character 210 errnum = _citrus_prop_read_character_common(ms, &ch); 211 if (errnum != 0) 212 return errnum; 253 int errnum, quot, ch; local in function:_citrus_prop_read_str 301 errnum = _citrus_prop_read_character_common(ms, &ch); 302 if (errnum != 0) 303 return errnum; 355 int ch, errnum; local in function:_citrus_prop_parse_element 364 errnum = _citrus_prop_read_symbol(ms, name, sizeof(name)) 451 int errnum, ch; local in function:_citrus_prop_parse_variable [all...] |
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
xs_wire.h | 68 int errnum; member in struct:xsd_errors
|
/src/usr.bin/patch/ |
util.c | 245 int errnum = errno; local in function:pfatal 251 fprintf(stderr, ": %s\n", strerror(errnum));
|
/src/lib/libc/citrus/modules/ |
citrus_viqr.c | 496 int errnum; local in function:_citrus_VIQR_encoding_module_init 517 errnum = mnemonic_append_child(ei->mroot, 519 if (errnum != 0) { 521 return errnum; 531 errnum = mnemonic_append_child(ei->mroot, 533 if (errnum != 0) { 535 return errnum;
|
citrus_hz.c | 698 int errnum; local in function:_citrus_HZ_encoding_module_init 705 errnum = _citrus_prop_parse_variable( 707 if (errnum != 0) 709 return errnum;
|
/src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
GCDAProfiling.c | 231 int errnum = errno; local in function:map_file 233 strerror(errnum)); 241 int errnum = errno; local in function:unmap_file 243 strerror(errnum)); 282 int errnum = errno; local in function:llvm_gcda_start_file 284 strerror(errnum));
|
/src/usr.bin/nc/ |
netcat.c | 166 int errnum; local in function:main 235 iflag = strtoi(optarg, NULL, 0, 0, UINT_MAX, &errnum); 236 if (errnum) 237 errc(1, errnum, "bad interval `%s'", optarg); 251 ttl = strtoi(optarg, NULL, 0, 0, 255, &errnum); 252 if (errnum) 253 errc(1, errnum, "bad ttl `%s'", optarg); 256 minttl = strtoi(optarg, NULL, 0, 0, 255, &errnum); 257 if (errnum) 258 errc(1, errnum, "bad minttl `%s'", optarg) 1402 int errnum; local in function:strtoport [all...] |
/src/sys/arch/acorn32/stand/lib/ |
riscoscalls.h | 102 uint32_t errnum; member in struct:os_error
|
/src/lib/librumphijack/ |
hijack.c | 2167 int errnum; member in struct:pollarg 2181 parg->errnum = errno; 2302 errno_host = parg.errnum;
|