Searched refs:atoi (Results 476 - 500 of 634) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzcons.c569 *disconnect = atoi(&bufp[buflen]);
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddisk_link.c551 part_num = atoi(part + 1);
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c1665 http->expect = (http_status_t)atoi(value);
1950 http->data_remaining = atoi(http->fields[HTTP_FIELD_CONTENT_LENGTH]);
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c365 return (atoi(++num));
1192 ipaddr.ipadm_lifnum = atoi(cp);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c229 if (optarg == NULL || (tos = atoi(optarg)) < 0 ||
240 debug_port = atoi(optarg);
H A Din.rshd.c225 debug_port = atoi(optarg);
249 if (optarg == NULL || ((tos = atoi(optarg)) < 0) ||
/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c468 if ((num = atoi(p)) > 0) {
482 if ((num = atoi(p)) > 0) {
/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm.c1040 beg = atoi(numstr);
1049 end = atoi(numstr);
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1778 debug |= atoi(optarg);
1809 number_funcs_toprint = atoi(optarg);
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c548 max_conns_allowed = atoi(optarg);
562 listen_backlog = atoi(optarg);
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c426 debugl = atoi(optarg);
439 poll_interval = atoi(optarg);
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c1044 device->stage.id = atoi(++p);
1053 device->target.id = atoi(++p);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c1580 lifr.lifr_metric = atoi(val);
1591 lifr.lifr_mtu = atoi(val);
1602 lifr.lifr_index = atoi(val);
2629 mod.pos = atoi(pos_p);
3051 if ((cp = strchr(lifname, ':')) != NULL && atoi(cp + 1) == 0)
4251 return (atoi(cp + 1));
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c3881 p->pid = atoi(dentp->d_name);
4259 (int64_t)atoi(pset_tab->zone_importance));
4272 atoi(pset_tab->zone_ncpu_min),
4273 atoi(pset_tab->zone_ncpu_max))) != Z_OK)
4701 min = atoi(pset_tab.zone_ncpu_min);
4702 max = atoi(pset_tab.zone_ncpu_max);
7377 if (atoi(*lock_env) == 1)
7394 assert(atoi(getenv(LOCK_ENV_VAR)) == 1);
7422 assert(atoi(getenv(LOCK_ENV_VAR)) == 1);
7428 assert(atoi(geten
[all...]
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c3141 if ((percent = atoi(s)) > 100) {
3528 (i = atoi(s)) < 1 || i > FD_NUMPART) {
5045 *pno = atoi(buf);
5094 if ((id = atoi(buf)) > FDISK_MAX_VALID_PART_ID) {
5177 begcyl = atoi(buf);
5212 * 4. atoi the numeral string
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c1630 ssf = atoi(out);
1703 ssf.ssf = atoi(out);
3239 r = atoi(bufp);
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c1070 default_entry = atoi(tok);
1445 default_entry = atoi(tok);
3723 cur_num = atoi(num_str);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c1249 rsi->ver = atoi(value);
1275 rsi->cmd_timeout = atoi(value);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1991 port = atoi(portname);
2034 prog = atoi(progname);
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaset.c1541 usetag = atoi(optarg);
1576 c = atoi(cp);
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c2767 return (atoi(&name1[i]) - atoi(&name2[i]));
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c500 atoi(cb+1));
507 port = htons((ushort_t)atoi(sport+1));
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c1409 return ((*partnum = atoi(p + 1)) != 0);
1420 if ((*partnum = atoi(p + 1)) == 0) {
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c1426 penalty = atoi(pbuff);
1457 mfs->mfs_port = atoi(sport+1);
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c850 cpuid = atoi(cpustr);
958 cpuid = atoi(cpustr);

Completed in 248 milliseconds

<<11121314151617181920>>