Home
last modified time | relevance | path

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

/freebsd/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/usr.bin/iconv/
H A Diconv.c163 bool opt_c = false, opt_s = false; in main() local
174 opt_c = true; in main()
181 if (opt_s || opt_c || strcmp(opt_f, "") != 0 || in main()
226 res = do_conv(stdin, cd, opt_s, opt_c); in main()
239 res |= do_conv(fp, cd, opt_s, opt_c); in main()
/freebsd/contrib/ncurses/progs/
H A Dtset.c778 bool opt_c = FALSE; /* set control-chars */ in main() local
788 opt_c = TRUE; in main()
847 if (!opt_c && !opt_w) in main()
848 opt_c = opt_w = TRUE; in main()
879 if (opt_c) { in main()
/freebsd/usr.bin/sockstat/
H A Dsockstat.c86 static bool opt_c; /* Show connected sockets */ variable
527 if (opt_c) { in gather_sctp()
555 if (!opt_c) in gather_sctp()
600 if (!opt_c) in gather_sctp()
639 if (opt_c) { in gather_sctp()
746 (xip->inp_fport != 0 && !opt_c)) in gather_inet()
757 (xip->inp_fport != 0 && !opt_c)) in gather_inet()
878 (xup->unp_conn != 0 && !opt_c)) in gather_unix()
1516 opt_c = true; in main()
1627 if (!opt_c && !opt_l) in main()
[all …]
/freebsd/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; in main()
137 if ((opt_p && opt_s) || ((opt_p || opt_s) && (opt_c || opt_i || opt_t || opt_v))) { in main()
275 if (opt_c) in main()
/freebsd/usr.bin/truncate/tests/
H A Dtruncate_test.sh110 atf_test_case opt_c
446 atf_add_test_case opt_c
/freebsd/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/usr.sbin/lpr/lpd/
H A Dprintjob.c995 char buf[SPL_BUFSIZ], opt_c[4], opt_h[4], opt_n[4]; in sendfile() local
1055 strcpy(opt_c, "-c"); in sendfile()
1059 av[++narg] = opt_c; in sendfile()