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

12345

/osnet-11/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c780 tp->t_data.tu_int = strtoul(p, &q, 0);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpac.c1283 *type = strtoul(p, &endptr, 10);
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile97 strtoul.o \
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c329 id = (uint_t)strtoul(linep, (char **)&end, 10);
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_addr.c1070 prefixlen = strtoul(pval, &end, 10);
2070 prefixlen = strtoul(prefixlenstr, &endp, 10);
2430 prefixlen = strtoul(cp, &end, 10);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmilter.c1300 m->mf_mta_actions = strtoul(p, NULL, 0);
1303 m->mf_mta_prot_flags = strtoul(p, NULL, 0);
1306 m->mf_mta_prot_version = strtoul(p, NULL, 0);
/osnet-11/usr/src/lib/libpp/common/
H A Dppop.c1460 n = strtoul(p, NiL, 0);
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetgrent.c1672 if (strtoul(gid[0], &end, 10) > MAXUID)
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c3689 int projid = strtoul(s, &endptr, 10);
3833 projid = strtoul(value[0], &endptr, 10);
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc991 /* strtoul.c */
992 unsigned long strtoul(const char *_RESTRICT_KYWD str,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h4023 # define Strtoul strtoul
H A Dconfig_h.SH2035 * This symbol, if defined, indicates that the strtoul routine is
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregnexec.c35 #define DEBUG_INIT() do { char* t; if (!debug) { debug = 0x80000000; if (t = getenv("_AST_regex_exec_debug")) debug |= strtoul(t, NiL, 0); } } while (0)
H A Dregcomp.c43 #define DEBUG_INIT() do { char* t; if (!debug) { debug = 0x80000000; if (t = getenv("_AST_regex_comp_debug")) debug |= strtoul(t, NiL, 0); } } while (0)
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c5464 ons = strtoul(p + 1, NULL, 10);
5812 ns = strtoul(ns_str, &endp, 10);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c4281 uid_t id = strtoul(cp, &end, 10);

Completed in 2202 milliseconds

12345