Searched refs:opt_c (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/tools/
H A Dfw_stub.awk44 if (opt_c)
68 opt_c = substr(ARGV[i], j + 1);
73 opt_c = ARGV[i];
120 cfilename = opt_c;
229 if (opt_c)
H A Dmakeobjops.awk74 function printc(s) {if (opt_c) print s > ctmpfilename;}
363 if (o == "c") opt_c = 1;
389 if (!num_files || !(opt_c || opt_h))
521 if (opt_c)
/freebsd-current/usr.bin/iconv/
H A Diconv.c163 bool opt_c = false, opt_s = false; local
174 opt_c = true;
181 if (opt_s || opt_c || strcmp(opt_f, "") != 0 ||
226 res = do_conv(stdin, cd, opt_s, opt_c);
239 res |= do_conv(fp, cd, opt_s, opt_c);
/freebsd-current/usr.bin/sockstat/
H A Dsockstat.c84 static int opt_c; /* Show connected sockets */ variable
521 if (opt_c) {
549 if (!opt_c)
594 if (!opt_c)
633 if (opt_c) {
740 (xip->inp_fport != 0 && !opt_c))
751 (xip->inp_fport != 0 && !opt_c))
869 (xup->unp_conn != 0 && !opt_c))
1454 opt_c = 1;
1559 if (!opt_c
[all...]
/freebsd-current/contrib/ncurses/progs/
H A Dtset.c772 bool opt_c = FALSE; /* set control-chars */ local
782 opt_c = TRUE;
842 if (!opt_c && !opt_w)
843 opt_c = opt_w = TRUE;
870 if (opt_c) {
/freebsd-current/usr.sbin/diskinfo/
H A Ddiskinfo.c68 static int opt_c, opt_i, opt_l, opt_p, opt_s, opt_S, opt_t, opt_v, opt_w; variable
97 opt_c = 1;
137 if ((opt_p && opt_s) || ((opt_p || opt_s) && (opt_c || opt_i || opt_t || opt_v))) {
275 if (opt_c)
/freebsd-current/usr.bin/truncate/tests/
H A Dtruncate_test.sh110 atf_test_case opt_c
446 atf_add_test_case opt_c
/freebsd-current/crypto/openssl/util/
H A Dfind-doc-nits43 our($opt_c);
76 unless $opt_c or $opt_l or $opt_n or $opt_u or $opt_v;
1141 if ( $opt_c ) {
/freebsd-current/usr.sbin/lpr/lpd/
H A Dprintjob.c995 char buf[SPL_BUFSIZ], opt_c[4], opt_h[4], opt_n[4]; local
1055 strcpy(opt_c, "-c");
1059 av[++narg] = opt_c;

Completed in 157 milliseconds