Searched defs:tmpBuf (Results 1 - 2 of 2) sorted by relevance
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
| H A D | prtime.c | 1771 char tmpBuf[ 40 ]; local 1772 const int tmpBufSize = sizeof( tmpBuf ); 1812 PR_FormatTimeUSEnglish( tmpBuf, tmpBufSize, "%a %b %d %H:%M:%S %Y", time ); 1813 ADDSTR( bufPtr, bufSize, tmpBuf ); 1818 PR_snprintf(tmpBuf,tmpBufSize,"%.2ld",time->tm_mday ); 1819 ADDSTR( bufPtr, bufSize, tmpBuf ); 1824 PR_snprintf(tmpBuf,tmpBufSize,"%.2ld",time->tm_hour ); 1825 ADDSTR( bufPtr, bufSize, tmpBuf ); 1830 PR_snprintf(tmpBuf,tmpBufSize,"%.2ld", 1832 ADDSTR( bufPtr, bufSize, tmpBuf ); [all...] |
| /vbox/src/libs/xpcom18a4/xpcom/io/ |
| H A D | nsLocalFileOSX.cpp | 1362 char tmpBuf[PATH_MAX]; local 1363 if (realpath(fixedPath.get(), tmpBuf)) 1364 fixedPath = tmpBuf;
|
Completed in 45 milliseconds