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

  /src/games/fortune/strfile/
strfile.c 119 static int Iflag = 0; /* ignore case flag */
209 if (Iflag && isupper((unsigned char)*nsp))
283 Iflag++;
408 if (Iflag) {
  /src/sbin/newfs_ext2fs/
newfs_ext2fs.c 128 int ch, fsi, fso, len, n, Fflag, Iflag, Zflag;
135 Fflag = Iflag = Zflag = 0;
151 Iflag = 1;
302 if (!Iflag) {
  /src/usr.bin/xargs/
xargs.c 79 static int cnt, Iflag, jfound, Lflag, Sflag, wasquoted, xflag;
144 Iflag = 1;
149 Iflag = 0;
203 if (!Iflag && Rflag)
205 if (!Iflag && Sflag)
207 if (Iflag && !Rflag)
209 if (Iflag && !Sflag)
213 if (Iflag || Lflag)
323 if (Iflag) {
  /src/usr.bin/sdiff/
sdiff.c 66 int Iflag = 0; /* ignore sets matching regexp */
208 Iflag = 1;
685 if (Iflag)
  /src/libexec/identd/
identd.c 68 static int bflag, dflag, eflag, fflag, iflag, Iflag; variable in typeref:typename:int
118 bflag = dflag = eflag = fflag = iflag = Iflag = 0;
167 Iflag = 1;
170 iflag = 1;
482 if (iflag && pw && check_userident(pw->pw_dir, idbuf, sizeof(idbuf))) {
483 if (!Iflag) {
  /src/sbin/newfs/
newfs.c 249 int ch, fsi, fso, len, n, Fflag, Iflag, Zflag;
270 Fflag = Iflag = Zflag = 0;
311 Iflag = 1;
577 if (!Iflag) {
  /src/usr.bin/nc/
netcat.c 90 unsigned int iflag; /* Interval Flag */ variable in typeref:typename:unsigned int
105 int Iflag; /* TCP receive buffer size */
235 iflag = strtoi(optarg, NULL, 0, 0, UINT_MAX, &errnum);
318 Iflag = strtoi(optarg, NULL, 0, 1, 65536 << 14, &errnum);
1114 if (iflag)
1115 sleep(iflag);
1513 if (Iflag) {
1515 &Iflag, sizeof(Iflag)) == -1)
  /src/sbin/disklabel/
main.c 155 static int Iflag; /* Read/write direct, but default if absent */
537 Iflag = 1;
671 if (Iflag && op != EDIT
1193 if (!Fflag && Iflag && (dk_ioctl(f, DIOCGDINFO, &lab) == 0 ||

Completed in 17 milliseconds