Searched refs:subopts (Results 1 – 1 of 1) sorted by relevance
144 /* counter watch subopts */202 char *device_name = NULL, *subopts, *value; in main() local 258 subopts = optarg; in main() 259 while (*subopts != '\0') { in main() 260 ret = getsubopt(&subopts, counter_watch_subopts, &value); in main()