/freebsd/contrib/unbound/util/ |
H A D | rfc_1982.c | 48 const uint32_t cutoff = ((uint32_t) 1 << (32 - 1)); in compare_1982() local 63 const uint32_t cutoff = ((uint32_t) 1 << (32 - 1)); in subtract_1982() local
|
/freebsd/contrib/sendmail/libsm/ |
H A D | strto.c | 51 register LONGLONG_T acc, cutoff; variable 191 register ULONGLONG_T acc, cutoff; local
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | strtoll.c | 53 long long acc, cutoff; in strtoll() local
|
H A D | strtoull.c | 53 unsigned long long acc, cutoff; in strtoull() local
|
H A D | strtoul.c | 51 unsigned long acc, cutoff; in strtoul() local
|
/freebsd/sys/libkern/ |
H A D | strtol.c | 52 unsigned long cutoff; in strtol() local
|
H A D | strtoul.c | 52 unsigned long cutoff; in strtoul() local
|
H A D | strtoq.c | 52 u_quad_t qbase, cutoff; in strtoq() local
|
H A D | strtouq.c | 52 u_quad_t qbase, cutoff; in strtouq() local
|
/freebsd/lib/libc/iconv/ |
H A D | _strtol.h | 51 __INT acc, cutoff; in _FUNCNAME() local
|
H A D | _strtoul.h | 50 __UINT acc, cutoff; in _FUNCNAME() local
|
/freebsd/contrib/bmake/ |
H A D | _strtol.h | 59 __INT acc, cutoff; in _FUNCNAME() local
|
/freebsd/lib/libc/locale/ |
H A D | wcstoimax.c | 54 uintmax_t cutoff; in wcstoimax_l() local
|
H A D | wcstol.c | 54 unsigned long cutoff; in wcstol_l() local
|
H A D | wcstoll.c | 54 unsigned long long cutoff; in wcstoll_l() local
|
H A D | wcstoul.c | 54 unsigned long cutoff; in wcstoul_l() local
|
H A D | wcstoull.c | 54 unsigned long long cutoff; in wcstoull_l() local
|
H A D | wcstoumax.c | 54 uintmax_t cutoff; in wcstoumax_l() local
|
/freebsd/lib/libc/stdlib/ |
H A D | strtoimax.c | 56 uintmax_t cutoff; in strtoimax_l() local
|
H A D | strtol.c | 56 unsigned long cutoff; in strtol_l() local
|
H A D | strtoll.c | 56 unsigned long long cutoff; in strtoll_l() local
|
H A D | strtoul.c | 55 unsigned long cutoff; in strtoul_l() local
|
H A D | strtoull.c | 56 unsigned long long cutoff; in strtoull_l() local
|
H A D | strtoumax.c | 56 uintmax_t cutoff; in strtoumax_l() local
|
/freebsd/usr.bin/locate/locate/ |
H A D | fastfind.c | 148 u_char *cutoff; local
|