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

  /src/usr.bin/radioctl/
radioctl.c 301 str_to_opt(const char *topt)
305 if (topt == NULL || *topt == '\0')
309 toptlen = strlen(topt);
314 if (strncmp(topt, varname[res], len) == 0)
318 warnx("name not found `%s'", topt);
364 char *topt = NULL; local in function:parse_opt
391 if ((topt = (char *)malloc(optlen)) == NULL) {
395 strlcpy(topt, s, optlen);
397 if ((o->option = str_to_opt(topt)) == (int)OPTION_NONE)
    [all...]
radioctl.c 301 str_to_opt(const char *topt)
305 if (topt == NULL || *topt == '\0')
309 toptlen = strlen(topt);
314 if (strncmp(topt, varname[res], len) == 0)
318 warnx("name not found `%s'", topt);
364 char *topt = NULL; local in function:parse_opt
391 if ((topt = (char *)malloc(optlen)) == NULL) {
395 strlcpy(topt, s, optlen);
397 if ((o->option = str_to_opt(topt)) == (int)OPTION_NONE)
    [all...]

Completed in 22 milliseconds