strtol_error       45 gnulib-tests/test-xstrtol.c   strtol_error s_err;
strtol_error       46 lib/xstrtol.c  static strtol_error
strtol_error       63 lib/xstrtol.c  static strtol_error
strtol_error       66 lib/xstrtol.c    strtol_error err = LONGINT_OK;
strtol_error       74 lib/xstrtol.c  strtol_error
strtol_error       81 lib/xstrtol.c    strtol_error err = LONGINT_OK;
strtol_error      129 lib/xstrtol.c        strtol_error overflow;
strtol_error       39 lib/xstrtol.h  typedef enum strtol_error strtol_error;
strtol_error       43 lib/xstrtol.h    strtol_error name (const char *, char **, int, type *, const char *);
strtol_error      133 src/cmp.c        strtol_error e = xstrtoumax (arg, argptr, 0, &val, valid_suffixes);