Searched refs:LONGINT_OK (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dxstrtol.h36 LONGINT_OK, LONGINT_INVALID, LONGINT_INVALID_SUFFIX_CHAR, LONGINT_OVERFLOW enumerator in enum:strtol_error
55 case LONGINT_OK: \
H A Dxstrtol.c161 return LONGINT_OK;
267 return LONGINT_OK;
290 if (s_err == LONGINT_OK)
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dxstrtol.c61 return LONGINT_OK;
67 strtol_error err = LONGINT_OK;
82 strtol_error err = LONGINT_OK;
251 if (s_err == LONGINT_OK)
H A Dxstrtol.h32 LONGINT_OK = 0, enumerator in enum:strtol_error
/macosx-10.9.5/text_cmds-87/sort/
H A Dxstrtol.c84 return LONGINT_OK;
90 strtol_error err = LONGINT_OK;
105 strtol_error err = LONGINT_OK;
274 if (s_err == LONGINT_OK)
H A Dxstrtol.h35 LONGINT_OK = 0, enumerator in enum:strtol_error
H A Dsort.c610 if (e == LONGINT_OK && ISDIGIT (suffix[-1]))
623 e = LONGINT_OK;
634 e = LONGINT_OK;
642 if (e == LONGINT_OK)
2008 case LONGINT_OK:
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dtar.c1202 if (! (xstrtoumax (arg, 0, 10, &u, "") == LONGINT_OK
1310 if (xstrtoumax (arg, 0, 10, &u, "") != LONGINT_OK)
1592 if (xstrtoumax (arg, 0, 10, &g, "") == LONGINT_OK
1653 if (xstrtoumax (arg, 0, 10, &u, "") == LONGINT_OK)
1674 if (xstrtoumax (arg, 0, 10, &u, "") == LONGINT_OK
1710 if (! (xstrtoumax (arg, 0, 10, &u, "") == LONGINT_OK
1750 if (! (xstrtoumax (arg, 0, 10, &u, "") == LONGINT_OK
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Dcmp.c140 if (! (e == LONGINT_OK
237 if (xstrtoumax (optarg, 0, 0, &n, valid_suffixes) != LONGINT_OK)

Completed in 184 milliseconds