Searched refs:Cflag (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/usr.bin/tr/
H A Dtr.c65 int Cflag, cflag, dflag, sflag, isstring2; local
76 Cflag = cflag = dflag = sflag = 0;
80 Cflag = 1;
85 Cflag = 0;
125 delete = setup(argv[0], &s1, cflag, Cflag);
147 delete = setup(argv[0], &s1, cflag, Cflag);
162 squeeze = setup(argv[0], &s1, cflag, Cflag);
192 if (Cflag || cflag) {
253 if (cflag || (Cflag && MB_CUR_MAX > 1)) {
268 if (Cflag
333 setup(char *arg, STR *str, int cflag, int Cflag) argument
[all...]
/freebsd-current/tools/test/ppsapi/
H A Dppsapitest.c17 static int aflag, Aflag, cflag, Cflag, eflag, uflag, vflag; variable
47 case 'B': Aflag = 1; Cflag = 1; break;
49 case 'C': Cflag = 1; break;
115 if (!Aflag && !Cflag) {
117 Cflag = cflag;
120 if (Cflag && !(mode & PPS_CAPTURECLEAR))
167 if (oldc != pi.clear_sequence && Cflag)
/freebsd-current/contrib/mtree/
H A Dmtree.c82 int cflag, Cflag, Dflag, Uflag, wflag; local
88 cflag = Cflag = Dflag = Uflag = wflag = 0;
105 Cflag = 1;
276 if (spec2 && (cflag || Cflag || Dflag))
289 if ((cflag && Cflag) || (cflag && Dflag) || (Cflag && Dflag))
302 if (Cflag || Dflag) {
/freebsd-current/usr.sbin/iostat/
H A Diostat.c146 static int dflag = 0, Iflag = 0, Cflag = 0, Tflag = 0, oflag = 0, Kflag = 0; variable
204 Cflag++;
288 * Make sure Tflag and/or Cflag are set if dflag == 0. If dflag is
292 Cflag = 1;
307 if ((dflag > 0) && (Cflag == 0) && (Tflag == 0))
309 else if ((dflag > 0) && (Tflag > 0) && (Cflag == 0))
314 if ((dflag > 0) && (Cflag == 0))
486 if (Cflag > 0) {
490 Cflag = 0;
495 Cflag
[all...]
/freebsd-current/bin/sh/
H A Doptions.h58 #define Cflag optval[11] macro
H A Dredir.c186 if (Cflag) {
/freebsd-current/bin/cpuset/
H A Dcpuset.c53 static int Cflag; variable
304 Cflag = 1;
367 if (argc || Cflag || lflag || nflag)
385 if (Cflag || pflag || tflag || xflag || jflag)
411 if (Cflag && (jflag || !pflag || sflag || tflag || xflag))
415 if ((!lflag && !nflag) && !(Cflag || sflag))
423 if (Cflag) {
/freebsd-current/sbin/nvmecontrol/
H A Dformat.c60 bool Cflag; member in struct:options
69 .Cflag = false,
75 OPT("crypto", 'C', arg_none, opt, Cflag,
125 if ((int)opt.Eflag + opt.Cflag + (opt.ses != SES_NONE) > 1) {
138 else if (opt.Cflag)
/freebsd-current/contrib/ntp/clockstuff/
H A Dpropdelay.c116 int Cflag = 0; variable
165 Cflag++;
177 if (errflg || (!(Cflag || Wflag || Gflag) && ntp_optind+4 != argc) ||
178 ((Cflag || Wflag || Gflag) && ntp_optind+2 != argc)) {
190 if (!(Cflag || Wflag || Gflag)) {
233 } else if (Cflag) {
/freebsd-current/usr.bin/fortune/strfile/
H A Dstrfile.c93 static int Cflag = false; /* embedded comments */ variable
202 if (Cflag)
252 Cflag++;
/freebsd-current/usr.bin/netstat/
H A Dnetstat.h42 extern int Cflag; /* show congestion control algo and stack */
H A Dmain.c202 int Cflag; /* show congestion control algo and vars */ variable
287 Cflag = 1;
H A Dinet.c231 if (istcp && (cflag || Cflag)) {
357 if (Cflag)
534 if (Cflag)
/freebsd-current/contrib/tcpdump/
H A Dtcpdump.c188 static int64_t Cflag; /* rotate dump files after this many bytes */ variable
190 static long Cflag; /* rotate dump files after this many bytes */ variable
1602 Cflag = strtoint64_t(optarg, &endp, 10);
1604 Cflag = strtol(optarg, &endp, 10);
1607 || Cflag <= 0)
1613 if (Cflag > INT64_T_CONSTANT(0x7fffffffffffffff) / 1000000)
1615 if (Cflag > LONG_MAX / 1000000)
1618 Cflag *= 1000000;
2384 /* We do not need numbering for dumpfiles if Cflag isn't set. */
2385 if (Cflag !
[all...]
/freebsd-current/usr.bin/gprof/
H A Dgprof.h220 EXTERN bool Cflag; /* find cut-set to eliminate cycles */ variable
H A Dgprof.c67 Cflag = TRUE;
H A Darcs.c161 if ( ! Cflag )
/freebsd-current/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c104 int Cflag, dflag, iflag; local
107 iflag = dflag = Cflag = 0;
115 Cflag = 1;
189 if (Cflag) {

Completed in 332 milliseconds