Lines Matching defs:Gflag
210 static int Gflag; /* rotate dump files after this many seconds */
211 static int Gflag_count; /* number of files created with Gflag rotation */
853 /* Process with strftime if Gflag is set. */
854 if (Gflag != 0) {
1667 Gflag = atoi(optarg);
1668 if (Gflag < 0)
2430 (Cflag || Gflag ? 0 : CAPNG_PERMITTED)
2441 if (Cflag != 0 || Gflag != 0) {
2946 * specified Gflag number of seconds. Note: if a Gflag time boundary
2951 if (Gflag != 0) {
2963 if (t - Gflag_time >= Gflag) {
3002 * Gflag was set otherwise we wouldn't be here. Reset the count