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

/freebsd-13-stable/usr.bin/ruptime/
H A Druptime.c85 int aflg, ch; local
87 aflg = 0;
92 aflg = 1;
115 ruptime(*argv, aflg, cmp);
119 ruptime(*argv, aflg, cmp);
191 ruptime(const char *host, int aflg, int (*cmp)(const void *, const void *)) argument
246 if (aflg || we->we_idle < 3600)
/freebsd-13-stable/usr.bin/rwho/
H A Drwho.c84 static int aflg; variable
112 aflg = 1;
164 if (aflg == 0 && we->we_idle >= 60 * 60) {
207 if (aflg != 0) {
/freebsd-13-stable/usr.bin/script/
H A Dscript.c102 int aflg, Fflg, kflg, pflg, ch, k, n; local
106 aflg = Fflg = kflg = pflg = 0;
117 aflg = 1;
161 if ((fscript = fopen(fname, pflg ? "r" : aflg ? "a" : "w")) == NULL)

Completed in 171 milliseconds