Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_name.c72 test_expand(hx509_context context, const char *name, const char *expected) in test_expand() function
370 ret += test_expand(context, "UID=${uid},C=SE", "UID=lha,C=SE"); in main()
371 ret += test_expand(context, "UID=foo${uid},C=SE", "UID=foolha,C=SE"); in main()
372 ret += test_expand(context, "UID=${uid}bar,C=SE", "UID=lhabar,C=SE"); in main()
373 ret += test_expand(context, "UID=f${uid}b,C=SE", "UID=flhab,C=SE"); in main()
374 ret += test_expand(context, "UID=${uid}${uid},C=SE", "UID=lhalha,C=SE"); in main()
375 ret += test_expand(context, "UID=${uid}{uid},C=SE", "UID=lha{uid},C=SE"); in main()
/freebsd/crypto/openssh/regress/unittests/misc/
H A Dtests.c25 void test_expand(void);
36 test_expand(); in tests()
H A Dtest_expand.c23 void test_expand(void);
26 test_expand(void) in test_expand() function