Searched refs:strtoll (Results 51 - 75 of 96) sorted by relevance

1234

/illumos-gate/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);
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c2781 size = strtoll(t, &tailp, 0);
2787 size = strtoll(t, &tailp, 0);
2793 size = strtoll(t, &tailp, 0);
2799 size = strtoll(t, &tailp, 0);
2814 size = strtoll(t, &tailp, 0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c537 value = strtoll(optstr, &endp, 10);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c232 if ((timeout = strtoll(argv[6], NULL, 10)) <= 0 || timeout > UINT_MAX)
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c903 newlevel = strtoll(Tok, NULL, 0);
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c411 num = strtoll(field_value, (char **)NULL, 0);
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dutil.c245 *v = strtoll(str, &endptr, 0);
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Dprint_json.c104 t = strtoll(in, &end, 10);
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzcons.c562 *pid = strtoll(bufp, &bufp, 10);
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c375 sz = strtoll(optarg, endptr, 0);
507 * indicating strtoll was unable to convert).
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dserver.c641 result->lastrowid = strtoll(argv[0], &end, 10);
791 result->lastrowid = strtoll(argv[0], &end, 10);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c965 n = strtoll(value, &endptr, 0);
1183 strtoll(value->sc_u.sc_string, &endptr, 0);
1197 strtoll(endptr, &endptr2, 0);
H A Dsvccfg_xml.c567 v->sc_u.sc_integer = strtoll((char *)value, &endptr, 10);
2291 srange[i] = strtoll(strings[i], &c, 0);
/illumos-gate/usr/src/lib/libvscan/common/
H A Dlibvscan.c1609 *num = strtoll(value, &end, 10);
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c1105 sliding_interval_ms = strtoll(optarg, (char **)NULL, 0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c630 value = strtoll(optval, &endp, 10);
H A Dndp.c1085 period = strtoll(flagarg, &endptr, 10);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dkssladm_create.c957 tmp_port = strtoll(server_port, &ep, 10);
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_diag.c174 loops = (nsc_size_t)strtoll(optarg, 0, 0);
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c655 val = strtoll(pp->value, &end, 0);
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c612 ival = strtoll((char *)data, NULL, 0);
775 ival = strtoll((char *)node_data, NULL, 0);
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com131 common/comp/strtoll.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com106 strtoll.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com136 strtoll.o \

Completed in 1290 milliseconds

1234