Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_name.c74 test_expand(hx509_context context, const char *name, const char *expected) in test_expand() function
372 ret += test_expand(context, "UID=${uid},C=SE", "UID=lha,C=SE"); in main()
373 ret += test_expand(context, "UID=foo${uid},C=SE", "UID=foolha,C=SE"); in main()
374 ret += test_expand(context, "UID=${uid}bar,C=SE", "UID=lhabar,C=SE"); in main()
375 ret += test_expand(context, "UID=f${uid}b,C=SE", "UID=flhab,C=SE"); in main()
376 ret += test_expand(context, "UID=${uid}${uid},C=SE", "UID=lhalha,C=SE"); in main()
377 ret += test_expand(context, "UID=${uid}{uid},C=SE", "UID=lha{uid},C=SE"); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dcompat_level.c338 static void test_expand(void) in test_expand() function
455 test_expand(); in main()