Searched defs:invalid_longer_format (Results 1 - 2 of 2) sorted by relevance

/sssd/src/tests/cmocka/
H A Dtest_expire_common.h31 char *invalid_longer_format; member in struct:expire_test_ctx
H A Dtest_expire_common.c62 char *invalid_longer_format; local
76 invalid_longer_format = (void*)now_str(exp_state, "%Y%m%d%H%M%SZA", -20);
77 assert_non_null(invalid_longer_format);
88 exp_state->invalid_longer_format = invalid_longer_format;

Completed in 1098 milliseconds