Searched refs:strtime (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_warc.c | 334 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 D | ldap_principal2.c | 1812 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 D | ldap_misc.c | 912 getepochtime(char *strtime, krb5_timestamp *epochtime) in getepochtime() argument 917 if (strptime(strtime,"%Y%m%d%H%M%SZ", &tme) == NULL) { in getepochtime()
|