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

/freebsd-13-stable/usr.bin/tr/
H A Dtr.c79 int Cflag, cflag, dflag, sflag, isstring2; local
90 Cflag = cflag = dflag = sflag = 0;
94 Cflag = 1;
99 Cflag = 0;
139 delete = setup(argv[0], &s1, cflag, Cflag);
161 delete = setup(argv[0], &s1, cflag, Cflag);
176 squeeze = setup(argv[0], &s1, cflag, Cflag);
206 if (Cflag || cflag) {
267 if (cflag || (Cflag && MB_CUR_MAX > 1)) {
282 if (Cflag
347 setup(char *arg, STR *str, int cflag, int Cflag) argument
[all...]
/freebsd-13-stable/tools/test/ppsapi/
H A Dppsapitest.c19 static int aflag, Aflag, cflag, Cflag, eflag, uflag, vflag; variable
49 case 'B': Aflag = 1; Cflag = 1; break;
51 case 'C': Cflag = 1; break;
117 if (!Aflag && !Cflag) {
119 Cflag = cflag;
122 if (Cflag && !(mode & PPS_CAPTURECLEAR))
169 if (oldc != pi.clear_sequence && Cflag)
/freebsd-13-stable/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-13-stable/bin/sh/
H A Doptions.h61 #define Cflag optval[11] macro
H A Dredir.c194 if (Cflag) {
/freebsd-13-stable/usr.sbin/iostat/
H A Diostat.c148 static int dflag = 0, Iflag = 0, Cflag = 0, Tflag = 0, oflag = 0, Kflag = 0; variable
211 Cflag++;
292 * Make sure Tflag and/or Cflag are set if dflag == 0. If dflag is
296 Cflag = 1;
311 if ((dflag > 0) && (Cflag == 0) && (Tflag == 0))
313 else if ((dflag > 0) && (Tflag > 0) && (Cflag == 0))
318 if ((dflag > 0) && (Cflag == 0))
490 if (Cflag > 0) {
494 Cflag = 0;
499 Cflag
[all...]
/freebsd-13-stable/usr.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-13-stable/sbin/nvmecontrol/
H A Dformat.c63 bool Cflag; member in struct:options
72 .Cflag = false,
78 OPT("crypto", 'C', arg_none, opt, Cflag,
128 if ((int)opt.Eflag + opt.Cflag + (opt.ses != SES_NONE) > 1) {
141 else if (opt.Cflag)
/freebsd-13-stable/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-13-stable/usr.bin/fortune/strfile/
H A Dstrfile.c107 static int Cflag = false; /* embedded comments */ variable
216 if (Cflag)
266 Cflag++;
/freebsd-13-stable/usr.bin/netstat/
H A Dnetstat.h45 extern int Cflag; /* show congestion control algo and stack */
H A Dmain.c209 int Cflag; /* show congestion control algo and vars */ variable
288 Cflag = 1;
H A Dinet.c242 if (cflag || Cflag) {
373 if (Cflag)
560 if (Cflag)
/freebsd-13-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c118 int Cflag, dflag, iflag; local
121 iflag = dflag = Cflag = 0;
129 Cflag = 1;
203 if (Cflag) {
/freebsd-13-stable/usr.bin/gprof/
H A Dgprof.h223 EXTERN bool Cflag; /* find cut-set to eliminate cycles */ variable
H A Dgprof.c82 Cflag = TRUE;
H A Darcs.c169 if ( ! Cflag )
/freebsd-13-stable/contrib/tcpdump/
H A Dtcpdump.c138 static long Cflag; /* rotate dump files after this many bytes */ variable
1246 Cflag = atoi(optarg) * 1000000;
1247 if (Cflag <= 0)
1922 /* We do not need numbering for dumpfiles if Cflag isn't set. */
1923 if (Cflag != 0)
1936 (Cflag || Gflag ? 0 : CAPNG_PERMITTED)
1947 if (Cflag != 0 || Gflag != 0) {
2343 * and a Cflag size boundary coincide, the time rotation will occur
2344 * first thereby cancelling the Cflag boundary (since the file should
2382 * not using Cflag)
[all...]

Completed in 287 milliseconds