Lines Matching full:cflag
1106 Cflag = atoi(optarg) * 1000000;
1107 if (Cflag < 0)
1875 /* We do not need numbering for dumpfiles if Cflag isn't set. */
1876 if (Cflag != 0)
1889 (Cflag || Gflag ? 0 : CAPNG_PERMITTED)
1900 if (Cflag != 0 || Gflag != 0) {
2234 * and a Cflag size boundary coincide, the time rotation will occur
2235 * first thereby cancelling the Cflag boundary (since the file should
2273 * not using Cflag).
2275 if (Cflag == 0 && Wflag > 0 && Gflag_count >= Wflag) {
2295 * This is always the first file in the Cflag
2297 * We also don't need numbering if Cflag is not set.
2299 if (Cflag != 0)
2340 * larger than Cflag - the last packet written to the
2341 * file could put it over Cflag.
2343 if (Cflag != 0) {
2348 if (size > Cflag) {