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

/external/mksh/src/
H A Dshf.c1092 cstrerror(int errnum) function
1108 cstrerror(int errnum) function
H A Dsh.h466 #define cstrerror /* replaced */ cstrerror macro
467 extern const char *cstrerror(int);
469 #define cstrerror(errnum) ((const char *)strerror(errnum)) macro

Completed in 387 milliseconds