Home
last modified time | relevance | path

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

/xnu-12377.41.6/san/tools/
H A Dkasan_install36 bootargs=$(nvram boot-args | cut -f2)
71 bootargs=$(nvram boot-args | cut -f2)
/xnu-12377.41.6/libsyscall/xcodescripts/
H A Dmach_install_mig.sh60 MACHINE_ARCH=`echo $ARCHS | cut -d' ' -f 1`
/xnu-12377.41.6/tests/unit/
H A DREADME.md162 `cat report_output.txt | cut -d " " -f1 | sort | uniq > func_names.txt`
/xnu-12377.41.6/doc/debugging/
H A Dextensible_paniclog.md213 …gh space for this section when inserting the extensible panic log. We will cut off the extensible …
/xnu-12377.41.6/bsd/net/
H A Dpf.c3534 unsigned int cut; in pf_get_sport() local
3704 cut = htonl(random()) % (1 + high - low) + low; in pf_get_sport()
3706 for (tmp = cut; tmp <= high; ++(tmp)) { in pf_get_sport()
3720 for (tmp = cut - 1; tmp >= low; --(tmp)) { in pf_get_sport()