Searched refs:getoptargs (Results 1 – 1 of 1) sorted by relevance
48 static const char *getoptargs = "u:lerx:"; variable50 static const char *getoptargs = "u:ler"; variable197 while (-1 != (argch = getopt(argc, argv, getoptargs))) { in parse_args()