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.sh205 opt_C=${NEWLOG_COMPRESS}
224 for x in $opt_C gzip compress
226 opt_C=`Which $x "/bin:/usr/bin:$PATH"`
227 test -x $opt_C && break
234 opt_C=:
320 $ECHO $opt_C $log.$p
352 $ECHO $opt_C $last
354 *.*) $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 Dmain.c89 static bool opt_C; /* Show congestion control */ variable
1348 if (opt_C && s->proto == IPPROTO_TCP) { in calculate_sock_column_widths()
1591 if (opt_C) { in display_sock()
1606 if (opt_C) in display_sock()
1711 if (opt_C) in display()
1911 opt_C = true; in main()