Searched refs:tod (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dformattm.c48 PRExplodedTime tod; local
51 PR_ExplodeTime(now, PR_LocalTimeParameters, &tod);
53 "%a %b %d %H:%M:%S %Z %Y", &tod);
56 "%a %b %d %H:%M:%S %Z %Y", &tod);
H A Dcltsrv.c231 PRExplodedTime tod; local
232 PR_ExplodeTime(PR_Now(), PR_LocalTimeParameters, &tod); local
233 (void)PR_FormatTime(buffer, sizeof(buffer), "%T", &tod);
H A Dprovider.c233 PRExplodedTime tod; local
234 PR_ExplodeTime(PR_Now(), PR_LocalTimeParameters, &tod); local
235 (void)PR_FormatTime(buffer, sizeof(buffer), "%T", &tod);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c399 PRExplodedTime tod; local
402 PR_ExplodeTime(stats.timeStarted, PR_LocalTimeParameters, &tod);
403 (void)PR_FormatTime(buffer, sizeof(buffer), "%T", &tod);

Completed in 124 milliseconds