Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/radioctl/
H A Dradioctl.c103 static int str_to_opt(const char *);
301 str_to_opt(const char *topt) in str_to_opt() function
380 o->option = str_to_opt(s); in parse_opt()
397 if ((o->option = str_to_opt(topt)) == (int)OPTION_NONE) { in parse_opt()