Searched refs:strtoul (Results 76 - 100 of 477) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/mtree/
H A Dgetid.c264 id = strtoul(cp, &ep, 10);
413 id = strtoul(cp, &ep, 10);
422 id = strtoul(cp, &ep, 10);
H A Dspec.c465 numbers[argc++] = strtoul(p, &ep, 0);
478 result = (dev_t)strtoul(arg, &ep, 0);
563 ip->cksum = strtoul(val, &ep, 10);
578 ip->st_gid = (gid_t)strtoul(val, &ep, 10);
605 ip->st_nlink = (nlink_t)strtoul(val, &ep, 10);
656 ip->st_uid = (uid_t)strtoul(val, &ep, 10);
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Dsmpdump.c262 dlid = strtoul(argv[0], 0, 0);
264 attr = strtoul(argv[1], 0, 0);
266 mod = strtoul(argv[2], 0, 0);
H A Dibmirror.c136 num = strtoul(token, NULL, 0);
393 mirror_dport = strtoul(optarg, NULL, 0);
396 packet_size = strtoul(optarg, NULL, 0);
399 mirror_sl = strtoul(optarg, NULL, 0);
402 mirror_dlid = strtoul(optarg, NULL, 0);
H A Dibaddr.c143 port = strtoul(argv[1], 0, 0);
H A Dibping.c176 count = strtoul(optarg, 0, 0);
182 oui = strtoul(optarg, 0, 0);
H A Drdma-ndd.c216 tmp = strtoul(optarg, NULL, 0);
226 tmp = strtoul(optarg, NULL, 0);
/freebsd-12-stable/contrib/ofed/libibumad/
H A Dsysfs.c91 guid = (guid << 16) | (strtoul(str, NULL, 16) & 0xffff);
112 ugid[i] = htobe16(strtoul(str, NULL, 16) & 0xffff);
139 *u = strtoul(buf, NULL, 0);
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_db_pack.c74 tmp = strtoul(p_num, NULL, 0);
83 tmp = strtoul(p_num, NULL, 0);
126 tmp_port = strtoul(p_num, NULL, 0);
H A Dosm_prtn_config.c230 pkey = cl_hton16((uint16_t)strtoul(id, &end, 0));
279 if (!val || (flags->mtu = strtoul(val, NULL, 0)) == 0)
286 if (!val || (flags->rate = strtoul(val, NULL, 0)) == 0)
294 if (!val || (scope = strtoul(val, NULL, 0)) == 0 || scope > 0xF)
303 if (!val || (flags->Q_Key = strtoul(val, NULL, 0)) == 0)
310 if (!val || (flags->TClass = strtoul(val, NULL, 0)) == 0)
320 if (!val || !*val || (sl = strtoul(val, &end, 0)) > 15 ||
334 (FlowLabel = strtoul(val, &end, 0)) > 0xFFFFF ||
/freebsd-12-stable/contrib/ngatm/sscop/
H A Dsscop_main.c191 loose = strtoul(optarg, NULL, 0);
200 sscop_vflag = strtoul(optarg, NULL, 16);
204 verbose = strtoul(optarg, NULL, 16);
/freebsd-12-stable/contrib/smbfs/lib/smb/
H A Drap.c84 len *= strtoul(s, &np, 10);
114 len *= strtoul(s, &np, 10);
145 len *= strtoul(s, &np, 10);
/freebsd-12-stable/usr.sbin/fdread/
H A Dfdread.c84 ul = strtoul(optarg, &cp, 0);
99 ul = strtoul(optarg, &cp, 0);
122 ul = strtoul(optarg, &cp, 0);
/freebsd-12-stable/usr.sbin/efibootmgr/
H A Defibootmgr.c198 opts.bootnum = strtoul(optarg, NULL, 16);
202 opts.bootnum = strtoul(optarg, NULL, 16);
206 opts.bootnum = strtoul(optarg, NULL, 16);
210 opts.bootnum = strtoul(optarg, NULL, 16);
214 opts.cp_src = strtoul(optarg, NULL, 16);
247 opts.bootnum = strtoul(optarg, NULL, 16);
261 opts.timeout = strtoul(optarg, NULL, 10);
310 nent->idx = strtoul(&next_name[4], NULL, 16);
337 new_data[i] = strtoul(next, NULL, 16);
395 val = strtoul(
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp93 ar_name_len = strtoul(str.c_str() + 3, &err, 10);
105 modification_time = strtoul(str.c_str(), &err, 10);
108 uid = strtoul(str.c_str(), &err, 10);
111 gid = strtoul(str.c_str(), &err, 10);
114 mode = strtoul(str.c_str(), &err, 8);
117 size = strtoul(str.c_str(), &err, 10);
/freebsd-12-stable/usr.sbin/iscsid/
H A Dlogin.c345 tmp = strtoul(value, NULL, 10);
396 tmp = strtoul(value, NULL, 10);
411 tmp = strtoul(value, NULL, 10);
421 tmp = strtoul(value, NULL, 10);
452 tmp = strtoul(value, NULL, 10);
466 tmp = strtoul(value, NULL, 10);
/freebsd-12-stable/lib/lib80211/
H A Dlib80211_regdomain.c254 mt->freqband->freqStart = strtoul(p, NULL, 0);
258 mt->freqband->freqEnd = strtoul(p, NULL, 0);
262 mt->freqband->chanWidth = strtoul(p, NULL, 0);
266 mt->freqband->chanSep = strtoul(p, NULL, 0);
287 mt->rd->sku = strtoul(p, NULL, 0);
301 mt->netband->maxPower = strtoul(p, NULL, 0);
305 mt->netband->maxPowerDFS = strtoul(p, NULL, 0);
309 mt->netband->maxAntGain = strtoul(p, NULL, 0);
315 mt->country->code = strtoul(p, NULL, 0);
/freebsd-12-stable/contrib/nvi/common/
H A Dmultibyte.h75 #define STRTOUL(a,b,c) (strtoul(a,(char**)b,c))
/freebsd-12-stable/contrib/opie/libopie/
H A Dreadrec.c62 opie->opie_n = strtoul(c, &c3, 10);
/freebsd-12-stable/stand/uboot/fdt/
H A Duboot_fdt.c53 hdr = (struct fdt_header *)strtoul(s, &p, 16);
/freebsd-12-stable/stand/uboot/lib/
H A Dcopy.c87 return (strtoul(envstr, NULL, 16));
/freebsd-12-stable/crypto/openssl/crypto/
H A Darmcap.c130 OPENSSL_armcap_P = (unsigned int)strtoul(e, NULL, 0);
/freebsd-12-stable/sbin/mdmfs/
H A Dmdmfs.c338 ul = strtoul(unitstr, &p, 10);
497 ul = strtoul(linebuf, &p, 10);
673 *uid = strtoul(user, &p, 10);
685 *gid = strtoul(group, &p, 10);
/freebsd-12-stable/usr.sbin/cpucontrol/
H A Dcpucontrol.c127 level = strtoul(cmdarg, &endptr, 16);
166 level = strtoul(cmdarg, &endptr, 16);
176 level_type = strtoul(cmdarg1, &endptr1, 16);
232 msr = strtoul(cmdarg, &endptr, 16);
/freebsd-12-stable/usr.sbin/fmtree/
H A Dmtree.c135 crc_total = ~strtoul(optarg, &p, 0);

Completed in 368 milliseconds

1234567891011>>