HomeSort by: relevance | last modified time | path
    Searched defs:aflg (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/rwho/
rwho.c 87 int aflg, qflg, hflg; local in function:main
91 aflg = nusers = nhosts = qflg = hflg = 0;
99 aflg = 1;
115 aflg = 0;
150 if (aflg == 0 && we->we_idle >= 60*60) {
208 if (aflg) {
  /src/usr.bin/ruptime/
ruptime.c 87 int aflg, cc, ch, fd, maxloadav; local in function:main
92 aflg = 0;
97 aflg = 1;
153 if (aflg || we->we_idle < 3600)
  /src/usr.bin/script/
script.c 108 int aflg, pflg, ch; local in function:main
112 aflg = 0;
122 aflg = 1;
160 if ((fscript = fopen(fname, pflg ? "r" : aflg ? "a" : "w")) == NULL)

Completed in 11 milliseconds