Home
last modified time | relevance | path

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

/freebsd-14.2/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.awk78 function printc(s) {if (opt_c) print s > ctmpfilename;}
367 if (o == "c") opt_c = 1;
393 if (!num_files || !(opt_c || opt_h))
525 if (opt_c)
/freebsd-14.2/usr.bin/iconv/
H A Diconv.c164 bool opt_c = false, opt_s = false; in main() local
175 opt_c = true; in main()
182 if (opt_s || opt_c || strcmp(opt_f, "") != 0 || in main()
227 res = do_conv(stdin, cd, opt_s, opt_c); in main()
240 res |= do_conv(fp, cd, opt_s, opt_c); in main()
/freebsd-14.2/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-14.2/usr.bin/sockstat/
H A Dsockstat.c85 static int opt_c; /* Show connected sockets */ variable
524 if (opt_c) { in gather_sctp()
552 if (!opt_c) in gather_sctp()
597 if (!opt_c) in gather_sctp()
636 if (opt_c) { in gather_sctp()
743 (xip->inp_fport != 0 && !opt_c)) in gather_inet()
754 (xip->inp_fport != 0 && !opt_c)) in gather_inet()
873 (xup->unp_conn != 0 && !opt_c)) in gather_unix()
1485 opt_c = 1; in main()
1593 if (!opt_c && !opt_l) in main()
[all …]
/freebsd-14.2/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-14.2/usr.bin/truncate/tests/
H A Dtruncate_test.sh110 atf_test_case opt_c
446 atf_add_test_case opt_c
/freebsd-14.2/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-14.2/usr.sbin/lpr/lpd/
H A Dprintjob.c1007 char buf[SPL_BUFSIZ], opt_c[4], opt_h[4], opt_n[4]; in sendfile() local
1067 strcpy(opt_c, "-c"); in sendfile()
1071 av[++narg] = opt_c; in sendfile()