Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/amd/amd/
H A Dget_args.c176 char *getopt_args; in get_args() local
180 getopt_args = getopt_arguments; in get_args()
182 getopt_args = &getopt_arguments[1]; in get_args()
189 while ((opt_ch = getopt(argc, argv, getopt_args)) != -1) in get_args()