Home | History | Annotate | Download | only in fio

Lines Matching full:ival

32 	return strlen(vp2->ival) - strlen(vp1->ival);
44 if (!vp->ival || vp->ival[0] == '\0')
64 } else if (!o->posval[0].ival) {
82 if (!vp->ival)
85 log_info("%20s: %-10s", i == 0 ? "valid values" : "", vp->ival);
271 extern int evaluate_arithmetic_expression(const char *buffer, long long *ival,
282 long long ival;
286 rc = evaluate_arithmetic_expression(str, &ival, &dval, 1.0, is_time);
305 long long ival;
318 rc = evaluate_arithmetic_expression(str, &ival, &dval, implied_units, is_time);
321 *val = ival / 1000000LL;
323 *val = ival;
438 return max(strlen(vp->ival), opt_len(str));
482 if (!vp->ival || vp->ival[0] == '\0')
485 if (!strncmp(vp->ival, ptr, str_match_len(vp, ptr))) {
535 if (o->posval[0].ival) {
541 if (!vp->ival || vp->ival[0] == '\0')
667 else if (o->posval[0].ival) {
673 if (!vp->ival || vp->ival[0] == '\0' || !cp)
676 if (!strncmp(vp->ival, ptr, str_match_len(vp, ptr))) {