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

12345

/osnet-11/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);
/osnet-11/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));
H A Dgetpwnam_r.c314 * strtoul returns unsigned long which is
321 tmp = strtoul(p, &next, 10);
324 /* also check errno from strtoul */
356 tmp = strtoul(p, &next, 10);
359 /* also check errno from strtoul */
/osnet-11/usr/src/lib/libumem/common/
H A Dlinktest_stand.c53 void strtoul(void) {} function
/osnet-11/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;
H A Dsum-crc.c156 polynomial = strtoul(t, NiL, 0);
158 sum->done = v ? strtoul(v + 1, NiL, 0) : ~sum->done;
160 sum->init = v ? strtoul(v + 1, NiL, 0) : ~sum->init;
167 sum->xorsize = strtoul(v + 1, NiL, 0);
/osnet-11/usr/src/lib/libsmbrp/common/
H A Dsmbrp_plugin.c251 linkver = strtoul(lfield[i++], NULL, 10);
255 info->i_state = strtoul(lfield[i++], NULL, 10);
256 info->i_propflags = strtoul(lfield[i++], NULL, 10);
257 info->i_timeout = strtoul(lfield[i++], NULL, 10);
259 info->i_ntargets = strtoul(lfield[i++], NULL, 10);
262 cpylen = cmntlen = strtoul(lfield[i++], NULL, 10);
306 t->t_state = strtoul(lfield[2], NULL, 10);
307 t->t_priority.p_class = strtoul(lfield[3], NULL, 10);
308 t->t_priority.p_rank = strtoul(lfield[4], NULL, 10);
/osnet-11/usr/src/lib/libast/common/string/
H A Dfmtclock.c45 if (!(clk_tck = (unsigned int)strtoul(astconf("CLK_TCK", NiL, NiL), NiL, 10)))
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgetpwnam.c93 pw_uid = strtoul(linep, (char **)&end, 10);
146 uidl = strtoul(uidp, (char **)&linep, 10); /* grab uid */
152 gidl = strtoul(gidp, (char **)&linep, 10); /* grab gid */
H A Dgetgrent.c92 gr_gid = strtoul(linep, (char **)&end, 10);
148 gid = strtoul(gidp, (char **)&linep, 10); /* grab gid */
/osnet-11/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");
/osnet-11/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 */
/osnet-11/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
/osnet-11/usr/src/lib/libidmap/common/
H A Dsidutil.c138 sid->sid_subauth[i] = strtoul(p, NULL, 10);
234 *rid = strtoul(p+1, NULL, 10);
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-version-check.c270 ai = strtoul(a, 0, 0);
271 bi = strtoul(b, 0, 0);
H A Dgrub-mkpasswd-pbkdf2.c112 count = strtoul (optarg, NULL, 0);
116 buflen = strtoul (optarg, NULL, 0);
120 saltlen = strtoul (optarg, NULL, 0);
/osnet-11/usr/src/lib/libuuid/common/
H A Duuid.c631 uuid.time_low = strtoul(in, NULL, 16);
632 uuid.time_mid = strtoul(in+9, NULL, 16);
633 uuid.time_hi_and_version = strtoul(in+14, NULL, 16);
634 clock_seq = strtoul(in+19, NULL, 16);
643 uuid.node_addr[i] = strtoul(buf, NULL, 16);
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dutil.c58 r = strtoul(str, &e, 16);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h113 extern unsigned long strtoul P((const char *p, const char **, int base));
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dt-sem.c339 gid = (gid_t)strtoul(optarg, 0, 0);
347 uid = (uid_t)strtoul(optarg, 0, 0);
/osnet-11/usr/src/lib/nsswitch/compat/common/
H A Dgetpwent.c95 uidl = strtoul(uidp, (char **)&linep, 10); /* grab uid */
101 gidl = strtoul(gidp, (char **)&linep, 10); /* grab gid */
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetpwnam.c127 if (strtoul(uidn_v[0], &end, 10) > MAXUID)
129 if (strtoul(gidn_v[0], &end, 10) > MAXUID)
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.c418 cpuid = strtoul(s, &end, 0);
437 index = strtoul(s, &end, 0);
448 way = strtoul(s, &end, 0);
459 bit = strtoul(s, &end, 0);
470 type = strtoul(s, &end, 0);

Completed in 66 milliseconds

12345