Home
last modified time | relevance | path

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

/coreutils/gl/lib/
Drandread.c173 randread_new (char const *name, size_t bytes_bound) in randread_new() argument
175 if (bytes_bound == 0) in randread_new()
189 setvbuf (source, s->buf.c, _IOFBF, MIN (sizeof s->buf.c, bytes_bound)); in randread_new()
194 MIN (sizeof s->buf.isaac.state.m, bytes_bound))) in randread_new()
Drandint.c84 randint_all_new (char const *name, size_t bytes_bound) in randint_all_new() argument
86 struct randread_source *source = randread_new (name, bytes_bound); in randint_all_new()