Home
last modified time | relevance | path

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

/freebsd/contrib/pam-krb5/tests/module/
H A Dlong-t.c32 password = bcalloc_type(PAM_MAX_RESP_SIZE + 1, char); in main()
H A Dpkinit-t.c76 generate_pkcs12 = bcalloc_type(10, const char *); in main()
H A Dpassword-t.c71 newpass = bcalloc_type(PAM_MAX_RESP_SIZE + 1, char); in main()
/freebsd/contrib/pam-krb5/tests/tap/
H A Dbasic.c176 result = bcalloc_type(length, char); in concat()
757 file = bcalloc_type(1, struct diag_file); in diag_file_add()
762 file->buffer = bcalloc_type(BUFSIZ, char); in diag_file_add()
1000 cleanup = bcalloc_type(1, struct cleanup_func); in register_cleanup()
H A Dbasic.h148 #define bcalloc_type(n, type) ((type *) bcalloc((n), sizeof(type))) macro