Searched refs:getopt_args (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dget_args.c170 char *getopt_args; local
174 getopt_args = getopt_arguments;
176 getopt_args = &getopt_arguments[1];
183 while ((opt_ch = getopt(argc, argv, getopt_args)) != -1)

Completed in 145 milliseconds