Searched refs:LNC (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh603 LNC=0
605 LNC=$(($LNC + 1))
606 if [ $(($LNC % 10)) = 0 ]; then
607 echo -n $LNC
608 elif [ $(($LNC % 2)) = 0 ]; then
618 printf "($1/$2) %02.2f%% " `echo "scale=4;$LNC / $TOTAL * 100"|bc`
623 LNC=0
624 pct_fmt $LNC $TOTAL
626 LNC
[all...]
/freebsd-10.0-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1011 LNC=0
1013 LNC=$(($LNC + 1))
1014 if [ $(($LNC % 10)) = 0 ]; then
1015 echo -n $LNC
1016 elif [ $(($LNC % 2)) = 0 ]; then

Completed in 81 milliseconds