Lines Matching refs:dryrun
86 static int dryrun; variable
331 if (dryrun == 1) return; in filesystem_rename()
343 if (dryrun == 1) return; in filesystem_unlink()
355 if (dryrun == 1) return; in filesystem_truncate()
367 if (dryrun == 1) return; in filesystem_rmdir()
389 if (dryrun == 1) return 0; in filesystem_copy()
555 if (dryrun == 0) in ymd_file_filter()
1393 if (dryrun != 0) return 0; in checkpoint()
1517 dryrun = 1; in cli_main()
1526 debug_log(ASL_LEVEL_ERR, "aslmanager starting%s\n", (dryrun == 1) ? " dryrun" : ""); in cli_main()
1549 debug_log(ASL_LEVEL_ERR, "aslmanager finished%s\n", (dryrun == 1) ? " dryrun" : ""); in cli_main()