Searched refs:strftime (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuivcshistory.py70 % (oTsZulu.strftime('%Y-%m-%d'),);
77 sEntry += '<span class="tmvcstimeline-time">%s</span>' % ( oTsZulu.strftime('%H:%MZ'), );
H A Dwuicontentbase.py213 sTs = oTsZulu.strftime('%Y-%m-%d %H:%M:%SZ');
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dtime.h64 size_t strftime (char * __restrict s, size_t maxsize,
273 /** The strftime function places characters into the array pointed to by s as
418 strftime function returns the number of characters placed into
423 size_t strftime( char * __restrict s, size_t maxsize,
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dwcsftime.c47 * This is the wide-character counterpart of strftime(). So that we do not
48 * have to duplicate the code of strftime(), we convert the format string to
49 * multibyte, call strftime(), then convert the result back into wide
69 * for strftime(), which only handles single-byte characters.
80 * into the caller's buffer and call strftime() to fill it.
92 if (strftime(dst, maxsize, sformat, timeptr) == 0)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16stdio.c101 ** _PL_W16CallBackStrftime() -- Wrapper for strftime()
110 return( strftime( s, len, fmt, p ));
H A Dw16callb.c116 ** PR_MD_strftime() -- exported as strftime
122 return (*_pr_callback_funcs->strftime)(s, len, fmt, p);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/
H A DTableReport.py121 NewFilename = 'Report_' + time.strftime("%Y%m%d_%H%M%S.csv", time.localtime())
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h138 extern size_t strftime(char *, size_t, const char *, const struct tm *);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dtime.h117 size_t __cdecl strftime(char*,size_t,const char*,const struct tm*);
/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/Eot/
H A DDatabase.py235 EdkLogger.verbose("Start at " + time.strftime('%H:%M:%S', time.localtime()))
254 EdkLogger.verbose("End at " + time.strftime('%H:%M:%S', time.localtime()))
H A DEot.py641 EdkLogger.quiet(time.strftime("%H:%M:%S, %b.%d %Y ", time.localtime()) + "[00:00]" + "\n")
647 BuildDuration = time.strftime("%M:%S", time.gmtime(int(round(FinishTime - StartTime))))
648 EdkLogger.quiet("\n%s [%s]" % (time.strftime("%H:%M:%S, %b.%d %Y", time.localtime()), BuildDuration))
/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/Ecc/
H A DEcc.py388 EdkLogger.quiet(time.strftime("%H:%M:%S, %b.%d %Y ", time.localtime()) + "[00:00]" + "\n")
394 BuildDuration = time.strftime("%M:%S", time.gmtime(int(round(FinishTime - StartTime))))
395 EdkLogger.quiet("\n%s [%s]" % (time.strftime("%H:%M:%S, %b.%d %Y", time.localtime()), BuildDuration))
H A DDatabase.py323 EdkLogger.verbose("Start at " + time.strftime('%H:%M:%S', time.localtime()))
344 EdkLogger.verbose("End at " + time.strftime('%H:%M:%S', time.localtime()))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dtime.h121 size_t __cdecl strftime(char*,size_t,const char*,const struct tm*);
/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/Graphics/shaderlib/wine/include/
H A Dtchar.h126 #define _tcsftime WINE_tchar_routine(strftime, strftime, wcsftime)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h126 #define _tcsftime WINE_tchar_routine(strftime, strftime, wcsftime)
/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...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py1772 EdkLogger.quiet(time.strftime("Build start time: %H:%M:%S, %b.%d %Y\n", time.localtime()));
1900 BuildDurationStr = time.strftime("%H:%M:%S", BuildDuration) + ", %d day(s)"%(BuildDuration.tm_yday - 1)
1902 BuildDurationStr = time.strftime("%H:%M:%S", BuildDuration)
1908 EdkLogger.quiet(time.strftime("Build end time: %H:%M:%S, %b.%d %Y", time.localtime()))
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlmemory.c664 strftime(buf, sizeof(buf) - 1, "%I:%M:%S %p", tstruct);
H A Dtriostr.c592 function strftime.
607 return strftime(target, max, format, datetime);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DEdkIIWorkspaceBuild.py1662 print 'Start!', time.strftime('%H:%M:%S', time.localtime())
1669 print 'Done!', time.strftime('%H:%M:%S', time.localtime())
/vbox/src/VBox/ValidationKit/common/
H A Dutils.py938 sTs = '%s.%09uZ' % (oNow.strftime('%Y-%m-%dT%H:%M:%S'), oNow.microsecond * 1000);

Completed in 2500 milliseconds

12