Home
last modified time | relevance | path

Searched refs:bstrdup (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/pam-krb5/tests/tap/
H A Dkerberos.c116 config->principal = bstrdup(name); in kerberos_kinit()
191 config->principal = bstrdup(principal); in kerberos_kinit()
336 config->userprinc = bstrdup(buffer); in kerberos_setup()
343 config->password = bstrdup(buffer); in kerberos_setup()
350 config->username = bstrdup(config->userprinc); in kerberos_setup()
376 config->pkinit_principal = bstrdup(buffer); in kerberos_setup()
377 config->pkinit_cert = bstrdup(path); in kerberos_setup()
H A Dbasic.h139 char *bstrdup(const char *)
H A Dbasic.c758 file->name = bstrdup(name); in diag_file_add()
875 bstrdup(const char *s) in bstrdup() function
H A Dprocess.c420 process->pidfile = bstrdup(pidfile); in process_start_internal()
/freebsd/contrib/pam-krb5/tests/fakepam/
H A Dscript.c168 message = bstrdup(msg[i]->msg); in converse()
192 (*resp)[i].resp = bstrdup(prompt->response); in converse()
279 path = bstrdup(file); in run_script()
301 pamh->authtok = bstrdup(config->authtok); in run_script()
303 pamh->oldauthtok = bstrdup(config->oldauthtok); in run_script()
H A Dlogging.c89 output->lines[next].line = bstrdup(string); in output_add()
H A Dconfig.c186 line = bstrdup(buffer); in readline()
557 next->name = bstrdup(token); in parse_run()
/freebsd/contrib/pam-krb5/tests/module/
H A Dexpired-t.c54 date = bstrdup(ctime(&now)); in main()
H A Dcache-t.c123 extra->cache_path = bstrdup(file); in check_cache_callback()
/freebsd/contrib/pam-krb5/
H A DNEWS366 * Add bmalloc, bcalloc, brealloc, and bstrdup TAP library functions.