HomeSort by relevance Sort by last modified time
    Searched defs:dryrun (Results 1 - 3 of 3) sorted by null

  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 147 bool dryrun = false; // never save anything local
163 dryrun = true;
363 if (!yes && !dryrun && already_exists) {
374 if (!dryrun) {
404 if (dryrun) printf("No files were written because dry run was specified\n");
  /external/dnsmasq/src/
rfc1035.c 1138 int dryrun = 0, sec_reqd = 0; local
1168 dryrun = 1;
1207 if (!dryrun)
1246 if (!dryrun)
1258 if (!dryrun)
1283 if (!dryrun)
    [all...]
  /external/ppp/pppd/
options.c 115 bool dryrun; /* print out option values and exit */ variable
273 { "dryrun", o_bool, &dryrun,
    [all...]

Completed in 673 milliseconds