| /src/usr.bin/nbperf/ |
| nbperf.c | 66 #define arc4random() rand() macro 76 nbperf->seed[0] = arc4random();
|
| /src/external/bsd/unbound/dist/compat/ |
| arc4random.c | 1 /* $OpenBSD: arc4random.c,v 1.41 2014/07/12 13:24:54 deraadt Exp $ */ 296 arc4random(void) function
|
| /src/external/bsd/libevent/dist/ |
| arc4random.c | 1 /* $NetBSD: arc4random.c,v 1.1.1.4 2021/04/07 02:43:14 christos Exp $ */ 2 /* Portable arc4random.c based on arc4random.c from OpenBSD. 476 arc4random(void) function 540 r = arc4random();
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| arc4random.c | 1 /* $NetBSD: arc4random.c,v 1.6 2024/08/18 20:47:20 christos Exp $ */ 3 /* Portable arc4random.c based on arc4random.c from OpenBSD. 477 arc4random(void) function 541 r = arc4random();
|
| /src/external/mit/expat/dist/ |
| configure | 20844 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for arc4random (BSD, macOS, libbsd or glibc 2.36+)" >&5 20845 printf %s "checking for arc4random (BSD, macOS, libbsd or glibc 2.36+)... " >&6; } 20855 arc4random(); function
|
| /src/lib/libc/gen/ |
| arc4random.c | 1 /* $NetBSD: arc4random.c,v 1.50 2025/03/11 14:30:27 riastradh Exp $ */ 33 * Legacy arc4random(3) API from OpenBSD reimplemented using the 43 * The arc4random(3) API may abort the process if: 49 * the arc4random(3) API. KERN_ARND is unlikely to fail later unless 54 __RCSID("$NetBSD: arc4random.c,v 1.50 2025/03/11 14:30:27 riastradh Exp $"); 73 #include "arc4random.h" 77 __weak_alias(arc4random,_arc4random) 525 /* arc4random state: per-thread, per-process (zeroed in child on fork) */ 664 * state to avoid contention due to arc4random. 673 * Note that the arc4random library state has been initialize 745 arc4random(void) function [all...] |
| /src/crypto/external/bsd/heimdal/include/ |
| config.h | 6 #define arc4random random macro 126 /* Define to 1 if you have the `arc4random' function. */
|
| /src/lib/libc/include/ |
| namespace.h | 207 #define arc4random _arc4random macro
|