Searched refs:cut (Results 1 – 5 of 5) sorted by relevance
36 bootargs=$(nvram boot-args | cut -f2)71 bootargs=$(nvram boot-args | cut -f2)
60 MACHINE_ARCH=`echo $ARCHS | cut -d' ' -f 1`
162 `cat report_output.txt | cut -d " " -f1 | sort | uniq > func_names.txt`
213 …gh space for this section when inserting the extensible panic log. We will cut off the extensible …
3534 unsigned int cut; in pf_get_sport() local3704 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()