Searched refs:strtoul (Results 1 - 25 of 219) sorted by relevance

123456789

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dstrtoul.c23 * strtoul() implementation
28 #define S2I_function strtoul
H A Dtransition.c55 #ifndef strtoul
60 return strtoul(a, b, c);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgethostid.c52 hostid = strtoul(name, &end, 10);
H A Dstrtoumax.c57 return ((uint32_t)strtoul(nptr, endptr, base));
/illumos-gate/usr/src/lib/libumem/common/
H A Dlinktest_stand.c52 void strtoul(void) {} function
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dgethostid.c68 hostid = strtoul(name, &end, 10);
/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-prng.c75 sum->mpy = strtoul(t, NiL, 0);
77 sum->add = v ? strtoul(v + 1, NiL, 0) : ~sum->add;
79 sum->init = v ? strtoul(v + 1, NiL, 0) : ~sum->init;
/illumos-gate/usr/src/cmd/getent/
H A Ddogetpw.c61 uid = strtoul(*list, &ptr, 10);
H A Ddogetgr.c90 gid = strtoul(*list, &ptr, 10);
/illumos-gate/usr/src/stand/lib/sa/
H A Dstring.h69 extern unsigned long strtoul(const char *, char **, int);
/illumos-gate/usr/src/lib/libast/common/string/
H A Dfmtclock.c45 if (!(clk_tck = (unsigned int)strtoul(astconf("CLK_TCK", NiL, NiL), NiL, 10)))
/illumos-gate/usr/src/cmd/filesync/
H A Dbase.c426 l = strtoul(s, 0, 0);
467 l = strtoul(s, 0, 0);
474 l = strtoul(s, 0, 0);
481 l = strtoul(s, 0, 0);
495 l = strtoul(s, 0, 0);
502 l = strtoul(s, 0, 0);
509 l = strtoul(s, 0, 0);
516 l = strtoul(s, 0, 0);
530 l = strtoul(s, 0, 0);
537 l = strtoul(
[all...]
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dkmisc.c61 *res = strtoul(str, endp, base);
/illumos-gate/usr/src/cmd/mdb/common/libstand/sys/
H A Dsalib.h61 extern unsigned long strtoul(const char *, char **, int);
/illumos-gate/usr/src/cmd/scsi/smp/common/
H A Dsmp.c428 func = strtoul(argv[2], NULL, 0);
547 dp->sdr_phy_identifier = strtoul(argv[3], NULL, 0);
558 rp->sedzr_enable_disable_zoning = strtoul(argv[3], NULL, 0);
565 rp->spcr_phy_identifier = strtoul(argv[3], NULL, 0);
566 rp->spcr_phy_operation = strtoul(argv[4], NULL, 0);
583 pelp->srpelr_phy_identifier = strtoul(argv[3], NULL, 0);
590 rpep->srper_phy_identifier = strtoul(argv[3], NULL, 0);
597 rzmprp->srzmpr_rpt_type = strtoul(argv[3], NULL, 0);
604 rbrp->srbr_broadcast_type = strtoul(argv[3], NULL, 0);
/illumos-gate/usr/src/cmd/dispadmin/
H A Drtdispadmin.c98 res = strtoul(optarg, (char **)NULL, 10);
277 res = strtoul(&tokp[4], (char **)NULL, 10);
288 res = strtoul(tokp, (char **)NULL, 10);
303 res = strtoul(&tokp[1], (char **)NULL, 10);
311 res = strtoul(tokp, (char **)NULL, 10);
H A Diadispadmin.c98 res = strtoul(optarg, (char **)NULL, 10);
283 res = strtoul(&tokp[4], (char **)NULL, 10);
294 res = strtoul(tokp, (char **)NULL, 10);
309 res = strtoul(&tokp[1], (char **)NULL, 10);
317 res = strtoul(tokp, (char **)NULL, 10);
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetgrent.c79 id = (uint_t)strtoul(linep, (char **)&end, 10);
146 gr_gid = strtoul(linep, (char **)&end, 10);
202 gid = strtoul(gidp, (char **)&linep, 10); /* grab gid */
H A Dgetpwnam.c80 id = (uint_t)strtoul(linep, (char **)&end, 10);
148 pw_uid = strtoul(linep, (char **)&end, 10);
201 uidl = strtoul(uidp, (char **)&linep, 10); /* grab uid */
207 gidl = strtoul(gidp, (char **)&linep, 10); /* grab gid */
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetpwnam.c84 uidl = strtoul(uidp, (char **)&linep, 10); /* grab uid */
90 gidl = strtoul(gidp, (char **)&linep, 10); /* grab gid */
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dmain.c180 install_partition = strtoul (optarg, 0, 0);
183 perror ("strtoul");
189 boot_drive = strtoul (optarg, 0, 0);
192 perror ("strtoul");
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dstrtoul.c2 static const char sccsid[] = "@(#)strtoul.c 8.1 (Berkeley) 6/4/93";
3 static const char rcsid[] = "$Id: strtoul.c,v 1.4 2008/02/18 03:49:08 marka Exp $";
62 strtoul(const char *nptr, char **endptr, int base) { function
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstrtoul.c36 static char sccsid[] = "@(#)strtoul.c 8.1 (Berkeley) 6/4/93";
51 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base) function
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacclib.h130 strtoul (
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacsolaris.h90 #define strtoul(s, r, b) acpi_strtoul(s, r, b) macro

Completed in 56 milliseconds

123456789