Searched refs:strerror_override (Results 1 - 4 of 4) sorted by relevance

/external/bison/lib/
H A Dstrerror-override.h51 extern const char *strerror_override (int errnum);
53 # define strerror_override(ignored) NULL macro
H A Dstrerror.c44 const char *msg = strerror_override (n);
H A Dstrerror-override.c35 strerror_override (int errnum) function
H A Dstrerror_r.c152 char const *msg = strerror_override (errnum);

Completed in 579 milliseconds