Home
last modified time | relevance | path

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

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