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

/freebsd-9.3-release/usr.bin/tr/
H A Dtr.c74 int Cflag, cflag, dflag, sflag, isstring2; local
79 Cflag = cflag = dflag = sflag = 0;
83 Cflag = 1;
88 Cflag = 0;
128 delete = setup(argv[0], &s1, cflag, Cflag);
150 delete = setup(argv[0], &s1, cflag, Cflag);
165 squeeze = setup(argv[0], &s1, cflag, Cflag);
195 if (Cflag || cflag) {
256 if (cflag || (Cflag && MB_CUR_MAX > 1)) {
271 if (Cflag
335 setup(char *arg, STR *str, int cflag, int Cflag) argument
[all...]
/freebsd-9.3-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-9.3-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-9.3-release/contrib/mtree/
H A Dmtree.c62 int bflag, cflag, Cflag, dflag, Dflag, eflag, iflag, jflag, lflag, mflag, variable
103 Cflag = 1;
271 if (spec2 && (cflag || Cflag || Dflag))
284 if ((cflag && Cflag) || (cflag && Dflag) || (Cflag && Dflag))
297 if (Cflag || Dflag) {
/freebsd-9.3-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-9.3-release/usr.bin/cpuset/
H A Dcpuset.c49 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-9.3-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.c281 if (head != NULL && Cflag) {
292 if (Cflag)
371 if (!Cflag) {
428 if (!Cflag) {
438 if (Cflag) {
/freebsd-9.3-release/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-9.3-release/bin/sh/
H A Doptions.h58 #define Cflag optlist[11].val macro
H A Dredir.c193 if (Cflag) {
/freebsd-9.3-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-9.3-release/games/fortune/strfile/
H A Dstrfile.c107 static int Cflag = false; /* embedded comments */ variable
216 if (Cflag)
266 Cflag++;
/freebsd-9.3-release/usr.bin/gprof/
H A Dgprof.h227 bool Cflag; /* find cut-set to eliminate cycles */ variable
H A Dgprof.c82 Cflag = TRUE;
H A Darcs.c167 if ( ! Cflag )
/freebsd-9.3-release/contrib/tcpdump/
H A Dtcpdump.c770 Cflag = atoi(optarg) * 1000000;
771 if (Cflag < 0)
1448 /* We do not need numbering for dumpfiles if Cflag isn't set. */
1449 if (Cflag != 0)
1461 if (Cflag != 0 || Gflag != 0) {
1751 * and a Cflag size boundary coincide, the time rotation will occur
1752 * first thereby cancelling the Cflag boundary (since the file should
1785 * not using Cflag).
1787 if (Cflag == 0 && Wflag > 0 && Gflag_count >= Wflag) {
1800 * This is always the first file in the Cflag
[all...]
H A Dinterface.h383 #define Cflag gndo->ndo_Cflag macro
/freebsd-9.3-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 133 milliseconds