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

/freebsd-10.0-release/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-10.0-release/usr.bin/tail/
H A Dextern.h72 extern int Fflag, fflag, qflag, rflag, rval, no_files;
H A Dtail.c59 int Fflag, fflag, qflag, rflag, rval, no_files; variable
117 Fflag = fflag = 1;
189 if (!Fflag || errno != ENOENT)
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);
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dmain1.c75 int Fflag; variable
136 case 'F': Fflag = 1; break;
H A Derr.c387 * If Fflag is not set lbasename() returns a pointer to the last
395 if (Fflag)
H A Dexterns1.h42 extern int Fflag;
/freebsd-10.0-release/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) {
306 if (Fflag && S_ISDIR(sb.st_mode)) {
327 if (Fflag && S_ISDIR(sb.st_mode)) {
/freebsd-10.0-release/usr.sbin/rtsold/
H A Drtsold.c74 int Fflag = 0; /* force setting sysctl parameters */ variable
156 Fflag = 1;
232 if (Fflag) {
419 if (Fflag) {
902 if (!Fflag && (s = socket(AF_INET6, SOCK_DGRAM, 0)) < 0) {
935 if (!Fflag) {
983 if (!Fflag)
H A Drtsold.h154 extern int Fflag;
H A Dif.c117 if (Fflag) {
134 if (Fflag) {
/freebsd-10.0-release/usr.bin/grep/
H A Dgrep.h112 extern bool Eflag, Fflag, Gflag, Hflag, Lflag,
/freebsd-10.0-release/usr.bin/gprof/
H A Dgprof.h232 bool Fflag; /* functions requested with time */ variable
H A Dgprof.c107 Fflag = TRUE;
H A Darcs.c848 || ( !Fflag && !onlist( Elist , childp -> name ) ) ) {
/freebsd-10.0-release/usr.bin/xlint/xlint/
H A Dxlint.c107 static int iflag, oflag, Cflag, sflag, tflag, Fflag, dflag, Bflag; variable
380 Fflag = 1;
611 is_stdin ? "{standard input}" : Fflag ? name : bn);
/freebsd-10.0-release/usr.sbin/inetd/
H A Dbuiltins.c366 int gflag = 0, iflag = 0, Fflag = 0, getcredfail = 0, onreadlen; local
399 Fflag=1;
651 if (!Fflag) {

Completed in 235 milliseconds