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

/freebsd-current/usr.bin/ruptime/
H A Druptime.c72 int aflg, ch; local
74 aflg = 0;
79 aflg = 1;
102 ruptime(*argv, aflg, cmp);
106 ruptime(*argv, aflg, cmp);
178 ruptime(const char *host, int aflg, int (*cmp)(const void *, const void *)) argument
233 if (aflg || we->we_idle < 3600)
/freebsd-current/usr.bin/rwho/
H A Drwho.c69 static int aflg; variable
97 aflg = 1;
149 if (aflg == 0 && we->we_idle >= 60 * 60) {
192 if (aflg != 0) {
/freebsd-current/usr.bin/script/
H A Dscript.c113 int aflg, Fflg, kflg, pflg, wflg, ch, k, n, fcm; local
117 aflg = Fflg = kflg = pflg = wflg = 0;
137 aflg = 1;
190 if ((fscript = fopen(fname, pflg ? "r" : aflg ? "a" : "w")) == NULL)

Completed in 185 milliseconds