Searched refs:strtoul (Results 26 - 50 of 477) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/opie/libopie/
H A Dgenerator.c227 window = strtoul(&cmd[3], &c, 10);
282 if ((cmd[0] != 'S') || (cmd[1] != '+') || (cmd[2] != ' ') || (strtoul(&cmd[3], &c, 10) != algorithm) || (strtoul(c + 1, &c, 10) != sequence) || strncmp(++c, seed, i) || (*(c + i) != '\n')) {
322 if ((cmd[0] != 's') || (cmd[2] != ' ') || (strtoul(&cmd[3], &c, 10) != algorithm) || (strtoul(c + 1, &c, 10) != sequence) || strncmp(++c, seed, i)) {
H A Dnewseed.c61 if ((i = strtoul(++c, (char **)0, 10)) < max) {
H A Dparsechallenge.c55 if (((*sequence = strtoul(++c, &c, 10)) > OPIE_SEQUENCE_MAX) || !*sequence)
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_util.c170 devno = strtoul(node + sz, NULL, 10);
178 devno = strtoul(node + sz, NULL, 10);
185 devno = strtoul(node + sz, NULL, 10);
192 devno = strtoul(node + sz, NULL, 10);
199 devno = strtoul(node + sz, NULL, 10);
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Dasloptions.c353 AslGbl_PruneDepth = (UINT8) strtoul (AcpiGbl_Optarg, NULL, 0);
370 AslGbl_PruneType = (UINT8) strtoul (AcpiGbl_Optarg, NULL, 0);
655 AslGbl_LineBufferSize = (UINT32) strtoul (AcpiGbl_Optarg, NULL, 0) * 1024;
791 AslGbl_RevisionOverride = (UINT8) strtoul (AcpiGbl_Optarg, NULL, 0);
1009 AcpiDbgLevel = strtoul (AcpiGbl_Optarg, NULL, 16);
/freebsd-12-stable/share/examples/libusb20/
H A Dcontrol.c221 return strtoul(reqname, 0, 0);
290 setup.wValue = strtoul(argv[idx], 0, 0);
294 setup.wIndex = strtoul(argv[idx], 0, 0);
298 setup.wLength = strtoul(argv[idx], 0, 0);
377 unsigned n = strtoul(argv[out_len], 0, 0);
/freebsd-12-stable/lib/libfigpar/
H A Dstring_m.c217 c = (uint8_t)strtoul(d, 0, 16);
236 c = (uint8_t)strtoul(d, 0, 8);
245 *pos = (uint8_t)strtoul(d, 0, 8);
/freebsd-12-stable/tools/tools/netrate/netblast/
H A Dnetblast.c157 port = strtoul(argv[2], &dummy, 10);
164 payloadsize = strtoul(argv[3], &dummy, 10);
173 duration = strtoul(argv[4], &dummy, 10);
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Dasn_mstbl.c76 tbl_min = strtoul(cnf->value, &eptr, 0);
80 tbl_max = strtoul(cnf->value, &eptr, 0);
/freebsd-12-stable/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c108 opt_B = strtoul(optarg, NULL, 0);
116 opt_E = strtoul(optarg, NULL, 0);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
H A DStringConvert.cpp36 const unsigned long uval = ::strtoul(s, &end, base);
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dparseint.c39 n = strtoul(string, &e, base);
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dstrtoul.c61 strtoul(const char *nptr, char **endptr, register int base) function
/freebsd-12-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdlib.h62 using std::strtoul;
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dstrtoul.c61 strtoul(const char *nptr, char **endptr, register int base) function
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c207 Address = strtoul (Location, NULL, 16);
294 Value = strtoul (ValueArg, NULL, 16);
316 Index = strtoul (IndexArg, NULL, 16);
427 NumStatements = strtoul (Statements, NULL, 0);
/freebsd-12-stable/sys/libkern/
H A Dinet_aton.c59 l = strtoul(c, &endptr, 0);
111 * already done in strtoul().
H A Dstrtoul.c34 * From: @(#)strtoul.c 8.1 (Berkeley) 6/4/93
52 strtoul(const char *nptr, char **endptr, int base) function
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dstrtoul.c1 /* $OpenBSD: strtoul.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
31 /* OPENBSD ORIGINAL: lib/libc/stdlib/strtoul.c */
48 strtoul(const char *nptr, char **endptr, int base) function
/freebsd-12-stable/sbin/ifconfig/
H A Difipsec.c70 v = strtoul(val, &ep, 0);
/freebsd-12-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_archimedes.c92 type = strtoul(node->node->name + len - 3, NULL, 16);
/freebsd-12-stable/usr.sbin/mpsutil/
H A Dmps_slot.c88 ux = strtoul(argv[4], &endptr, 0);
/freebsd-12-stable/tools/tools/decioctl/
H A Ddecioctl.c57 cmd = strtoul(av[i], &cp, 0);
/freebsd-12-stable/tools/tools/mwl/mwlstats/
H A Dmain.c90 u_long interval = strtoul(argv[0], NULL, 0);
/freebsd-12-stable/tools/regression/geom/MdLoad/
H A DMdLoad.c125 sc->sectorsize = strtoul(sbuf_data(sc->sbuf), &p, 0);
127 errx(1, "strtoul croaked on sectorsize");
131 errx(1, "strtoul croaked on mediasize");
135 sc->fwsectors = strtoul(sbuf_data(sc->sbuf), &p, 0);
137 errx(1, "strtoul croaked on fwsectors");
139 sc->fwheads = strtoul(sbuf_data(sc->sbuf), &p, 0);
141 errx(1, "strtoul croaked on fwheads");
143 sc->fwcylinders = strtoul(sbuf_data(sc->sbuf), &p, 0);
145 errx(1, "strtoul croaked on fwcylinders");
149 errx(1, "strtoul croake
[all...]

Completed in 277 milliseconds

1234567891011>>