Searched refs:strtol (Results 126 - 150 of 475) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/filesync/
H A Ddebug.c279 error_no = strtol(arg, &s, 0);
H A Drules.c212 major = strtol(s, &s1, 10);
216 minor = strtol(&s1[1], 0, 10);
/illumos-gate/usr/src/cmd/format/
H A Dmenu_scsi.c270 pageno = (int)strtol(p, &p2, 0);
794 chg_item->byteno = (int)strtol(input, &p, 0);
835 chg_item->value = (int)strtol(input, &p, 0);
921 n = (int)strtol(s, &p, 0);
H A Dstartup.c61 extern long strtol();
677 val = (int)strtol(cleaned, &ptr, 0);
824 pageno = (int)strtol(id+1, &p2, 0);
856 byteno = (int)strtol(p, &p2, 10);
901 value = (int)strtol(ident, &p, 0);
2620 blks = (int)strtol(str, &p, 0);
2659 cyls = (int)strtol(str, &p, 0);
2919 n1 = strtol(s1, &p1, 10);
2920 n2 = strtol(s2, &p2, 10);
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Ddemangle.c70 return strtol(*c, c, 10);
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Ddownload.c151 proxy_port = strtol(proxy_port_s, NULL, 0);
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c87 version = strtol(optarg, NULL, 0);
/illumos-gate/usr/src/tools/install.bin/
H A Dinstall.bin.c185 mode = strtol(optarg, NULL, 8);
/illumos-gate/usr/src/lib/udapl/libdat/include/
H A Ddat_osd.h128 #define dat_os_strtol(nptr, endptr, base) strtol((nptr), (endptr), (base))
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_osd.h329 #define dapl_os_strtol(nptr, endptr, base) strtol((nptr), (endptr), (base))
/illumos-gate/usr/src/cmd/lp/lib/requests/
H A Dgetrequest.c220 reqp->outcome = (ushort)strtol(p, (char **)0, 16);
/illumos-gate/usr/src/head/
H A Dstdlib.h76 using std::strtol;
/illumos-gate/usr/src/boot/include/
H A Dstdlib.h109 long strtol(const char * __restrict, char ** __restrict, int);
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Ddevicename.c129 unit = strtol(np, (char **)&cp, 0); /* get unit number if present */
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_systemfile.c307 *block = strtol(p, &p, 10);
324 chksum += strtol(p, &p, 10);
/illumos-gate/usr/src/lib/libdladm/common/
H A Dflowattr.c93 prefix_len = (int)strtol(prefix_str, &endp, 10);
175 val = strtol(attr_val, &endp, 10);
H A Dlibdlflow.c157 (uint32_t)strtol(value, NULL, 10)) ==
165 (uint64_t)strtol(value, NULL, 0);
195 (uint8_t)strtol(value, NULL, 0);
200 (uint16_t)strtol(value, NULL, 10);
206 (uint16_t)strtol(value, NULL, 10);
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_names.c417 i = strtol(str, &next, 0);
460 i = strtol(str, &next, 0);
/illumos-gate/usr/src/lib/libcmd/common/
H A Dchgrp.c186 n = (int)strtol(s, &z, 0);
204 n = (int)strtol(s, &z, 0);
/illumos-gate/usr/src/cmd/oamuser/user/
H A Duserdefs.c194 (int)strtol(ptr, NULL, 10);
198 (projid_t)strtol(ptr, NULL, 10);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmultilink.c208 i = strtol(p, &endp, 10);
348 i = strtol(str, &endp, 10);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dipaddrsel.c206 plen = strtol(cp, &end, 10);
222 precedence = strtol(cp, &end, 10);
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dscmadm.c639 val = strtol(value, &tmp, 0);
768 * Since strtol returns 0 on failure, we need to make a special case
771 if (((cd = strtol(arg, (char **)NULL, 10)) > 0) ||
1255 value = strtol(argv[optind+1], 0, 0);
1303 ioj_err = strtol(argv[optind], 0, 0);
1305 ioj_cnt = strtol(argv[optind+1], 0, 0);
1548 * We need to run strtol for backwards compatibility in 3.2.
1554 user_level_conf.cache_mem[0] = (int)strtol(buf, NULL, 0);
1948 * Since strtol returns 0 on failure, we need to make a
1954 if (((int)strtol(
[all...]
H A Dsd_diag.c163 bufsize = strtol(optarg, 0, 0);
171 fsize = strtol(optarg, 0, 0) * FBA_NUM(1 << 20);
178 readercount = strtol(optarg, 0, 0);
1025 id = strtol(argv[optind], 0, 0);
1096 id = strtol(argv[optind], 0, 0);
/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c210 vid = strtol(vidstr, NULL, 16);
211 did = strtol(didstr, NULL, 16);

Completed in 77 milliseconds

1234567891011>>