Searched refs:strtol (Results 76 - 100 of 475) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/backup/dump/
H A Dpartial.c102 return ((dev_t)strtol(str + 1, (char **)NULL, 16));
/illumos-gate/usr/src/cmd/truss/
H A Dlistopts.c100 sys = strtol(name, &next, 0);
346 sig = strtol(name, &next, 0);
420 flt = strtol(name, &next, 0);
493 fd = strtol(name, &next, 0);
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxdate.c90 n = strtol(s, &t, 10);
96 m = strtol(++s, &t, 10);
101 i = strtol(++s, &t, 10);
507 n = strtol(s, &t, 0);
699 n = strtol(s, &t, 10);
718 n = strtol(++u, &t, 10);
769 n = strtol(s = t, &t, 0);
778 n = strtol(s = t, &t, 0);
820 if (n = strtol(s, &t, 10))
934 n = strtol(
[all...]
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dset_charset.c96 && 0 <= (cs = strtol(char_set + 2, &rest, 10)) && cs <= 63
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c774 record.zi_duration = (int)strtol(optarg, &end, 10);
794 level = (int)strtol(optarg, &end, 10);
818 record.zi_duration = (int)strtol(optarg, &end, 10);
905 int id = (int)strtol(cancel, &end, 10);
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Ddevicename.c136 idev->d_unit = strtol(np, &cp, 0);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Ddevicename.c125 unit = strtol(np, &cp, 0); /* get unit number if present */
/illumos-gate/usr/src/boot/sys/boot/uboot/fdt/
H A Duboot_fdt.c130 i = strtol(env + 3, &end, 10);
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Ddevicename.c129 unit = strtol(np, &cp, 0);
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dserver.c553 strtol(argv[10], &end, 10) ? IDMAP_USID : IDMAP_GSID;
558 strtol(argv[9], &end, 10) ? IDMAP_UID : IDMAP_GID;
560 w2u = argv[4] ? strtol(argv[4], &end, 10) : 0;
561 u2w = argv[5] ? strtol(argv[5], &end, 10) : 0;
614 strtol(argv[9], &end, 10);
616 strtol(argv[10], &end, 10);
761 strtol(argv[1], &end, 10);
764 strtol(argv[2], &end, 10);
773 strtol(argv[5], &end, 10);
778 w2u_order = argv[7] ? strtol(arg
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcmp.c242 o1 = strtol(s, &e, 0);
250 o2 = strtol(s, &e, 0);
/illumos-gate/usr/src/cmd/devfsadm/
H A Daudio_link.c235 inst = strtol(mn + i, &ep, 10);
283 num = strtol(buf, &ep, 10);
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Ddevreserv.c269 lkey = strtol(*argp, &p, 10);
333 lkey = strtol(*argp, &p, 10);
/illumos-gate/usr/src/cmd/dispadmin/
H A Dfssdispadmin.c230 i = (int)strtol(value, &endp, 10);
240 i = (int)strtol(value, &endp, 10);
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Dargs.c211 cnt = strtol(c+i, &s, 10);
252 cnt = strtol(c+i, &s, 10);
/illumos-gate/usr/src/cmd/svc/servinfo/
H A Dservinfo.c94 port = strtol(p + 1, &dot, 10) << 8;
95 port = port | strtol(dot + 1, (char **)NULL, 10);
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_profile.c208 l = strtol(string, &endptr, 0);
371 l = strtol(string, &endptr, 0);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dboot.c131 howlong = strtol(argv[1], &cp, 0);
179 timeout = strtol(cp, &ep, 0);
/illumos-gate/usr/src/boot/lib/libstand/
H A DMakefile.inc26 SRCS += $(LIBSTAND_SRC)/getopt.c $(LIBSTAND_SRC)/strtol.c
33 strdup.o strerror.o strtol.o strtoul.o random.o \
/illumos-gate/usr/src/cmd/vrrpadm/
H A Dvrrpadm.c210 conf.vvc_adver_int = (uint32_t)strtol(optarg, &endp, 0);
223 conf.vvc_pri = strtol(optarg, &endp, 0);
246 conf.vvc_vrid = strtol(optarg, &endp, 0);
351 conf.vvc_adver_int = (uint32_t)strtol(optarg, &endp, 0);
376 conf.vvc_pri = strtol(optarg, &endp, 0);
/illumos-gate/usr/src/cmd/ttymon/
H A Dsttyparse.c563 ecswp.version = (uchar_t)strtol(t, (char **)NULL, 16);
574 ecswp.codeset_type = (uchar_t)strtol(t, (char **)NULL, 16);
585 ecswp.csinfo_num = (uchar_t)strtol(t, (char **)NULL, 16);
606 ecswp.locale_name[i] = (char)strtol(s, (char **)NULL,
621 l = strtol(t, (char **)NULL, 16);
/illumos-gate/usr/src/lib/libast/common/misc/
H A Derror.c156 error_state.breakpoint = strtol(v, NiL, 0);
172 error_state.count = strtol(v, NiL, 0);
177 error_info.fd = n ? strtol(v, NiL, 0) : -1;
187 error_info.mask = strtol(v, NiL, 0);
228 error_info.trace = -strtol(v, NiL, 0);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c190 max_conns_allowed = strtol(value, (char **)NULL, 10);
200 listen_backlog = strtol(value, (char **)NULL, 10);
232 maxservers = strtol(value, (char **)NULL, 10);
243 nfs_server_vers_min = strtol(value, (char **)NULL, 10);
249 nfs_server_vers_max = strtol(value, (char **)NULL, 10);
/illumos-gate/usr/src/cmd/pr/
H A Dpr.c267 if ((Fpage = (int)strtol(&argv[optnum][1],
339 Etabn = (int)strtol(&argv[optnum]
367 Itabn = (int)strtol(&argv[optnum]
397 Numw = (int)strtol(&argv[optnum]
478 Length = (int)strtol(optarg, (char **)NULL, 10);
489 Offset = (int)strtol(optarg, (char **)NULL, 10);
507 Linew = (int)strtol(optarg, (char **)NULL, 10);
/illumos-gate/usr/src/lib/passwdutil/
H A Dswitch_utils.c357 passwd->pw_uid = strtol(p, &next, 10);
388 passwd->pw_gid = strtol(p, &next, 10);
470 * We want to use strtol() and we have a readonly non-zero-terminated
492 x = strtol(numbuf, &endfield, 10);

Completed in 72 milliseconds

1234567891011>>