Searched refs:atoi (Results 1 - 13 of 13) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Dkr_nfsstat.c184 *badcalls = atoi (strtok(NULL, " "));
185 *retrans = atoi (strtok(NULL, " "));
186 *badxids = atoi (strtok(NULL, " "));
187 *timeouts = atoi (strtok(NULL, " "));
188 *newcreds = atoi (strtok(NULL, " "));
189 *badverfs = atoi (strtok(NULL, " "));
190 *timers = atoi (strtok(NULL, " "));
191 *nomem = atoi (strtok(NULL, " "));
192 *cantsend = atoi (strtok(NULL, " "));
H A Ddsr.c399 entry->dnum = atoi(rpt);
611 dv = atoi(nm);
H A DhealthMonitor.c2197 hm_refresh_interval = atoi(cptr);
2199 threshold_swapavail_info = atoi(cptr);
2201 threshold_swapavail_warning = atoi(cptr);
2203 threshold_swapavail_error = atoi(cptr);
2221 threshold_restime_long = atoi(cptr);
2223 threshold_restime_ok = atoi(cptr);
2225 threshold_restime_error = atoi(cptr);
2227 threshold_freemem_low = atoi(cptr);
/solaris-userland/components/openssl/openssl-default/wanboot-openssl/
H A Dwanboot-stubs.c98 atoi(const char *p) function
/solaris-userland/components/krb5/Solaris/
H A Dsafechown.c94 uid = atoi(optarg);
H A Dg_utils.c117 qop_num_pairs[qop_num_pair_cnt].num = (OM_uint32)atoi(name);
/solaris-userland/components/desktop/os-welcome/files/
H A Dos-about.py84 return _("%.1f MB") % string.atoi(value)
86 return _("%.1f GB") % string.atoi(value)
/solaris-userland/components/libusb/wrapper/src/
H A Dwr_libusb.c751 libusb_debug = atoi(debug_str);
847 "plugin rev is %d\n", atoi(token));
849 "wrapper rev is %d\n", atoi(wr_token));
850 if (atoi(token) != atoi(wr_token)) {
900 libusb_debug = atoi(debug_str);
/solaris-userland/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c225 devnum = atoi(temp + 1);
936 gid_num = atoi(path);
962 pkey_num = atoi(path);
/solaris-userland/components/apache24/mod_auth_gss/
H A Dmod_auth_gss.c88 ((gss_auth_config *) config)->gss_debug = atoi(debugflag);
/solaris-userland/components/libusb/ugen/src/
H A Dlibusbugen.c160 level = atoi(getenv("SUN_LIBUSBUGEN_DEBUG"));
164 level = atoi(getenv("SUN_LIBUSB_DEBUG"));
/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c641 speed = atoi(buffer);
1272 mtu = atoi(buffer);
H A Dutil-solaris.c3655 "system", atoi(dlval->ddlv_sval));

Completed in 72 milliseconds