Searched refs:PR_FormatTime (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dformattm.c38 /* A test program for PR_FormatTime and PR_FormatTimeUSEnglish */
52 (void)PR_FormatTime(buffer, sizeof(buffer),
H A Dversion.c101 (void)PR_FormatTime(
H A Dipv6.c170 (void)PR_FormatTime(
H A Dbigfile.c124 (void)PR_FormatTime(ctime, sizeof(ctime), "%c GMT", &tm);
126 (void)PR_FormatTime(mtime, sizeof(mtime), "%c GMT", &tm);
H A Dcltsrv.c233 (void)PR_FormatTime(buffer, sizeof(buffer), "%T", &tod);
H A Dprovider.c235 (void)PR_FormatTime(buffer, sizeof(buffer), "%T", &tod);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprtime.h62 #define PR_FormatTime VBoxNsprPR_FormatTime macro
297 NSPR_API(PRUint32) PR_FormatTime(char *buf, int buflen, const char *fmt,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtime.c1647 * PR_FormatTime --
1655 PR_FormatTime(char *buf, int buflen, const char *fmt, const PRExplodedTime *tm)
1909 * defer to PR_FormatTime() for this option.
1911 PR_FormatTime( tmpBuf, tmpBufSize, "%Z", time );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c403 (void)PR_FormatTime(buffer, sizeof(buffer), "%T", &tod);

Completed in 2372 milliseconds