Searched defs:strftime (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prwin16.h | 107 size_t (PR_CALLBACK *strftime)(char *s, size_t len, const char *fmt, const struct tm *p); member in struct:PRMethodCallbackStr
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/ |
H A D | MkPkg.py | 31 from time import strftime namespace 204 DistPkg.Header.Date = str(strftime("%Y-%m-%dT%H:%M:%S", localtime()))
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/ |
H A D | IniToXml.py | 21 from time import strftime namespace 446 DistMap['Date'] = str(strftime("%Y-%m-%dT%H:%M:%S", localtime()))
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/ |
H A D | strftime.c | 2 Implementation of the strftime function for <time.h>. 47 NetBSD: strftime.c,v 1.17.4.1 2007/08/21 20:08:21 liamjfoy Exp 63 ** We don't use these extensions in strftime operation even when 92 strftime( function 110 (void) fprintf(stderr, "NULL strftime format "); 111 else (void) fprintf(stderr, "strftime format \"%s\" ", 234 ** strftime version 3.0. That is, "%k" and 254 ** strftime version 3.0. That is, "%k" and 318 ** From Arnold Robbins' strftime version 3.0: 331 ** From Arnold Robbins' strftime versio [all...] |
Completed in 54 milliseconds