Lines Matching full:phase
93 static int phase = PHASE_ALL; variable
103 " [-s <bytes>] [-p <path>] [-t <script> ] [-o <phase>]\n", in usage()
122 " --only -o <num> Only run phase N\n" in usage()
188 phase = strtol(optarg, NULL, 0); in parse_args()
189 if (phase <= PHASE_ALL || phase >= PHASE_INVAL) { in parse_args()
222 fprintf(stdout, "only: %d\n", phase); in parse_args()
292 post_hook(const char *phase) in post_hook() argument
294 char *argv[3] = { (char *)script, (char *)phase, NULL }; in post_hook()
689 if (phase == PHASE_ALL || phase == PHASE_CREATE) { in main()
695 if (phase == PHASE_ALL || phase == PHASE_SETXATTR) { in main()
701 if (phase == PHASE_ALL || phase == PHASE_GETXATTR) { in main()
707 if (!keep_files && (phase == PHASE_ALL || phase == PHASE_UNLINK)) { in main()