OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cstrerror
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
shf.c
1083
cstrerror
(int errnum)
function
1099
cstrerror
(int errnum)
function
sh.h
374
#define
cstrerror
/* replaced */
cstrerror
macro
375
extern const char *
cstrerror
(int);
377
#define
cstrerror
(errnum) ((const char *)strerror(errnum))
macro
[
all
...]
Completed in 2927 milliseconds