HomeSort by: relevance | last modified time | path
    Searched defs:str_to_opt (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/radioctl/
radioctl.c 103 static int str_to_opt(const char *);
301 str_to_opt(const char *topt) function in typeref:typename:int
380 o->option = str_to_opt(s);
397 if ((o->option = str_to_opt(topt)) == (int)OPTION_NONE) {

Completed in 10 milliseconds