Home
last modified time | relevance | path

Searched defs:lim (Results 1 – 6 of 6) sorted by relevance

/coreutils/src/
Dmake-prime-list.c56 wide_uint lim; /* floor ((wide_uint) -1 / p) */ member
Dshuf.c262 char *lim; in read_input() local
Dshred.c401 size_t lim; /* Amount of data to try writing */ in dopass() local
Djoin.c275 char const *lim = ptr + line->buf.length - 1; in xfields() local
Dsort.c1616 char *ptr = line->text, *lim = ptr + line->length - 1; in begfield() local
1659 char *ptr = line->text, *lim = ptr + line->length - 1; in limfield() local
2264 debug_width (char const *text, char const *lim) in debug_width()
2309 char *lim = text + line->length - 1; in debug_key() local
Dfactor.c690 uintmax_t binv, lim; member