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

/freebsd-10.0-release/usr.bin/fetch/
H A Dfetch.c62 static int F_flag; /* -F: restart without checking mtime */ variable
604 if (!F_flag && us.mtime && sb.st_mtime != us.mtime) {
910 F_flag = 1;

Completed in 116 milliseconds