Searched refs:bcalloc_type (Results 1 – 5 of 5) sorted by relevance
32 password = bcalloc_type(PAM_MAX_RESP_SIZE + 1, char); in main()
76 generate_pkcs12 = bcalloc_type(10, const char *); in main()
71 newpass = bcalloc_type(PAM_MAX_RESP_SIZE + 1, char); in main()
176 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()
148 #define bcalloc_type(n, type) ((type *) bcalloc((n), sizeof(type))) macro