Searched refs:PR_FormatTime (Results 1 - 9 of 9) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | formattm.c | 38 /* A test program for PR_FormatTime and PR_FormatTimeUSEnglish */ 52 (void)PR_FormatTime(buffer, sizeof(buffer),
|
H A D | version.c | 101 (void)PR_FormatTime(
|
H A D | ipv6.c | 170 (void)PR_FormatTime(
|
H A D | bigfile.c | 124 (void)PR_FormatTime(ctime, sizeof(ctime), "%c GMT", &tm); 126 (void)PR_FormatTime(mtime, sizeof(mtime), "%c GMT", &tm);
|
H A D | cltsrv.c | 233 (void)PR_FormatTime(buffer, sizeof(buffer), "%T", &tod);
|
H A D | provider.c | 235 (void)PR_FormatTime(buffer, sizeof(buffer), "%T", &tod);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prtime.h | 62 #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 D | prtime.c | 1647 * 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 D | ptio.c | 403 (void)PR_FormatTime(buffer, sizeof(buffer), "%T", &tod);
|
Completed in 2372 milliseconds