Home
last modified time | relevance | path

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

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