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

/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c678 char *to_val; local
681 to_val = OPTSET_VAL(do_option, OPT_TIMEOUT);
682 timeout_secs = (int)strtol(to_val, &ep, 10);
683 if (*ep != '\0' || ep == to_val || timeout_secs < 0) {
684 __fmt_errstring(errstring, strlen(to_val),
685 dgettext(TEXT_DOMAIN, timeout_notnum), to_val);

Completed in 33 milliseconds