Searched refs:strftime (Results 1 - 7 of 7) sorted by relevance
| /bind-9.11.3/bin/tests/net/ |
| H A D | driver.c | 42 strftime(now, sizeof(now) - 1, "%A %d %B %H:%M:%S %Y", 45 strftime(now, sizeof(now) - 1, "%A %d %B %H:%M:%S %Y", localtime(&t));
|
| /bind-9.11.3/contrib/scripts/ |
| H A D | check-secure-delegation.pl.in | 14 use POSIX qw/strftime/; 26 $now = strftime "%Y%m%d%H%M%S", gmtime;
|
| H A D | check5011.pl | 6 use POSIX qw(strftime); 7 my $now = strftime "%Y%m%d%H%M%S", gmtime;
|
| /bind-9.11.3/lib/isc/unix/ |
| H A D | time.c | 391 flen = strftime(buf, len, "%d-%b-%Y %X", localtime_r(&now, &tm)); 393 flen = strftime(buf, len, "%d-%b-%Y %X", localtime(&now)); 422 flen = strftime(buf, len, "%a, %d %b %Y %H:%M:%S GMT", 425 flen = strftime(buf, len, "%a, %d %b %Y %H:%M:%S GMT", gmtime(&now)); 464 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%SZ", gmtime_r(&now, &tm)); 466 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%SZ", gmtime(&now)); 486 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%SZ", gmtime_r(&now, &tm)); 488 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%SZ", gmtime(&now));
|
| /bind-9.11.3/bin/tests/system/chain/ans4/ |
| H A D | ans.py | 153 inception=t1.strftime('%Y%m%d000000') 154 expiry=t2.strftime('%Y%m%d000000')
|
| /bind-9.11.3/lib/tests/ |
| H A D | t_api.c | 610 n = strftime(buf, buflen - 1, "%A %d %B %H:%M:%S %Y\n", p);
|
| /bind-9.11.3/bin/dig/ |
| H A D | dig.c | 273 * wide-character string, which strftime() handles incorrectly. 279 if (strftime(time_str, sizeof(time_str),
|
Completed in 37 milliseconds