Searched defs:cstrerror (Results 1 - 2 of 2) sorted by relevance

/external/mksh/src/
H A Dshf.c1090 cstrerror(int errnum) function
1106 cstrerror(int errnum) function
H A Dsh.h390 #define cstrerror /* replaced */ cstrerror macro
391 extern const char *cstrerror(int);
393 #define cstrerror(errnum) ((const char *)strerror(errnum)) macro

Completed in 95 milliseconds