Searched refs:to_int (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/latencytop/common/
H A Dlatencytop.c167 to_int(const char *str, int *result) function
254 if (to_int(optarg, &refresh_interval) != 0 ||
266 if (to_int(optarg, &klog_level) != 0 ||
343 if (to_int(optarg, &log_interval) != 0 ||
382 if (to_int(select_str, &select_value) != 0) {
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/conf/
H A Dconf.h99 int (*to_int)(const CONF *conf, char c); member in struct:conf_method_st
H A Dconf_api.c177 ret=ret*10+conf->meth->to_int(conf, *str);
H A Dconf_lib.c352 *result = (*result)*10 + conf->meth->to_int(conf, *str);

Completed in 116 milliseconds