Home
last modified time | relevance | path

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

/freebsd/contrib/pam-krb5/tests/
H A Druntests.c1679 char *c_tap_source_env = NULL; in main() local
1735 c_tap_source_env = concat("C_TAP_SOURCE=", source, (const char *) 0); in main()
1736 if (putenv(c_tap_source_env) != 0) in main()
1772 free(c_tap_source_env); in main()