Searched defs:strftime (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprwin16.h107 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 DMkPkg.py31 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 DIniToXml.py21 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 Dstrftime.c2 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 53 milliseconds