/freebsd/contrib/pam-krb5/tests/tap/ |
H A D | kerberos.c | 127 basprintf(&krbtgt, "krbtgt/%s@%s", realm, realm); in kerberos_kinit() 195 basprintf(&command, format[i], config->keytab, principal); in kerberos_kinit() 256 basprintf(&path, "%s/krb5cc_test", tmpdir_ticket); in kerberos_cleanup() 312 basprintf(&config->cache, "%s/krb5cc_test", tmpdir_ticket); in kerberos_setup() 313 basprintf(&krb5ccname, "KRB5CCNAME=%s/krb5cc_test", tmpdir_ticket); in kerberos_setup() 314 basprintf(&krb5_ktname, "KRB5_KTNAME=%s", config->keytab); in kerberos_setup() 409 basprintf(&path, "%s/krb5.conf", tmpdir_conf); in kerberos_cleanup_conf() 447 basprintf(&krb5_config, "KRB5_CONFIG=%s/krb5.conf", tmpdir_conf); in kerberos_generate_conf()
|
H A D | string.h | 44 void basprintf(char **, const char *, ...)
|
H A D | string.c | 60 basprintf(char **strp, const char *fmt, ...) in basprintf() function
|
H A D | process.c | 427 basprintf(&process->logfile, "%s/%s.log.XXXXXX", process->tmpdir, name); in process_start_internal()
|
/freebsd/contrib/pam-krb5/tests/module/ |
H A D | basic-t.c | 55 basprintf(&uid, "%lu", (unsigned long) pwd.pw_uid); in main() 56 basprintf(&uidplus, "%lu", (unsigned long) pwd.pw_uid + 1); in main()
|
H A D | cache-t.c | 117 basprintf(&prefix, "FILE:/tmp/krb5cc_%lu_", (unsigned long) getuid()); in check_cache_callback() 155 basprintf(&pwd.pw_dir, "%s/tmp", getenv("BUILD")); in main() 185 basprintf(&k5login, "%s/.k5login", pwd.pw_dir); in main()
|
H A D | cache-cleanup-t.c | 67 basprintf(&path, "%s/%s", tmppath, file->d_name); in main() 93 basprintf(&path, "%s/%s", tmppath, file->d_name); in main()
|
H A D | expired-t.c | 66 basprintf(&pwd.pw_dir, "%s/tmp", getenv("BUILD")); in main() 74 basprintf(&newpass, "ngh1,a%lu nn9af6", (unsigned long) getpid()); in main()
|
H A D | trace-t.c | 34 basprintf(&trace, "%s/trace", tmpdir); in main()
|
H A D | pkinit-t.c | 75 basprintf(&pkcs12_path, "%s/%s", tmpdir, "pkinit-pkcs12"); in main()
|
H A D | realm-t.c | 66 basprintf(&k5login, "%s/.k5login", pwd.pw_dir); in main()
|
H A D | alt-auth-t.c | 96 basprintf(&user, "%s@foo.example.com", krbconf->username); in main()
|
H A D | password-t.c | 89 basprintf(&newpass, "ngh1,a%lu nn9af6%lu", (unsigned long) getpid(), in main()
|
/freebsd/contrib/pam-krb5/tests/pam-util/ |
H A D | logging-t.c | 62 basprintf(&expected, "%s: %s", "bar", \ 80 basprintf(&expected, "%s: %s", "krb", msg); \
|
H A D | vector-t.c | 118 basprintf(&command, "echo ok %lu - vector_exec", testnum++); in main() 135 basprintf(&string, "NUMBER=%lu", testnum++); in main()
|
/freebsd/contrib/pam-krb5/tests/fakepam/ |
H A D | kuserok.c | 92 basprintf(&path, "%s/.k5login", pwd->pw_dir); in krb5_kuserok()
|
H A D | script.c | 401 basprintf(&file, "%s/%s", path, entry->d_name); in run_script_dir()
|
H A D | config.c | 340 basprintf(&uid, "%lu", (unsigned long) getuid()); in expand_string()
|