Searched defs:any (Results 1 – 12 of 12) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | strtoul.c | 137 register int neg = 0, any, cutlim; in strtoul_l() local
|
D | wcstoimax.c | 64 int neg = 0, any, cutlim; in wcstoimax_l() local
|
D | wcstol.c | 137 register int neg = 0, any, cutlim; in wcstol_l() local
|
D | wcstoll.c | 138 register int neg = 0, any, cutlim; in wcstoll_l() local
|
D | wcstoul.c | 138 register int neg = 0, any, cutlim; in wcstoul_l() local
|
D | wcstoumax.c | 63 int neg = 0, any, cutlim; in wcstoumax_l() local
|
D | strtoimax.c | 64 int neg = 0, any = 0, cutlim; in strtoimax_l() local
|
D | strtoumax.c | 64 int neg = 0, any, cutlim; in strtoumax_l() local
|
D | wcstoull.c | 150 register int neg = 0, any, cutlim; in wcstoull_l() local
|
D | strtol.c | 129 register int neg = 0, any, cutlim; in _strtol_l() local
|
D | strtoll.c | 137 register int neg = 0, any, cutlim; in _strtoll_l() local
|
D | strtoull.c | 133 register int neg = 0, any, cutlim; in _strtoull_l() local
|