Searched refs:Iflag (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.2-release/tools/tools/netrate/tcpp/
H A Dtcpp.h34 extern int Iflag, Mflag, Pflag;
/freebsd-10.2-release/usr.bin/xargs/
H A Dxargs.c89 static int cnt, Iflag, jfound, Lflag, Sflag, wasquoted, xflag; variable
141 Iflag = 1;
146 Iflag = 0;
200 if (!Iflag && Rflag)
202 if (!Iflag && Sflag)
204 if (Iflag && !Rflag)
206 if (Iflag && !Sflag)
210 if (Iflag || Lflag)
322 if (Iflag) {
/freebsd-10.2-release/bin/sh/
H A Doptions.h49 #define Iflag optlist[2].val macro
H A Dmain.c221 if (!Iflag)
/freebsd-10.2-release/usr.sbin/iostat/
H A Diostat.c139 int dflag = 0, Iflag = 0, Cflag = 0, Tflag = 0, oflag = 0, Kflag = 0; variable
208 Iflag++;
705 if (Iflag == 0)
710 if (Iflag == 0)
748 if (Iflag == 0) {
822 if (Iflag == 0)
863 if (Iflag == 0)
876 if (Iflag == 0)
/freebsd-10.2-release/games/fortune/strfile/
H A Dstrfile.c110 static int Iflag = false; /* ignore case flag */ variable
200 if (Iflag && isupper((unsigned char)*nsp))
276 Iflag++;
407 if (Iflag) {
/freebsd-10.2-release/usr.bin/killall/
H A Dkillall.c110 int Iflag = 0; local
228 Iflag = 1;
400 if (matched != 0 && Iflag) {
/freebsd-10.2-release/bin/rm/
H A Drm.c62 static int rflag, Iflag, xflag; variable
124 Iflag = 1;
163 if (Iflag) {
/freebsd-10.2-release/contrib/netcat/
H A Dnetcat.c100 int Iflag; /* TCP receive buffer size */ variable
280 Iflag = strtonum(optarg, 1, 65536 << 14, &errstr);
1221 if (Iflag) {
1223 &Iflag, sizeof(Iflag)) == -1)
/freebsd-10.2-release/contrib/tcpdump/
H A Dtcpdump.c459 Iflag ? "when in monitor mode" : "when not in monitor mode");
972 ++Iflag;
1347 if (Iflag) {
H A Dinterface.h387 #define Iflag gndo->ndo_Iflag macro
/freebsd-10.2-release/sbin/newfs_msdos/
H A Dnewfs_msdos.c245 int Iflag = 0, mflag = 0, oflag = 0; local
288 Iflag = 1;
681 if (Iflag)

Completed in 132 milliseconds