Symbol: Cflag
bin/sh/redir.c
199
if (Cflag) {
crypto/libressl/apps/nc/netcat.c
110
const char *Cflag; /* Public cert file */
crypto/libressl/apps/nc/netcat.c
209
Cflag = optarg;
crypto/libressl/apps/nc/netcat.c
381
if (Cflag && unveil(Cflag, "r") == -1)
crypto/libressl/apps/nc/netcat.c
382
err(1, "unveil %s", Cflag);
crypto/libressl/apps/nc/netcat.c
454
if (Cflag && !usetls)
crypto/libressl/apps/nc/netcat.c
460
if (oflag && !Cflag)
crypto/libressl/apps/nc/netcat.c
539
if (Cflag && tls_config_set_cert_file(tls_cfg, Cflag) == -1)
games/canfield/canfield/canfield.c
1023
if (Cflag) {
games/canfield/canfield/canfield.c
1032
if (Cflag) {
games/canfield/canfield/canfield.c
1045
if (Cflag) {
games/canfield/canfield/canfield.c
1060
if (!Cflag || cardsoff == 52)
games/canfield/canfield/canfield.c
152
bool mtfdone, Cflag = FALSE;
games/canfield/canfield/canfield.c
1523
Cflag = !Cflag;
games/canfield/canfield/canfield.c
1524
if (Cflag)
games/canfield/canfield/canfield.c
452
if (Cflag) {
games/canfield/canfield/canfield.c
925
if (Cflag) {
games/canfield/canfield/canfield.c
939
if (Cflag) {
games/canfield/canfield/canfield.c
959
if (!Cflag)
sbin/mount_tmpfs/mount_tmpfs.c
115
Cflag = 1;
sbin/mount_tmpfs/mount_tmpfs.c
352
if (Cflag)
sbin/mount_tmpfs/mount_tmpfs.c
358
if (Cflag)
sbin/mount_tmpfs/mount_tmpfs.c
73
static int Cflag;
sbin/newfs/newfs.c
156
int Cflag; /* copy underlying filesystem (mfs only) */
sbin/newfs/newfs.c
259
Cflag = 1; /* MFS only */
sbin/newfs/newfs.c
632
mkfs(special, fsi, fso, (Cflag && mfs) ? argv[1] : NULL);
usr.bin/strfile/strfile.c
206
if (Cflag)
usr.bin/strfile/strfile.c
256
Cflag++;
usr.bin/strfile/strfile.c
97
static int Cflag = false; /* embedded comments */
usr.bin/tr/tr.c
119
delete = setup(argv[0], &s1, cflag, Cflag);
usr.bin/tr/tr.c
141
delete = setup(argv[0], &s1, cflag, Cflag);
usr.bin/tr/tr.c
156
squeeze = setup(argv[0], &s1, cflag, Cflag);
usr.bin/tr/tr.c
186
if (Cflag || cflag) {
usr.bin/tr/tr.c
247
if (cflag || (Cflag && MB_CUR_MAX > 1)) {
usr.bin/tr/tr.c
262
if (Cflag && !iswrune(cnt))
usr.bin/tr/tr.c
276
} else if (Cflag) {
usr.bin/tr/tr.c
284
if (Cflag && n > 1)
usr.bin/tr/tr.c
307
if (!Cflag || iswrune(ch))
usr.bin/tr/tr.c
316
if (!Cflag || iswrune(ch))
usr.bin/tr/tr.c
326
setup(char *arg, STR *str, int cflag, int Cflag)
usr.bin/tr/tr.c
336
if (Cflag)
usr.bin/tr/tr.c
338
if (cflag || Cflag)
usr.bin/tr/tr.c
65
int Cflag, cflag, dflag, sflag, isstring2;
usr.bin/tr/tr.c
70
Cflag = cflag = dflag = sflag = 0;
usr.bin/tr/tr.c
74
Cflag = 1;
usr.bin/tr/tr.c
79
Cflag = 0;
usr.sbin/iostat/iostat.c
121
int dflag = 0, Dflag=0, Iflag = 0, Cflag = 0, Tflag = 0, oflag = 0, Kflag = 0;
usr.sbin/iostat/iostat.c
177
Cflag++;
usr.sbin/iostat/iostat.c
243
if ((dflag > 0) && (Cflag == 0) && (Tflag == 0))
usr.sbin/iostat/iostat.c
245
else if ((dflag > 0) && (Tflag > 0) && (Cflag == 0))
usr.sbin/iostat/iostat.c
250
if ((dflag > 0) && (Cflag == 0))
usr.sbin/iostat/iostat.c
499
if ((dflag == 0) || (Cflag > 0))
usr.sbin/iostat/iostat.c
562
if ((dflag == 0) || (Cflag > 0))
usr.sbin/iostat/iostat.c
590
if ((dflag == 0) || (Cflag > 0))
usr.sbin/mtree/mtree.c
263
if (spec2 && (cflag || Cflag || Dflag))
usr.sbin/mtree/mtree.c
276
if ((cflag && Cflag) || (cflag && Dflag) || (Cflag && Dflag))
usr.sbin/mtree/mtree.c
289
if (Cflag || Dflag) {
usr.sbin/mtree/mtree.c
65
int cflag, Cflag, Dflag, Uflag, wflag;
usr.sbin/mtree/mtree.c
71
cflag = Cflag = Dflag = Uflag = wflag = 0;
usr.sbin/mtree/mtree.c
88
Cflag = 1;
usr.sbin/pwd_mkdb/pwd_mkdb.c
104
int Cflag, dflag, iflag;
usr.sbin/pwd_mkdb/pwd_mkdb.c
107
iflag = dflag = Cflag = 0;
usr.sbin/pwd_mkdb/pwd_mkdb.c
118
Cflag = 1;
usr.sbin/pwd_mkdb/pwd_mkdb.c
195
if (Cflag) {