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

/freebsd-11-stable/sys/tools/
H A Dfw_stub.awk43 if (opt_c)
67 opt_c = substr(ARGV[i], j + 1);
72 opt_c = ARGV[i];
119 cfilename = opt_c;
225 if (opt_c)
H A Dmakeobjops.awk77 function printc(s) {if (opt_c) print s > ctmpfilename;}
358 if (o == "c") opt_c = 1;
384 if (!num_files || !(opt_c || opt_h))
498 if (opt_c)
/freebsd-11-stable/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 ||
207 res = do_conv(stdin, opt_f, opt_t, opt_s, opt_c);
216 res |= do_conv(fp, opt_f, opt_t, opt_s, opt_c);
/freebsd-11-stable/usr.bin/sockstat/
H A Dsockstat.c75 static int opt_c; /* Show connected sockets */ variable
432 if (opt_c) {
460 if (!opt_c)
505 if (!opt_c)
542 if (opt_c) {
659 (inp->inp_fport != 0 && !opt_c))
670 (inp->inp_fport != 0 && !opt_c))
783 (xup->xu_unp.unp_conn != NULL && !opt_c))
1182 opt_c = 1;
1226 if (!opt_c
[all...]
/freebsd-11-stable/usr.sbin/diskinfo/
H A Ddiskinfo.c67 static int opt_c, opt_i, opt_p, opt_s, opt_S, opt_t, opt_v, opt_w; variable
96 opt_c = 1;
133 if ((opt_p && opt_s) || ((opt_p || opt_s) && (opt_c || opt_i || opt_t || opt_v))) {
264 if (opt_c)
/freebsd-11-stable/usr.bin/truncate/tests/
H A Dtruncate_test.sh110 atf_test_case opt_c
386 atf_add_test_case opt_c
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c159 static bool opt_c; /* set control-chars */ variable
1214 opt_c = TRUE;
1276 if (!opt_c && !opt_w)
1277 opt_c = opt_w = TRUE;
1314 if (opt_c) {
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c1007 char buf[SPL_BUFSIZ], opt_c[4], opt_h[4], opt_n[4]; local
1067 strcpy(opt_c, "-c");
1071 av[++narg] = opt_c;

Completed in 209 milliseconds