Home
last modified time | relevance | path

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

/openbsd/usr.bin/radioctl/
H A Dradioctl.c123 u_int str_to_int(char *, int);
384 str_to_int(char *str, int optval) in str_to_int() function
465 o->value = str_to_int(&topt[1], o->option); in parse_opt()
485 o->value = str_to_int(topt, o->option); in parse_opt()