Searched refs:atoi (Results 1 - 13 of 13) sorted by relevance
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/ |
H A D | kr_nfsstat.c | 184 *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 D | dsr.c | 399 entry->dnum = atoi(rpt); 611 dv = atoi(nm);
|
H A D | healthMonitor.c | 2197 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 D | wanboot-stubs.c | 98 atoi(const char *p) function
|
/solaris-userland/components/krb5/Solaris/ |
H A D | safechown.c | 94 uid = atoi(optarg);
|
H A D | g_utils.c | 117 qop_num_pairs[qop_num_pair_cnt].num = (OM_uint32)atoi(name);
|
/solaris-userland/components/desktop/os-welcome/files/ |
H A D | os-about.py | 84 return _("%.1f MB") % string.atoi(value) 86 return _("%.1f GB") % string.atoi(value)
|
/solaris-userland/components/libusb/wrapper/src/ |
H A D | wr_libusb.c | 751 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 D | solaris_compatibility.c | 225 devnum = atoi(temp + 1); 936 gid_num = atoi(path); 962 pkey_num = atoi(path);
|
/solaris-userland/components/apache24/mod_auth_gss/ |
H A D | mod_auth_gss.c | 88 ((gss_auth_config *) config)->gss_debug = atoi(debugflag);
|
/solaris-userland/components/libusb/ugen/src/ |
H A D | libusbugen.c | 160 level = atoi(getenv("SUN_LIBUSBUGEN_DEBUG")); 164 level = atoi(getenv("SUN_LIBUSB_DEBUG"));
|
/solaris-userland/components/openvswitch/files/lib/ |
H A D | netdev-solaris.c | 641 speed = atoi(buffer); 1272 mtu = atoi(buffer);
|
H A D | util-solaris.c | 3655 "system", atoi(dlval->ddlv_sval));
|
Completed in 72 milliseconds