Searched refs:optcopy (Results 1 – 1 of 1) sorted by relevance
1501 char *optcopy, *optcopy_alloc; in process_options() local1515 optcopy = optcopy_alloc = strdup(options); in process_options()1524 while (*optcopy != '\0' && subopt_err == 0) { in process_options()1525 subopt = getsubopt(&optcopy, mema_opts, &value); in process_options()