Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/mk/
H A Dnewlog.sh210 for x in $opt_C gzip compress
212 opt_C=`Which $x "/bin:/usr/bin:$PATH"`
213 test -x $opt_C && break
220 opt_C=:
306 $ECHO $opt_C $log.$p
338 $ECHO $opt_C $last
340 *.*) $ECHO $opt_C `dirname $log`/$last
/freebsd/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c780 int opt_C = 0, opt_H = 0, opt_p = 0, opt_v = 0; in main() local
824 opt_C = opt_H = 1; in main()
828 opt_C = 1; in main()
851 if (opt_C == 0 && opt_H == 0) in main()
852 opt_C = 1; in main()
938 if (opt_C) { in main()
/freebsd/usr.bin/sockstat/
H A Dsockstat.c85 static bool opt_C; /* Show congestion control */ variable
1318 if (opt_C) { in displaysock()
1372 if (opt_C) in display()
1513 opt_C = true; in main()