Searched refs:strtoul (Results 126 - 150 of 477) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/ntp/util/
H A Dsht.c139 unit = strtoul(argv[1], &argp, 10);
/freebsd-12-stable/contrib/ofed/libibverbs/examples/
H A Duc_pingpong.c579 port = strtoul(optarg, NULL, 0);
599 size = strtoul(optarg, NULL, 0);
611 rx_depth = strtoul(optarg, NULL, 0);
615 iters = strtoul(optarg, NULL, 0);
/freebsd-12-stable/contrib/openbsm/libbsm/
H A Dbsm_class.c89 c->ac_class = strtoul(classflag, (char **) NULL, 0);
/freebsd-12-stable/contrib/telnet/telnet/
H A Dmain.c195 ultmp = strtoul(optarg, &ep, 0);
/freebsd-12-stable/contrib/ldns/ldns/
H A Dconfig.h256 /* Define to 1 if you have the `strtoul' function. */
661 #define strtoul (unsigned long)strtol macro
/freebsd-12-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sunddi.c56 *result = strtoul(str, nptr, base);
/freebsd-12-stable/lib/libc/iconv/
H A Dcitrus_pivot_factory.c145 val = strtoul(data, &ep, 0);
/freebsd-12-stable/lib/libgeom/
H A Dgeom_xml2tree.c80 id = (void *)strtoul(attr[i + 1], NULL, 0);
83 ref = (void *)strtoul(attr[i + 1], NULL, 0);
227 mt->geom->lg_rank = strtoul(p, NULL, 0);
245 mt->provider->lg_sectorsize = strtoul(p, NULL, 0);
/freebsd-12-stable/sys/dev/cxgbe/
H A Dosdep.h91 #define simple_strtoul strtoul
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslerror.c1187 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0);
1243 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0);
1289 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0);
1335 MessageId = (UINT32) strtoul (MessageIdString, NULL, 0);
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c224 Address = strtoul (InString, NULL, 16);
302 SleepState = (UINT8) strtoul (ObjectArg, NULL, 0);
1319 GpeNumber = strtoul (GpeArg, NULL, 0);
1327 BlockNumber = strtoul (BlockArg, NULL, 0);
H A Ddbnames.c371 MaxDepth = strtoul (DepthArg, NULL, 0);
451 OwnerId = (ACPI_OWNER_ID) strtoul (OwnerArg, NULL, 0);
457 MaxDepth = strtoul (DepthArg, NULL, 0);
1157 Address = strtoul (ObjectArg, NULL, 16);
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacclib.h265 strtoul (
/freebsd-12-stable/sys/netinet/tcp_stacks/
H A Dsack_filter.c638 sack_chg = strtoul(&buffer[4], NULL, 0);
649 th_ack = strtoul(&buffer[4], NULL, 0);
663 start = strtoul(&buffer[5], &end, 0);
665 endv = strtoul(&end[1], NULL, 0);
/freebsd-12-stable/lib/libiconv_modules/mapper_646/
H A Dcitrus_mapper_646.c129 m6->m6_map[i] = strtoul(buf, (char **)&pp, 0);
/freebsd-12-stable/sys/arm/ti/
H A Dti_hwmods.c203 result = (int)strtoul(name + hwmodlen, NULL, 10);
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dopenbsd-compat.h238 unsigned long strtoul(const char *, char **, int);
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Da_strnid.c56 mask = strtoul(p + 5, &end, 0);
/freebsd-12-stable/sbin/devfs/
H A Ddevfs.c104 ul = strtoul(s, &cp, 10);
/freebsd-12-stable/sbin/kldstat/
H A Dkldstat.c130 fileid = (int)strtoul(optarg, &p, 10);
/freebsd-12-stable/sbin/mdconfig/
H A Dmdconfig.c208 mdio.md_sectorsize = strtoul(optarg, &p, 0);
245 mdio.md_fwsectors = strtoul(optarg, &p, 0);
248 mdio.md_fwheads = strtoul(optarg, &p, 0);
346 mdio.md_unit = strtoul(uflag, &p, 0);
/freebsd-12-stable/share/examples/libusb20/
H A Dbulk.c206 unsigned n = strtoul(argv[out_len], 0, 0);
/freebsd-12-stable/usr.bin/env/
H A Denv.c151 uid = strtoul(login_name, &endp, 10);
/freebsd-12-stable/usr.sbin/acpi/acpidump/
H A Dacpi_user.c178 addr = strtoul(buf, NULL, 0);
/freebsd-12-stable/usr.sbin/chkgrp/
H A Dchkgrp.c176 gid = strtoul(f[2], NULL, 10);
178 warnx("%s: line %d: strtoul failed", gfn, n);

Completed in 503 milliseconds

1234567891011>>