Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Dstty.c2122 unsigned long ul; in strtoul_tcflag_t() local
2124 ul = strtoul (s, p, base); in strtoul_tcflag_t()
2125 if (errno || **p != delim || *p == s || (tcflag_t) ul != ul) in strtoul_tcflag_t()
2127 *result = ul; in strtoul_tcflag_t()
2135 unsigned long ul; in strtoul_cc_t() local
2137 ul = strtoul (s, p, base); in strtoul_cc_t()
2138 if (errno || **p != delim || *p == s || (cc_t) ul != ul) in strtoul_cc_t()
2140 *result = ul; in strtoul_cc_t()
Dexpr.c507 unsigned long int ul = mpz_get_ui (i); in getsize() local
508 if (ul < SIZE_MAX) in getsize()
509 return ul; in getsize()