Searched refs:strtoul (Results 176 - 200 of 477) sorted by relevance

1234567891011>>

/freebsd-12-stable/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c95 v = strtoul(opt_arg, (void *) NULL, 10);
114 v = strtoul(opt_arg, (void *) NULL, 10);
565 suboid = strtoul(val, &endptr, 10);
621 v = strtoul(str, &endptr, 10);
691 v = strtoul(val, &endptr, 10);
/freebsd-12-stable/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c620 size = strtoul(optarg, NULL, 0);
624 rx_depth = strtoul(optarg, NULL, 0);
628 iters = strtoul(optarg, NULL, 0);
H A Drc_pingpong.c738 port = strtoul(optarg, NULL, 0);
758 size = strtoul(optarg, NULL, 0);
770 rx_depth = strtoul(optarg, NULL, 0);
774 iters = strtoul(optarg, NULL, 0);
/freebsd-12-stable/sbin/routed/rtquery/
H A Drtquery.c168 wtime = (int)strtoul(optarg, &p, 0);
265 keyid = strtoul(p+1,&p,0);
849 mask = (u_int)strtoul(mname, &p, 0);
/freebsd-12-stable/usr.sbin/mpsutil/
H A Dmps_show.c790 addr = (uint32_t)strtoul(av[3], NULL, 0);
792 num = (uint8_t)strtoul(av[2], NULL, 0);
794 page = (uint8_t)strtoul(av[1], NULL, 0);
/freebsd-12-stable/usr.sbin/ctld/
H A Dkernel.c244 cur_lun->blocksize = strtoul(str, NULL, 0);
313 cur_port->port_id = strtoul(attr[i+1], NULL, 0);
359 cur_port->pp = strtoul(str, NULL, 0);
361 cur_port->vp = strtoul(str, NULL, 0);
366 cur_port->cfiscsi_state = strtoul(str, NULL, 0);
368 cur_port->cfiscsi_portal_group_tag = strtoul(str, NULL, 0);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp506 unsigned long octal_value = ::strtoul(oct_str, nullptr, 8);
526 unsigned long hex_value = strtoul(hex_str, nullptr, 16);
H A DStructuredData.cpp117 uint64_t val = strtoul(match.second.str().c_str(), nullptr, 10);
/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Denum.c197 unsigned long val = strtoul(name, &pz, 0);
616 uintptr_t bit = strtoul(arg, &pz, 0);
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Ddump_fts.c456 startlid = strtoul(argv[0], 0, 0);
458 endlid = strtoul(argv[1], 0, 0);
H A Dibroute.c461 startlid = strtoul(argv[1], 0, 0);
463 endlid = strtoul(argv[2], 0, 0);
H A Dperfquery.c875 ports[ports_count++] = strtoul(tmpstr, 0, 0);
886 pmin = strtoul(argv[1], 0, 0);
887 pmax = strtoul(tmpstr, 0, 0);
898 port = strtoul(argv[1], 0, 0);
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dprint.c154 width = strtoul(format, &e, 10);
169 precision = strtoul(format, &e, 10);
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c292 repeat = strtoul(p, &endp, 10);
499 bits = strtoul(p, &endp, 10);
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c946 NumThreads = strtoul (NumThreadsArg, NULL, 0);
947 NumLoops = strtoul (NumLoopsArg, NULL, 0);
/freebsd-12-stable/sys/nfs/
H A Dnfs_diskless.c131 v = strtoul(o+6, NULL, 10);
137 v = strtoul(o+6, NULL, 10);
/freebsd-12-stable/usr.sbin/cron/cron/
H A Dcron.c531 Jitter = strtoul(optarg, &endp, 10);
537 RootJitter = strtoul(optarg, &endp, 10);
/freebsd-12-stable/usr.sbin/ctladm/
H A Dctladm.c720 delaytime = strtoul(optarg, NULL, 0);
916 len = strtoul(tmpstr2, NULL, 0);
1139 our_block_count = strtoul(optarg, NULL, 0);
1288 pc = strtoul(optarg, NULL, 0);
1291 subpage = strtoul(optarg, NULL, 0);
1300 page_code = strtoul(optarg, NULL, 0);
1634 blocksize = strtoul(optarg, NULL, 0);
1637 cdbsize = strtoul(optarg, NULL, 0);
1640 datalen = strtoul(optarg, NULL, 0);
2408 blocksize = strtoul(optar
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp87 unsigned long byte_size = ::strtoul(s, &format_char, 0);
/freebsd-12-stable/contrib/smbfs/lib/smb/
H A Dsubr.c262 ch = strtoul(hexval, &ep, 16);
/freebsd-12-stable/lib/libcrypt/
H A Dcrypt-sha256.c88 srounds = strtoul(num, &endp, 10);
H A Dcrypt-sha512.c88 srounds = strtoul(num, &endp, 10);
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslanalyze.c597 GpeNumber = strtoul (&Name[2], NULL, 16);
H A Ddttemplate.c269 TableCount = strtoul (Signature, &End, 0);
/freebsd-12-stable/sys/dev/uart/
H A Duart_subr.c66 return (strtoul(*p, (char**)(uintptr_t)p, 0));

Completed in 510 milliseconds

1234567891011>>