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

/freebsd-10.0-release/usr.bin/tr/
H A Dtr.c75 int Cflag, cflag, dflag, sflag, isstring2; local
80 Cflag = cflag = dflag = sflag = 0;
84 Cflag = 1;
89 Cflag = 0;
129 delete = setup(argv[0], &s1, cflag, Cflag);
151 delete = setup(argv[0], &s1, cflag, Cflag);
166 squeeze = setup(argv[0], &s1, cflag, Cflag);
196 if (Cflag || cflag) {
257 if (cflag || (Cflag && MB_CUR_MAX > 1)) {
272 if (Cflag
336 setup(char *arg, STR *str, int cflag, int Cflag) argument
[all...]
/freebsd-10.0-release/usr.bin/xlint/lint2/
H A Dmain2.c57 int Cflag; variable
83 * other input files has been read and, for Cflag, after the new lint library
124 Cflag = 1;
165 if (Cflag) {
H A Dexterns2.h40 extern int Cflag;
/freebsd-10.0-release/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-10.0-release/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-10.0-release/usr.sbin/iostat/
H A Diostat.c139 int dflag = 0, Iflag = 0, Cflag = 0, Tflag = 0, oflag = 0, Kflag = 0; variable
199 Cflag++;
280 * Make sure Tflag and/or Cflag are set if dflag == 0. If dflag is
284 Cflag = 1;
299 if ((dflag > 0) && (Cflag == 0) && (Tflag == 0))
301 else if ((dflag > 0) && (Tflag > 0) && (Cflag == 0))
306 if ((dflag > 0) && (Cflag == 0))
460 if (Cflag > 0) {
464 Cflag = 0;
469 Cflag
[all...]
/freebsd-10.0-release/usr.bin/cpuset/
H A Dcpuset.c49 static int Cflag; variable
212 Cflag = 1;
268 if (argc || Cflag || lflag)
285 if (Cflag | pflag | rflag | tflag | xflag | jflag)
306 if (Cflag && (sflag || rflag || !pflag || tflag || xflag || jflag))
310 if (!lflag && !(Cflag || sflag))
318 if (Cflag) {
/freebsd-10.0-release/usr.bin/procstat/
H A Dprocstat.h32 extern int hflag, nflag, Cflag;
H A Dprocstat.c44 int hflag, nflag, Cflag; variable
131 Cflag++;
233 if (Cflag && !fflag)
H A Dprocstat_files.c308 if (head != NULL && Cflag) {
319 if (Cflag)
398 if (!Cflag) {
453 if (!Cflag) {
463 if (Cflag) {
/freebsd-10.0-release/contrib/ntp/clockstuff/
H A Dpropdelay.c113 int Cflag = 0; variable
161 Cflag++;
173 if (errflg || (!(Cflag || Wflag || Gflag) && ntp_optind+4 != argc) ||
174 ((Cflag || Wflag || Gflag) && ntp_optind+2 != argc)) {
186 if (!(Cflag || Wflag || Gflag)) {
229 } else if (Cflag) {
/freebsd-10.0-release/bin/sh/
H A Doptions.h58 #define Cflag optlist[11].val macro
H A Dredir.c188 if (Cflag) {
/freebsd-10.0-release/usr.bin/xlint/xlint/
H A Dxlint.c107 static int iflag, oflag, Cflag, sflag, tflag, Fflag, dflag, Bflag; variable
396 if (Cflag)
448 if (Cflag || oflag || iflag)
450 Cflag = 1;
478 if (Cflag || oflag)
572 if (Cflag)
/freebsd-10.0-release/games/fortune/strfile/
H A Dstrfile.c107 static int Cflag = false; /* embedded comments */ variable
216 if (Cflag)
266 Cflag++;
/freebsd-10.0-release/usr.bin/gprof/
H A Dgprof.h227 bool Cflag; /* find cut-set to eliminate cycles */ variable
H A Dgprof.c79 Cflag = TRUE;
H A Darcs.c167 if ( ! Cflag )
/freebsd-10.0-release/contrib/tcpdump/
H A Dtcpdump.c787 Cflag = atoi(optarg) * 1000000;
788 if (Cflag < 0)
1508 /* We do not need numbering for dumpfiles if Cflag isn't set. */
1509 if (Cflag != 0)
1528 if (Cflag != 0 || Gflag != 0) {
1853 * and a Cflag size boundary coincide, the time rotation will occur
1854 * first thereby cancelling the Cflag boundary (since the file should
1892 * not using Cflag).
1894 if (Cflag == 0 && Wflag > 0 && Gflag_count >= Wflag) {
1907 * This is always the first file in the Cflag
[all...]
H A Dinterface.h383 #define Cflag gndo->ndo_Cflag macro
/freebsd-10.0-release/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c115 int Cflag, dflag, iflag; local
118 iflag = dflag = Cflag = 0;
129 Cflag = 1;
206 if (Cflag) {

Completed in 346 milliseconds