Lines Matching full:phase
94 static int phase = PHASE_ALL; variable
104 " [-s <bytes>] [-p <path>] [-t <script> ] [-o <phase>]\n", in usage()
123 " --only -o <num> Only run phase N\n" in usage()
189 phase = strtol(optarg, NULL, 0); in parse_args()
190 if (phase <= PHASE_ALL || phase >= PHASE_INVAL) { in parse_args()
223 fprintf(stdout, "only: %d\n", phase); in parse_args()
293 post_hook(const char *phase) in post_hook() argument
295 char *argv[3] = { (char *)script, (char *)phase, NULL }; in post_hook()
690 if (phase == PHASE_ALL || phase == PHASE_CREATE) { in main()
696 if (phase == PHASE_ALL || phase == PHASE_SETXATTR) { in main()
702 if (phase == PHASE_ALL || phase == PHASE_GETXATTR) { in main()
708 if (!keep_files && (phase == PHASE_ALL || phase == PHASE_UNLINK)) { in main()