HomeSort by: relevance | last modified time | path
    Searched refs:strtous (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/efi/
utils.h 92 uint16_t strtous(const char *, char **, int);
main.c 259 op->bootnum = strtous(oarg, NULL, 16);
325 opt.debug = strtous(optarg, NULL, 0);
407 opt.bootnum = strtous(optarg, NULL, 16);
421 opt.partnum = strtous(optarg, NULL, 0);
442 opt.timeout = strtous(optarg, NULL, 0);
utils.c 368 strtous(const char *str, char **endptr, int base) function in typeref:typename:PUBLIC uint16_t
setvar.c 68 data[n++] = strtous(p, &q, base);

Completed in 19 milliseconds