Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getenv_thread.c62 i = lrand48() % THREADED_NUM_VARS; in thread_getenv_r()
83 THREADED_VAR_NAME "=putenv %ld", i, lrand48()); in thread_putenv()
90 i = lrand48() % THREADED_NUM_VARS; in thread_putenv()
111 i = lrand48() % THREADED_NUM_VARS; in thread_setenv()
113 (void)snprintf(value, sizeof(value), "setenv %ld", lrand48()); in thread_setenv()
131 i = lrand48() % THREADED_NUM_VARS; in thread_unsetenv()
H A Dt_getenv.c136 offset = lrand48(); in ATF_TC_BODY()
140 (void)snprintf(value, sizeof(value), "value%ld", lrand48()); in ATF_TC_BODY()
146 offset = lrand48(); in ATF_TC_BODY()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Drandwritecomp.c72 uint64_t rv = lrand48() % distribution_n; in fillbuf()
90 ((uint32_t *)buf)[0] = lrand48(); in fillbuf()
108 j = lrand48() % nblocks; in sequential_writes()
121 rwc_pwrite(fd, buf, BLOCKSZ, (lrand48() % nblocks) * BLOCKSZ); in random_writes()
177 randbuf[i] = lrand48(); in main()
/freebsd/tools/test/stress2/misc/
H A Dsuj17.sh101 pos = lrand48() % (len - sizeof(buf)); function
104 pos = lrand48() % (len - sizeof(buf)); function
H A Dtruncate5.sh94 pos = lrand48() % (len - sizeof(buf)); function
H A Dtruncate8.sh156 pos = lrand48() % (FSIZE - BSIZE); function
/freebsd/lib/libc/gen/
H A Dlrand48.c19 lrand48(void) in lrand48() function
H A DMakefile.inc99 lrand48.c \
480 rand48.3 lrand48.3 \
H A DSymbol.map201 lrand48;
/freebsd/sys/contrib/openzfs/cmd/
H A Dzgenhostid.c119 input_i = lrand48(); in main()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c125 bit = lrand48() % (len * 8); in corrupt()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_lockf.c67 return lrand48(); in random_uint32()
/freebsd/include/
H A Dstdlib.h212 long lrand48(void);
/freebsd/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c711 my_dest.psn = lrand48() & 0xffffff; in main()
H A Dud_pingpong.c709 my_dest.psn = lrand48() & 0xffffff; in main()
H A Drc_pingpong.c886 my_dest.psn = lrand48() & 0xffffff; in main()
H A Dsrq_pingpong.c811 my_dest[i].psn = lrand48() & 0xffffff; in main()
H A Dxsrq_pingpong.c402 ctx.rem_dest[index].recv_psn = lrand48() & 0xffffff; in send_local_dest()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2230 fun:lrand48=uninstrumented