Searched refs:strtoll (Results 26 - 46 of 46) sorted by relevance

12

/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice_info.c295 *result = ((dbus_int64_t) hal_device_property_get_int (d, key)) - strtoll (right_side, NULL, 0);
300 *result = ((dbus_int64_t) hal_device_property_get_uint64 (d, key)) - ((dbus_int64_t) strtoll (right_side, NULL, 0));
H A Dutil.c247 *result = strtoll (buf, NULL, base);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dutils.c286 result = strtoll(value, &suffix, 0);
293 ntfs_log_error("Internal error, strtoll didn't return a suffix.\n");
H A Dntfsundelete.c382 result = strtoll(value, &suffix, 10);
389 ntfs_log_error("Internal error, strtoll didn't return a suffix.\n");
H A Dntfsresize.c395 size = strtoll(s, &suffix, 10);
H A Dmkntfs.c307 tmp = strtoll(string, &end, 0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h3977 # define strtoll __strtoll /* secret handshake */ macro
3980 # define strtoll _strtoi64 /* secret handshake */ macro
3983 # define Strtol strtoll
H A Dconfig_h.SH2852 * This symbol, if defined, indicates that the strtoll routine is
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dentry.c993 *snum = strtoll(basep, (char **)NULL, 10);
/osnet-11/usr/src/lib/libvscan/common/
H A Dlibvscan.c1609 *num = strtoll(value, &end, 10);
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_xml.c612 ival = strtoll((char *)data, NULL, 0);
775 ival = strtoll((char *)node_data, NULL, 0);
/osnet-11/usr/src/lib/libast/
H A DMakefile.com126 common/comp/strtoll.o \
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com96 strtoll.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com122 strtoll.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com124 strtoll.o \
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile98 strtoll.o \
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c5441 o = strtoll(val->value_value, NULL, 10);
5462 os = strtoll(val->value_value, &p, 10);
5785 i = strtoll(str, &endp, 0);
5801 s = strtoll(str, &endp, 10);
H A Dscf_tmpl.c3995 min[n] = strtoll(one_range[0], &endptr, 10);
4001 max[n] = strtoll(one_range[1], &endptr, 10);
/osnet-11/usr/src/lib/libpicltree/
H A Dpicltree.c2701 llval = strtoll(val, (char **)NULL, 0);
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4193 result = strtoll(attr->zone_attr_value, &endptr, 10);
4233 neg_result = strtoll(attr->zone_attr_value, &endptr, 10);
/osnet-11/usr/src/grub/grub2/
H A Dconfigure29294 for gl_func in _Exit atoll canonicalize_file_name getloadavg getsubopt grantpt mkdtemp mkostemp mkostemps mkstemp mkstemps ptsname random_r initstat_r srandom_r setstate_r realpath rpmatch setenv strtod strtoll strtoull unlockpt unsetenv; do
[all...]

Completed in 191 milliseconds

12