Searched refs:randomize (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/bmake/unit-tests/
H A Dvarname-dot-make-mode.exp0 randomize compat mode:
11 randomize jobs mode (-j1):
21 randomize jobs mode (-j5):
H A Dvarmod-order-shuffle.mk10 # part of make that uses random numbers is the 'randomize-targets' mode, which
/freebsd-current/usr.bin/jot/
H A Djot.c87 bool randomize = false; local
139 randomize = true;
156 if (randomize)
213 if (randomize)
233 if (randomize)
245 if (randomize)
252 if (!randomize) {
265 if (!randomize && s != 0.0) {
279 if (randomize) {
/freebsd-current/usr.bin/fortune/strfile/
H A Dstrfile.c62 * r - randomize the order of the strings
97 static int Rflag = false; /* randomize order flag */
114 static void randomize(void);
208 randomize();
267 case 'r': /* randomize pointers */
425 * randomize:
427 * not to randomize across delimiter boundaries. All
431 randomize(void) function
/freebsd-current/usr.sbin/keyserv/
H A Dkeyserv.c67 static void randomize( des_block * );
210 * randomize the master key the best we can
213 randomize(des_block *master) function
239 randomize(master);
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dradix_ipf.c1423 randomize(int *pnitems) function
1458 order = randomize(&nitems);
1476 order = randomize(&nitems);
/freebsd-current/tests/sys/netmap/
H A Dctrl-api-test.c1827 randomize(void *dst, size_t n) function
1977 randomize(&hdr, sizeof(hdr));
1978 randomize(&reg, sizeof(reg));

Completed in 204 milliseconds