Home
last modified time | relevance | path

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

/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Drandread.c151 get_nonce (void *buffer, size_t bufsize, size_t bytes_bound) in get_nonce() argument
160 seeded = read (fd, buf, MIN (bufsize, bytes_bound)); in get_nonce()
204 randread_new (char const *name, size_t bytes_bound) in randread_new() argument
206 if (bytes_bound == 0) in randread_new()
220 setvbuf (source, s->buf.c, _IOFBF, MIN (sizeof s->buf.c, bytes_bound)); in randread_new()
225 bytes_bound); in randread_new()
H A 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()
/dports/misc/gnuls/coreutils-8.30/lib/
H A Drandread.c151 get_nonce (void *buffer, size_t bufsize, size_t bytes_bound) in get_nonce() argument
160 seeded = read (fd, buf, MIN (bufsize, bytes_bound)); in get_nonce()
204 randread_new (char const *name, size_t bytes_bound) in randread_new() argument
206 if (bytes_bound == 0) in randread_new()
220 setvbuf (source, s->buf.c, _IOFBF, MIN (sizeof s->buf.c, bytes_bound)); in randread_new()
225 bytes_bound); in randread_new()
H A 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()