Home | History | Annotate | Download | only in missing

Lines Matching full:val

501   int val;
504 val = vasprintf (ret, format, args);
510 tmp = malloc (val + 1);
515 if (val != ret2 || strcmp(*ret, tmp))
522 return val;
531 int val;
534 val = vasnprintf (ret, max_sz, format, args);
540 tmp = malloc (val + 1);
545 if (val != ret2 || strcmp(*ret, tmp))
552 return val;