Home
last modified time | relevance | path

Searched refs:strtime (Results 1 – 3 of 3) sorted by relevance

/src/contrib/libarchive/libarchive/
H A Darchive_write_set_format_warc.c334 char strtime[100]; in xstrftime() local
347 len = strftime(strtime, sizeof(strtime)-1, fmt, rt); in xstrftime()
348 archive_strncat(as, strtime, len); in xstrftime()
/src/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c1812 char *strtime=NULL; in getstringtime() local
1818 strtime = calloc(50, 1); in getstringtime()
1819 if (strtime == NULL) in getstringtime()
1821 if (strftime(strtime, 50, "%Y%m%d%H%M%SZ", &tme) == 0) { in getstringtime()
1822 free(strtime); in getstringtime()
1825 return strtime; in getstringtime()
H A Dldap_misc.c912 getepochtime(char *strtime, krb5_timestamp *epochtime) in getepochtime() argument
917 if (strptime(strtime,"%Y%m%d%H%M%SZ", &tme) == NULL) { in getepochtime()