Home
last modified time | relevance | path

Searched refs:bmalloc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/pam-krb5/tests/fakepam/
H A Dlogging.c63 output = bmalloc(sizeof(struct output)); in output_new()
66 output->lines = bmalloc(sizeof(output->lines[0])); in output_new()
H A Dconfig.c379 output = bmalloc(length + 1); in expand_string()
551 next = bmalloc(sizeof(struct action)); in parse_run()
742 work = bmalloc(sizeof(struct work)); in parse_script()
/freebsd/contrib/pam-krb5/tests/tap/
H A Dbasic.h133 void *bmalloc(size_t)
H A Dprocess.c135 buf = bmalloc(buflen); in run_child_function()
H A Dbasic.c819 bmalloc(size_t size) in bmalloc() function
/freebsd/contrib/pam-krb5/
H A DNEWS366 * Add bmalloc, bcalloc, brealloc, and bstrdup TAP library functions.