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

/sssd-io/src/tests/cmocka/
H A Dtest_expire_common.c37 static char *now_str(TALLOC_CTX *mem_ctx, const char* format, int s) function
73 invalid_format = now_str(exp_state, "%Y%m%d%H%M%S", -20);
76 invalid_longer_format = (void*)now_str(exp_state, "%Y%m%d%H%M%SZA", -20);
79 past_time = (void*)now_str(exp_state, "%Y%m%d%H%M%SZ", -20);
82 future_time = (void*)now_str(exp_state, "%Y%m%d%H%M%SZ", 20);

Completed in 9 milliseconds