Searched refs:RANDOM (Results 76 - 100 of 124) sorted by relevance

12345

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_clear/
H A Dzpool_clear_001_pos.ksh156 (( i = $RANDOM % 3 ))
/freebsd-13-stable/tests/sys/cddl/zfs/tests/acl/cifs/
H A Dcifs_attr_001_pos.ksh159 if (( ( RANDOM % 2 ) == 0 )); then
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzimport.sh171 COUNT=$((RANDOM % MAX_DIR_SIZE))
175 SIZE=$((RANDOM % MAX_FILE_SIZE))
/freebsd-13-stable/contrib/sqlite3/tea/tclconfig/
H A Dinstall-sh349 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
/freebsd-13-stable/contrib/sqlite3/
H A Dinstall-sh327 # $RANDOM is not portable (e.g. dash); use it when possible to
329 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
H A Dltmain.sh905 # Failing that, at least try and use $RANDOM to avoid a race
906 _G_tmpdir=$_G_template-${RANDOM-0}$$
/freebsd-13-stable/crypto/heimdal/
H A Dinstall-sh341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
/freebsd-13-stable/contrib/unbound/
H A Dinstall-sh327 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
H A Dconfig.guess107 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
H A Dltmain.sh905 # Failing that, at least try and use $RANDOM to avoid a race
906 _G_tmpdir=$_G_template-${RANDOM-0}$$
/freebsd-13-stable/contrib/ldns/drill/
H A Dinstall-sh341 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
H A Dconfigure6171 tmp=./conf$$-$RANDOM
/freebsd-13-stable/contrib/ldns/
H A Dinstall-sh327 # $RANDOM is not portable (e.g. dash); use it when possible to
329 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
H A Dltmain.sh905 # Failing that, at least try and use $RANDOM to avoid a race
906 _G_tmpdir=$_G_template-${RANDOM-0}$$
/freebsd-13-stable/contrib/libevent/
H A Dinstall-sh327 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
/freebsd-13-stable/contrib/openpam/
H A Dinstall-sh327 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dinstall-sh327 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
/freebsd-13-stable/crypto/openssh/
H A Dinstall-sh348 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib60 ((value = RANDOM % (max + 1)))
/freebsd-13-stable/contrib/byacc/
H A Dconfig.guess107 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
H A Dconfigure7027 tmp=$TMPDIR/cs$$-$RANDOM
/freebsd-13-stable/contrib/ncurses/
H A Dconfig.guess107 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
/freebsd-13-stable/contrib/file/
H A Dconfig.guess105 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
/freebsd-13-stable/sbin/pfctl/
H A Dparse.y468 %token BITMASK RANDOM SOURCEHASH ROUNDROBIN STATICPORT PROBABILITY MAPEPORTSET
3991 | RANDOM {
5644 { "random", RANDOM},
/freebsd-13-stable/contrib/bmake/
H A Dconfigure6910 tmp=./conf$$-$RANDOM

Completed in 450 milliseconds

12345