HomeSort by: relevance | last modified time | path
    Searched defs:test_cc_name (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
test_cc.c 44 #define TEST_CC_NAME "%{TEMP}/krb5-cc-test-foo"
46 #define TEST_CC_NAME "/tmp/krb5-cc-test-foo"
53 const char *p, *test_cc_name = TEST_CC_NAME; local
73 ret = krb5_cc_set_default_name(context, test_cc_name);
84 test_cc_name to match since p3 is going to have expanded
86 if (strcmp(p3, test_cc_name) != 0)
test_cc.c 44 #define TEST_CC_NAME "%{TEMP}/krb5-cc-test-foo"
46 #define TEST_CC_NAME "/tmp/krb5-cc-test-foo"
53 const char *p, *test_cc_name = TEST_CC_NAME; local
73 ret = krb5_cc_set_default_name(context, test_cc_name);
84 test_cc_name to match since p3 is going to have expanded
86 if (strcmp(p3, test_cc_name) != 0)
test_cc.c 44 #define TEST_CC_NAME "%{TEMP}/krb5-cc-test-foo"
46 #define TEST_CC_NAME "/tmp/krb5-cc-test-foo"
53 const char *p, *test_cc_name = TEST_CC_NAME; local
73 ret = krb5_cc_set_default_name(context, test_cc_name);
84 test_cc_name to match since p3 is going to have expanded
86 if (strcmp(p3, test_cc_name) != 0)

Completed in 74 milliseconds