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

1234567891011>>

/freebsd-11-stable/usr.sbin/ctld/
H A Dkernel.c240 cur_lun->blocksize = strtoul(str, NULL, 0);
309 cur_port->port_id = strtoul(attr[i+1], NULL, 0);
355 cur_port->pp = strtoul(str, NULL, 0);
357 cur_port->vp = strtoul(str, NULL, 0);
362 cur_port->cfiscsi_state = strtoul(str, NULL, 0);
364 cur_port->cfiscsi_portal_group_tag = strtoul(str, NULL, 0);
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c422 first_hop = strtoul(optarg, &ep, 0);
474 max_hops = strtoul(optarg, &ep, 0);
490 lport = strtoul(optarg, &ep, 0);
505 nprobes = strtoul(optarg, &ep, 0);
542 waittime = strtoul(optarg, &ep, 0);
642 datalen = strtoul(*argv, &ep, 0);
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dprint.c154 width = strtoul(format, &e, 10);
169 precision = strtoul(format, &e, 10);
/freebsd-11-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-11-stable/sys/nfs/
H A Dnfs_diskless.c129 v = strtoul(o+6, NULL, 10);
135 v = strtoul(o+6, NULL, 10);
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibroute.c461 startlid = strtoul(argv[1], 0, 0);
463 endlid = strtoul(argv[2], 0, 0);
H A Ddump_fts.c456 startlid = strtoul(argv[0], 0, 0);
458 endlid = strtoul(argv[1], 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-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbexec.c946 NumThreads = strtoul (NumThreadsArg, NULL, 0);
947 NumLoops = strtoul (NumLoopsArg, NULL, 0);
/freebsd-11-stable/stand/efi/loader/
H A Dframebuffer.c398 efifb->fb_addr = strtoul(ev, &p, 0);
415 efifb->fb_stride = strtoul(ev, &p, 0);
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dcron.c531 Jitter = strtoul(optarg, &endp, 10);
537 RootJitter = strtoul(optarg, &endp, 10);
/freebsd-11-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);
/freebsd-11-stable/usr.sbin/ctladm/
H A Dctladm.c610 delaytime = strtoul(optarg, NULL, 0);
806 len = strtoul(tmpstr2, NULL, 0);
1029 our_block_count = strtoul(optarg, NULL, 0);
1178 pc = strtoul(optarg, NULL, 0);
1181 subpage = strtoul(optarg, NULL, 0);
1190 page_code = strtoul(optarg, NULL, 0);
1524 blocksize = strtoul(optarg, NULL, 0);
1527 cdbsize = strtoul(optarg, NULL, 0);
1530 datalen = strtoul(optarg, NULL, 0);
2305 blocksize = strtoul(optar
[all...]
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_osdep.h235 #define simple_strtoul(...) strtoul(__VA_ARGS__)
/freebsd-11-stable/sys/netgraph/
H A Dng_sample.c207 dlci = (int)strtoul(cp, &eptr, 10);
/freebsd-11-stable/sys/mips/malta/
H A Dmalta_machdep.c337 ememsize = strtoul(v, NULL, 0);
/freebsd-11-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c210 nworkers = strtoul(optarg, &send, 0);
/freebsd-11-stable/tools/tools/net80211/wlanstats/
H A Dmain.c214 u_long interval = strtoul(argv[0], NULL, 0);
/freebsd-11-stable/sys/dev/xen/xenstore/
H A Dxenstore_dev.c159 trans->handle.id = strtoul(reply, NULL, 0);
/freebsd-11-stable/usr.bin/split/
H A Dsplit.c137 (chunks = (size_t)strtoul(optarg, &ep, 10)) == 0 ||
/freebsd-11-stable/usr.bin/xargs/
H A Dxargs.c189 Sflag = strtoul(optarg, &endptr, 10);
/freebsd-11-stable/usr.sbin/chown/
H A Dchown.c266 val = strtoul(name, &ep, 10);
/freebsd-11-stable/usr.sbin/iovctl/
H A Dvalidate.c83 vf_num = strtoul(key + matches[1].rm_so, NULL, 10);
/freebsd-11-stable/tools/tools/ath/athprom/
H A Dathprom.c137 off = (uint16_t) strtoul(argv[0], NULL, 0);
144 val = (uint16_t) strtoul(cp+1, NULL, 0);
913 curlpdgain = strtoul(id, NULL, 0);
927 curlpdgain = strtoul(id, NULL, 0);
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Dsubr.c262 ch = strtoul(hexval, &ep, 16);

Completed in 247 milliseconds

1234567891011>>