Lines Matching refs:validate
125 static void validate(int, void *);
1215 validate(i, &response[i]);
1471 * Validate the response against the expected return. The variable
1475 validate(int i, void *data)
1534 * Validate the return against the contents of a variable.
1583 * Validate the return type against the expected type, throw an error
1591 errx(1, "%s:%zu: Validate expected type %s %s %s",
1607 * Validate the return value against the expected value, throw an error
1615 errx(1, "%s:%zu: Validate expected >%s< %s >%s<",
1631 * Validate the return value against the expected value, throw an error
1674 errx(1, "%s:%zu: Validate expected %s byte stream",
1685 * Validate the return cchar against the expected cchar, throw an error
1763 * Validate the return wchar string against the expected wchar, throw an
1830 * Validate the variable at i against the expected value, throw an
1882 errx(1, "%s:%zu: Validate expected %s byte stream",