Searched refs:sss_utc_to_time_t (Results 1 - 5 of 5) sorted by relevance
/sssd-io/src/tests/ |
H A D | util-tests.c | 1070 ret = sss_utc_to_time_t("20140801115742Z", "%Y%m%d%H%M%SZ", &unix_time); 1086 ret = sss_utc_to_time_t("20150127133540P", format, &unix_time); 1088 ret = sss_utc_to_time_t("0Z", format, &unix_time); 1090 ret = sss_utc_to_time_t("000001010000Z", format, &unix_time);
|
/sssd-io/src/util/ |
H A D | util.h | 662 errno_t sss_utc_to_time_t(const char *str, const char *format, time_t *unix_time);
|
H A D | util.c | 836 errno_t sss_utc_to_time_t(const char *str, const char *format, time_t *_unix_time) function
|
/sssd-io/src/providers/ldap/ |
H A D | sdap_access.c | 555 ret = sss_utc_to_time_t(exp_time_str, "%Y%m%d%H%M%SZ", 558 DEBUG(SSSDBG_MINOR_FAILURE, "sss_utc_to_time_t failed with %d:%s.\n", 1843 ret = sss_utc_to_time_t(pwdAccountLockedTime, "%Y%m%d%H%M%SZ", 1846 DEBUG(SSSDBG_TRACE_FUNC, "sss_utc_to_time_t failed with %d:%s.\n",
|
H A D | ldap_auth.c | 91 ret = sss_utc_to_time_t(expire_date, "%Y%m%d%H%M%SZ", 94 DEBUG(SSSDBG_MINOR_FAILURE, "sss_utc_to_time_t failed with %d:%s.\n",
|
Completed in 26 milliseconds