Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
jrand48
headers/posix/stdlib.h
116
extern long jrand48(unsigned short int xsubi[3]);
src/libs/uuid/gen_uuid.c
141
*cp++ ^= (jrand48(tmp_seed) >> 7) & 0xFF;