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 260 op->bootnum = strtous(oarg, NULL, 16);
326 opt.debug = strtous(optarg, NULL, 0);
408 opt.bootnum = strtous(optarg, NULL, 16);
422 opt.partnum = strtous(optarg, NULL, 0);
443 opt.timeout = strtous(optarg, NULL, 0);
setvar.c 68 data[n++] = strtous(p, &q, base);
utils.c 369 strtous(const char *str, char **endptr, int base) function

Completed in 19 milliseconds