Home
last modified time | relevance | path

Searched refs:cut (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/san/tools/
H A Dkasan_install36 bootargs=$(nvram boot-args | cut -f2)
71 bootargs=$(nvram boot-args | cut -f2)
/xnu-11417.121.6/libsyscall/xcodescripts/
H A Dmach_install_mig.sh60 MACHINE_ARCH=`echo $ARCHS | cut -d' ' -f 1`
/xnu-11417.121.6/bsd/net/
H A Dpf.c3531 unsigned int cut; in pf_get_sport() local
3701 cut = htonl(random()) % (1 + high - low) + low; in pf_get_sport()
3703 for (tmp = cut; tmp <= high; ++(tmp)) { in pf_get_sport()
3717 for (tmp = cut - 1; tmp >= low; --(tmp)) { in pf_get_sport()