HomeSort by: relevance | last modified time | path
    Searched defs:Cflag (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.bin/xlint/lint2/
main2.c 50 bool Cflag;
62 * other input files has been read and, for Cflag, after the new lint library
98 Cflag = true;
134 if (Cflag) {
  /src/external/bsd/tmux/dist/
cmd-display-message.c 72 int Cflag = args_has(args, 'C');
154 status_message_set(tc, delay, 0, Nflag, Cflag, "%s", msg);
  /src/usr.sbin/mtree/
mtree.c 83 int cflag, Cflag, Dflag, Uflag, wflag, rkeys; local
89 cflag = Cflag = Dflag = Uflag = wflag = rkeys = 0;
103 cflag = 1;
106 Cflag = 1;
244 if (cflag && iflag) {
272 if (spec2 && (cflag || Cflag || Dflag))
282 if ((cflag || sflag) && !getcwd(fullpath, sizeof(fullpath))
    [all...]
  /src/usr.sbin/btattach/
btattach.c 83 .cflag = CRTSCTS | PARENB,
91 .cflag = CRTSCTS,
104 .cflag = CRTSCTS,
112 .cflag = CRTSCTS,
120 .cflag = CRTSCTS,
128 .cflag = CRTSCTS,
135 .cflag = CRTSCTS,
143 .cflag = CRTSCTS,
150 .cflag = CRTSCTS,
158 .cflag = CRTSCTS
169 tcflag_t cflag, Cflag; local
    [all...]
  /src/usr.sbin/ypserv/ypxfr/
ypxfr.c 80 int need_usage = 0, cflag = 0, fflag = 0, Cflag = 0; local
105 cflag = 1;
130 Cflag = 1;
160 syslog(LOG_DEBUG, "YP clear to local: %s", (cflag) ? "no" : "yes");
253 if (!cflag) {
259 if (Cflag > 0) {
  /src/external/bsd/ntp/dist/clockstuff/
propdelay.c 118 int Cflag = 0;
167 Cflag++;
179 if (errflg || (!(Cflag || Wflag || Gflag) && ntp_optind+4 != argc) ||
180 ((Cflag || Wflag || Gflag) && ntp_optind+2 != argc)) {
192 if (!(Cflag || Wflag || Gflag)) {
235 } else if (Cflag) {
  /src/usr.bin/xlint/xlint/
xlint.c 96 static bool Cflag, dflag, Fflag, iflag, sflag, tflag, Vflag;
627 if (Cflag)
694 if (Cflag)
699 Cflag = true;
730 if (Cflag)
813 if (Cflag)
  /src/usr.bin/nc/
netcat.c 114 char *Cflag; /* Public cert file */
211 Cflag = optarg;
414 if (Cflag && !usetls)
418 if (oflag && !Cflag)
513 if (Cflag && tls_config_set_cert_file(tls_cfg, Cflag) == -1)
  /src/usr.sbin/rtadvd/
rtadvd.c 90 int Cflag = 0, dflag = 0, sflag = 0, Dflag;
197 Cflag++;
  /src/games/canfield/canfield/
canfield.c 166 static bool mtfdone, Cflag = FALSE;
456 if (Cflag) {
929 if (Cflag) {
943 if (Cflag) {
964 if (!Cflag)
1028 if (Cflag) {
1037 if (Cflag) {
1050 if (Cflag) {
1065 if (!Cflag || cardsoff == 52)
1532 Cflag = !Cflag
    [all...]
  /src/sbin/disklabel/
main.c 153 int Cflag; /* CHS format output */
526 Cflag = 1;
731 showpartitions(stdout, &lab, Cflag);
1284 showpartitions(stdout, &hlp, Cflag);
1531 showpartitions(fp, &lab, Cflag);
  /src/sbin/ifconfig/
ifconfig.c 629 bool aflag = false, Cflag = false;
664 Cflag = true;
759 if ((lflag || Cflag || wflag) &&
762 if ((lflag || Cflag || wflag) && get_flag('L'))
764 if ((lflag && Cflag) || (lflag & wflag) || (Cflag && wflag))
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
cpp.c 85 int Aflag, Cflag, Eflag, Mflag, dMflag, Pflag, MPflag, MMDflag;
185 Cflag++;
822 oCflag = Cflag, Cflag = 0; /* Ignore comments here */
887 Cflag = oCflag; /* Enable comments again */
  /src/external/bsd/tcpdump/dist/
tcpdump.c 190 static int64_t Cflag; /* rotate dump files after this many bytes */
192 static long Cflag; /* rotate dump files after this many bytes */
1618 Cflag = strtoint64_t(optarg, &endp, 10);
1620 Cflag = strtol(optarg, &endp, 10);
1623 || Cflag <= 0)
1629 if (Cflag > INT64_T_CONSTANT(0x7fffffffffffffff) / 1000000)
1631 if (Cflag > LONG_MAX / 1000000)
1634 Cflag *= 1000000;
2429 /* We do not need numbering for dumpfiles if Cflag isn't set. */
2430 if (Cflag != 0
    [all...]

Completed in 50 milliseconds