Searched refs:tod (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | formattm.c | 48 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 D | cltsrv.c | 231 PRExplodedTime tod; local 232 PR_ExplodeTime(PR_Now(), PR_LocalTimeParameters, &tod); local 233 (void)PR_FormatTime(buffer, sizeof(buffer), "%T", &tod);
|
H A D | provider.c | 233 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 D | ptio.c | 399 PRExplodedTime tod; local 402 PR_ExplodeTime(stats.timeStarted, PR_LocalTimeParameters, &tod); 403 (void)PR_FormatTime(buffer, sizeof(buffer), "%T", &tod);
|
Completed in 53 milliseconds