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

  /src/usr.bin/radioctl/
radioctl.c 104 static u_long str_to_long(char *, int);
342 str_to_long(char *str, int optval) function in typeref:typename:u_long
408 o->value = str_to_long(&topt[1], o->option);
428 o->value = str_to_long(topt, o->option);
radioctl.c 104 static u_long str_to_long(char *, int);
342 str_to_long(char *str, int optval) function in typeref:typename:u_long
408 o->value = str_to_long(&topt[1], o->option);
428 o->value = str_to_long(topt, o->option);
radioctl.c 104 static u_long str_to_long(char *, int);
342 str_to_long(char *str, int optval) function in typeref:typename:u_long
408 o->value = str_to_long(&topt[1], o->option);
428 o->value = str_to_long(topt, o->option);

Completed in 131 milliseconds