Searched refs:bstrdup (Results 1 – 10 of 10) sorted by relevance
116 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()
139 char *bstrdup(const char *)
758 file->name = bstrdup(name); in diag_file_add()875 bstrdup(const char *s) in bstrdup() function
420 process->pidfile = bstrdup(pidfile); in process_start_internal()
168 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()
89 output->lines[next].line = bstrdup(string); in output_add()
186 line = bstrdup(buffer); in readline()557 next->name = bstrdup(token); in parse_run()
54 date = bstrdup(ctime(&now)); in main()
123 extra->cache_path = bstrdup(file); in check_cache_callback()
366 * Add bmalloc, bcalloc, brealloc, and bstrdup TAP library functions.