Searched refs:opt_c (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/tools/ |
H A D | fw_stub.awk | 44 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 D | makeobjops.awk | 74 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 D | iconv.c | 163 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 D | tset.c | 778 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 D | sockstat.c | 86 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 D | diskinfo.c | 68 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 D | truncate_test.sh | 110 atf_test_case opt_c 446 atf_add_test_case opt_c
|
/freebsd/crypto/openssl/util/ |
H A D | find-doc-nits | 43 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 D | printjob.c | 995 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()
|