Searched refs:Exit_code (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/diff/lib/ |
H A D | xstrtol.h | 58 # define _STRTOL_ERROR(Exit_code, Str, Argument_type_string, Err) \ argument 67 error ((Exit_code), 0, "invalid %s `%s'", \ 73 error ((Exit_code), 0, "invalid character following %s in `%s'", \ 78 error ((Exit_code), 0, "%s `%s' too large", \
|