Home
last modified time | relevance | path

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

/external/mksh/src/
Dshf.c1071 cstrerror(int errnum) in cstrerror() function
1087 cstrerror(int errnum) in cstrerror() function
Dsh.h394 #define cstrerror /* replaced */ cstrerror macro
397 #define cstrerror(errnum) ((const char *)strerror(errnum)) macro