Home
last modified time | relevance | path

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

/stdlib/
A Drandom_r.c163 int type; in __srandom_r() local
172 type = buf->rand_type; in __srandom_r()
181 if (type == TYPE_0) in __srandom_r()
246 int type; in weak_alias() local
254 type = TYPE_0; in weak_alias()
262 buf->rand_type = type; in weak_alias()
274 if (type != TYPE_0) in weak_alias()
298 int type; in weak_alias() local
315 if (type < TYPE_0 || type > TYPE_4) in weak_alias()
320 buf->rand_type = type; in weak_alias()
[all …]

Completed in 5 milliseconds