Home | History | Annotate | Download | only in dist

Lines Matching defs:Gflag

218 static int Gflag;			/* rotate dump files after this many seconds */
219 static int Gflag_count; /* number of files created with Gflag rotation */
889 /* Process with strftime if Gflag is set. */
890 if (Gflag != 0) {
1923 Gflag = atoi(optarg);
1924 if (Gflag < 0)
2247 if (Gflag != 0 && WFileName == NULL)
2250 if (zflag != NULL && (WFileName == NULL || (Cflag == 0 && Gflag == 0)))
2710 (Cflag || Gflag ? 0 : CAPNG_PERMITTED)
2721 if (Cflag != 0 || Gflag != 0) {
3240 * specified Gflag number of seconds. Note: if a Gflag time boundary
3245 if (Gflag != 0) {
3257 if (t - Gflag_time >= Gflag) {
3298 * Gflag was set otherwise we wouldn't be here. Reset the count