Searched refs:FPM_EXIT_USAGE (Results 1 – 2 of 2) sorted by relevance
21 #define FPM_EXIT_USAGE EX_USAGE macro23 #define FPM_EXIT_USAGE 64 macro
1745 exit_status = (c == 'h') ? FPM_EXIT_OK : FPM_EXIT_USAGE;1796 exit_status = FPM_EXIT_USAGE;
Completed in 11 milliseconds