| /src/distrib/utils/libhack/ |
| strerror.c | 1 /* $NetBSD: strerror.c,v 1.3 2003/08/07 09:27:58 agc Exp $ */ 41 strerror(num) function
|
| strerror.c | 1 /* $NetBSD: strerror.c,v 1.3 2003/08/07 09:27:58 agc Exp $ */ 41 strerror(num) function
|
| /src/sys/lib/libsa/ |
| strerror.c | 1 /* $NetBSD: strerror.c,v 1.20 2007/11/24 13:20:57 isaki Exp $ */ 61 strerror(int err) function
|
| strerror.c | 1 /* $NetBSD: strerror.c,v 1.20 2007/11/24 13:20:57 isaki Exp $ */ 61 strerror(int err) function
|
| /src/sys/arch/i386/stand/lib/test/ |
| sanamespace.h | 18 #undef strerror macro
|
| sanamespace.h | 18 #undef strerror macro
|
| /src/usr.sbin/ndbootd/ |
| ndbootd.h | 102 #define strerror(e) ((e) < sys_nerr ? sys_errlist[e] : "unknown error") macro
|
| ndbootd.h | 102 #define strerror(e) ((e) < sys_nerr ? sys_errlist[e] : "unknown error") macro
|
| /src/bin/ed/ |
| ed.h | 131 fprintf(stderr, "%s\n", strerror(errno)); \ 161 # define strerror(n) sys_errlist[n] macro
|
| ed.h | 131 fprintf(stderr, "%s\n", strerror(errno)); \ 161 # define strerror(n) sys_errlist[n] macro
|
| /src/usr.bin/make/ |
| util.c | 25 strerror(int e) function 248 "getwd: Cannot stat \"/\" (%s)", strerror(errno)); 259 "getwd: Cannot stat \".\" (%s)", strerror(errno)); 278 nextpathptr, strerror(errno)); 284 nextpathptr, strerror(errno)); 306 d->d_name, strerror(errno));
|
| util.c | 25 strerror(int e) function 248 "getwd: Cannot stat \"/\" (%s)", strerror(errno)); 259 "getwd: Cannot stat \".\" (%s)", strerror(errno)); 278 nextpathptr, strerror(errno)); 284 nextpathptr, strerror(errno)); 306 d->d_name, strerror(errno));
|