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

/external/mksh/src/
H A Dshf.c1091 cstrerror(int errnum) function
1107 cstrerror(int errnum) function
H A Dsh.h440 #define cstrerror /* replaced */ cstrerror macro
441 extern const char *cstrerror(int);
443 #define cstrerror(errnum) ((const char *)strerror(errnum)) macro

Completed in 90 milliseconds