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

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dexterns2.h46 extern int Fflag;
H A Dmain2.c79 int Fflag; variable
134 Fflag = 1;
H A Dmsg.c91 if (Fflag)
/freebsd-11-stable/bin/ln/
H A Dln.c58 static int Fflag; /* Remove empty directories also. */ variable
100 Fflag = 1;
140 Fflag = 0;
141 if (Fflag == 1 && iflag == 0) {
248 * append the source's name, unless Fflag is set.
250 if (!Fflag && (isdir ||
306 if (Fflag && S_ISDIR(sb.st_mode)) {
327 if (Fflag && S_ISDIR(sb.st_mode)) {
/freebsd-11-stable/usr.bin/tail/
H A Dextern.h72 extern int Fflag, fflag, qflag, rflag, rval, no_files;
H A Dforward.c285 if (Fflag && fileno(file->fp) != STDIN_FILENO) {
325 if (Fflag && fileno(file->fp) != STDIN_FILENO)
329 if (!Fflag && !active)
344 if (Fflag) {
403 n = kevent(kq, NULL, 0, ev, 1, Fflag ? &ts : NULL);
H A Dtail.c60 int Fflag, fflag, qflag, rflag, rval, no_files; variable
127 Fflag = fflag = 1;
199 if (!Fflag || errno != ENOENT)
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dmain1.c75 int Fflag; variable
138 case 'F': Fflag = 1; break;
H A Derr.c397 * If Fflag is not set lbasename() returns a pointer to the last
405 if (Fflag)
H A Dexterns1.h44 extern int Fflag;
/freebsd-11-stable/usr.sbin/rtsold/
H A Drtsold.c71 int Fflag = 0; /* force setting sysctl parameters */ variable
147 Fflag = 1;
219 if (Fflag) {
360 if (Fflag) {
840 if (!Fflag && (s = socket(AF_INET6, SOCK_DGRAM, 0)) < 0) {
873 if (!Fflag) {
921 if (!Fflag)
H A Drtsold.h154 extern int Fflag;
H A Dif.c116 if (Fflag) {
133 if (Fflag) {
/freebsd-11-stable/usr.bin/grep/
H A Dgrep.h136 extern bool Eflag, Fflag, Gflag, Hflag, Lflag,
/freebsd-11-stable/usr.bin/gprof/
H A Dgprof.h236 EXTERN bool Fflag; /* functions requested with time */ variable
H A Dgprof.c108 Fflag = TRUE;
H A Darcs.c848 || ( !Fflag && !onlist( Elist , childp -> name ) ) ) {
/freebsd-11-stable/usr.bin/xlint/xlint/
H A Dxlint.c107 static int iflag, oflag, Cflag, sflag, tflag, Fflag, dflag, Bflag, Sflag; variable
382 Fflag = 1;
621 is_stdin ? "{standard input}" : Fflag ? name : bn);
/freebsd-11-stable/usr.sbin/inetd/
H A Dbuiltins.c365 int gflag = 0, iflag = 0, Fflag = 0, getcredfail = 0, onreadlen; local
398 Fflag=1;
650 if (!Fflag) {
/freebsd-11-stable/contrib/netcat/
H A Dnetcat.c84 int Fflag; /* fdpass sock to stdout */ variable
211 Fflag = 1;
527 if (Fflag)
/freebsd-11-stable/crypto/openssh/regress/
H A Dnetcat.c92 int Fflag; /* fdpass sock to stdout */ variable
188 Fflag = 1;
499 if (Fflag)

Completed in 207 milliseconds