Home
last modified time | relevance | path

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

/external/mksh/src/
Dshf.c1073 cstrerror(int errnum) in cstrerror() function
1089 cstrerror(int errnum) in cstrerror() function
Dsh.h433 #define cstrerror /* replaced */ cstrerror macro
436 #define cstrerror(errnum) ((const char *)strerror(errnum)) macro