Searched defs:_randomjunk (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Drandom.c112 static struct _randomjunk { struct
142 } *__randomjunk, *_randomjunk(void), _randominit = {
174 static struct _randomjunk *
175 _randomjunk(void) function
177 struct _randomjunk *rp = __randomjunk;
180 rp = (struct _randomjunk *)malloc(sizeof (*rp));
205 struct _randomjunk *rp = _randomjunk();
250 struct _randomjunk *rp = _randomjunk();
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Drandom.c129 static struct _randomjunk { struct
159 } *__randomjunk, *_randomjunk(void), _randominit = {
189 static struct _randomjunk *
190 _randomjunk(void) function
192 struct _randomjunk *rp = __randomjunk;
195 rp = (struct _randomjunk *)malloc(sizeof (*rp));
228 struct _randomjunk *rp = _randomjunk();
302 struct _randomjunk *rp = _randomjunk();
[all...]

Completed in 56 milliseconds