Searched refs:type (Results 1 – 1 of 1) sorted by relevance
163 int type; in __srandom_r() local172 type = buf->rand_type; in __srandom_r()181 if (type == TYPE_0) in __srandom_r()246 int type; in weak_alias() local254 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() local315 if (type < TYPE_0 || type > TYPE_4) in weak_alias()320 buf->rand_type = type; in weak_alias()[all …]
Completed in 5 milliseconds