Searched refs:errstring (Results 1 - 5 of 5) sorted by relevance

/external/blktrace/btreplay/
H A Dbtrecord.c185 static inline void fatal(const char *errstring, const int exitval, argument
190 if (errstring)
191 perror(errstring);
H A Dbtreplay.c206 * The 'fatal' macro will output a perror message (if errstring is !NULL)
212 static inline void fatal(const char *errstring, const int exitval, argument
217 if (errstring)
218 perror(errstring);
/external/libpcap/
H A Dpcap-dlpi.c1068 static char errstring[6+2+8+1]; local
1170 sprintf(errstring, "Error %02x", dl_errno);
1171 return (errstring);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c1039 ** Call error with errstring and return zero on errors.
1043 gethms(string, errstring, signable)
1045 const char * const errstring;
1065 error(errstring);
1071 error(errstring);
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c1039 ** Call error with errstring and return zero on errors.
1043 gethms(string, errstring, signable)
1045 const char * const errstring;
1065 error(errstring);
1071 error(errstring);

Completed in 1709 milliseconds