Home
last modified time | relevance | path

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

/trueos/contrib/amd/amd/
HDget_args.c172 char *getopt_args; in get_args() local
176 getopt_args = getopt_arguments; in get_args()
178 getopt_args = &getopt_arguments[1]; in get_args()
185 while ((opt_ch = getopt(argc, argv, getopt_args)) != -1) in get_args()