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.h375 #define cstrerror /* replaced */ cstrerror macro
376 extern const char *cstrerror(int);
378 #define cstrerror(errnum) ((const char *)strerror(errnum)) macro

Completed in 195 milliseconds