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

/freebsd-11-stable/usr.bin/ruptime/
H A Druptime.c83 int aflg, ch; local
85 aflg = 0;
90 aflg = 1;
113 ruptime(*argv, aflg, cmp);
117 ruptime(*argv, aflg, cmp);
189 ruptime(const char *host, int aflg, int (*cmp)(const void *, const void *)) argument
244 if (aflg || we->we_idle < 3600)
/freebsd-11-stable/usr.bin/rwho/
H A Drwho.c81 static int aflg; variable
109 aflg = 1;
161 if (aflg == 0 && we->we_idle >= 60 * 60) {
204 if (aflg != 0) {
/freebsd-11-stable/usr.bin/script/
H A Dscript.c100 int aflg, Fflg, kflg, pflg, ch, k, n; local
104 aflg = Fflg = kflg = pflg = 0;
115 aflg = 1;
157 if ((fscript = fopen(fname, pflg ? "r" : aflg ? "a" : "w")) == NULL)

Completed in 45 milliseconds