Searched refs:sss_utc_to_time_t (Results 1 - 5 of 5) sorted by relevance

/sssd-io/src/tests/
H A Dutil-tests.c1070 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 Dutil.h662 errno_t sss_utc_to_time_t(const char *str, const char *format, time_t *unix_time);
H A Dutil.c836 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 Dsdap_access.c555 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 Dldap_auth.c91 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 39 milliseconds