Searched refs:random (Results 226 - 250 of 377) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/wpa/src/utils/
H A Dos_unix.c206 return random();
/freebsd-10-stable/games/fortune/strfile/
H A Dstrfile.c454 i = random() % cnt;
/freebsd-10-stable/sys/dev/vt/
H A Dvt_sysmouse.c44 #include <sys/random.h>
/freebsd-10-stable/sys/mips/mips/
H A Dmachdep.c97 #include <sys/random.h>
/freebsd-10-stable/sys/netipx/
H A Dipx_input.c74 #include <sys/random.h>
/freebsd-10-stable/usr.bin/csup/
H A Dauth.c277 * of a fairly random string. The purpose is to decrease
306 random(), pid, ppid);
/freebsd-10-stable/usr.bin/jot/
H A Djot.c45 * jot - print sequential or random data
278 * integer range within that of the random number
299 y = random() / divisor;
/freebsd-10-stable/contrib/unbound/
H A Dconfig.h288 /* Define to 1 if you have the `random' function. */
935 #define random rand /* on win32, for tests only (bad random) */ macro
940 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */
/freebsd-10-stable/lib/libstand/
H A Dstand.h262 extern u_long random(void);
H A DMakefile51 globals.c pager.c printf.c strdup.c strerror.c strtol.c strtoul.c random.c \
/freebsd-10-stable/lib/libc/tests/resolv/
H A Dresolv_test.c179 size_t i = (random() & 0x0fffffff) % hosts->sl_cur;
/freebsd-10-stable/contrib/netbsd-tests/dev/sysmon/
H A Dt_swsensor.sh23 env RUMPHIJACK=blanket=/dev/random:/dev/urandom \
/freebsd-10-stable/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c231 do { stamp = random(); } while (stamp==0);
/freebsd-10-stable/sys/dev/hptnr/
H A Dhptnr_os_bsd.c217 do { stamp = random(); } while (stamp==0);
/freebsd-10-stable/sys/dev/rndtest/
H A Drndtest.c44 #include <sys/random.h>
/freebsd-10-stable/sys/vm/
H A Dmemguard.c439 * as the original may have been guarded through random
463 (random() % 100000) < memguard_frequency) {
/freebsd-10-stable/usr.sbin/cron/cron/
H A Ddo_command.c221 sleep(random() % Jitter);
/freebsd-10-stable/usr.sbin/ppp/
H A Dchap.c504 *cp++ = (random() % 10) + '0';
515 *cp++ = random() % (CHAPCHALLENGELEN-16) + 16;
517 *cp++ = random() & 0xff;
/freebsd-10-stable/share/man/man9/
H A DMakefile230 random.9 \
1071 MLINKS+=random.9 arc4rand.9 \
1072 random.9 arc4random.9 \
1073 random.9 read_random.9 \
1074 random.9 srandom.9
/freebsd-10-stable/contrib/binutils/libiberty/
H A DMakefile.in150 random.c regex.c rename.c rindex.c \
199 ./random.o ./rename.o ./rindex.o \
919 ./random.o: $(srcdir)/random.c $(INCDIR)/ansidecl.h
921 $(COMPILE.c) $(PICFLAG) $(srcdir)/random.c -o pic/$@; \
923 $(COMPILE.c) $(srcdir)/random.c $(OUTPUT_OPTION)
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A DMakefile.in150 random.c regex.c rename.c rindex.c \
199 ./random.o ./rename.o ./rindex.o \
895 ./random.o: $(srcdir)/random.c $(INCDIR)/ansidecl.h
897 $(COMPILE.c) $(PICFLAG) $(srcdir)/random.c -o pic/$@; \
899 $(COMPILE.c) $(srcdir)/random.c $(OUTPUT_OPTION)
/freebsd-10-stable/contrib/bsnmp/lib/
H A Dsnmp.c1198 rval = random();
1204 rval = random();
1206 rval = random();
/freebsd-10-stable/contrib/bmake/
H A Dutil.c240 random(void) function
/freebsd-10-stable/sbin/iscontrol/
H A Dlogin.c312 op->tgtChapID = (random() >> 24) % 255; // should be random enough ...
/freebsd-10-stable/sys/dev/nand/
H A Dnandsim_ctrl.c388 rand = random();

Completed in 298 milliseconds

1234567891011>>