Searched refs:ul (Results 1 – 2 of 2) sorted by relevance
2122 unsigned long ul; in strtoul_tcflag_t() local2124 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() local2137 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()
507 unsigned long int ul = mpz_get_ui (i); in getsize() local508 if (ul < SIZE_MAX) in getsize()509 return ul; in getsize()