HomeSort by: relevance | last modified time | path
    Searched defs:strerror (Results 1 - 5 of 5) sorted by relevancy

  /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
  /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 in typeref:typename:char *
  /src/usr.sbin/ndbootd/
ndbootd.h 102 #define strerror(e) ((e) < sys_nerr ? sys_errlist[e] : "unknown error") macro
  /src/usr.bin/make/
util.c 25 strerror(int e) function in typeref:typename:char *
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));
  /src/bin/ed/
ed.h 131 fprintf(stderr, "%s\n", strerror(errno)); \
161 # define strerror(n) sys_errlist[n] macro

Completed in 14 milliseconds