Searched refs:has_arg (Results 1 – 2 of 2) sorted by relevance
40 static bool has_arg(uint32_t arg) { in has_arg() function146 return has_arg(PA_USER0) && !has_arg(PA_USER1) ? 75 : -5; in main()
223 opts[index].has_arg = strlen(OPTS[n].argument) ? required_argument : no_argument; in ProcessArgs()
Completed in 3 milliseconds