Home
last modified time | relevance | path

Searched refs:check_data (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/kyua-cli/dist/utils/process/
H A Dsystembuf_test.cpp46 check_data(std::istream& is, std::size_t length) in check_data() function
88 check_data(is, length); in test_read()
106 check_data(is, length); in test_write()
/minix3/tests/sbin/resize_ffs/
H A Dcommon.sh92 check_data () function
103 check_data $i
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dverify_krb5_conf.c353 void *check_data; member
601 } else if(p->type == krb5_config_string && e->check_data != NULL) { in check_section()
602 error |= (*(check_func_t)e->check_data)(context, local, p->u.string); in check_section()
603 } else if(p->type == krb5_config_list && e->check_data != NULL) { in check_section()
604 error |= check_section(context, local, p->u.list, e->check_data); in check_section()
/minix3/external/bsd/kyua-cli/dist/store/
H A Dschema_inttest.cpp436 check_data(store::backend& backend) in check_data() function
466 check_data(backend); in ATF_TEST_CASE_BODY()
493 check_data(backend); in ATF_TEST_CASE_BODY()
/minix3/external/bsd/bind/dist/lib/dns/
H A Ddst_parse.c352 check_data(const dst_private_t *priv, const unsigned int alg, in check_data() function
591 check = check_data(priv, alg, ISC_TRUE, external); in dst__privstruct_parse()
631 ret = check_data(priv, dst_key_alg(key), ISC_FALSE, key->external); in dst__privstruct_writefile()