Searched defs:tbuf (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dfileio.c81 static PRUint8 tbuf[TBSIZE]; variable
96 tbuf[i] = i;
98 nWritten = PR_Write((PRFileDesc*)t1, tbuf, TBSIZE);
115 tbuf[i] = 0;
120 nRead = PR_Read((PRFileDesc*)t2, tbuf, TBSIZE);
124 if (tbuf[i] != (PRUint8)i) {
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/
H A Dprstrms.cpp220 unsigned char tbuf; local
232 if (PR_Read(_fd,(void *)&tbuf,1)<=0)
234 return (int)tbuf;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgethostbydns.c208 char tbuf[MAXDNAME]; local
299 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
300 if ((n < 0) || !(*name_ok)(tbuf)) {
319 n = (int)strlen(tbuf) + 1; /* for the \0 */
324 strcpy(bp, tbuf);
331 n = dn_expand(answer->buf, eom, cp, tbuf, sizeof tbuf);
332 if (n < 0 || !res_dnok(tbuf)) {
342 n = (int)strlen(tbuf)
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c213 const ctf_type_t *tbuf = (ctf_type_t *)(fp->ctf_buf + cth->cth_typeoff); local
237 for (tp = tbuf; tp < tend; fp->ctf_typemax++) {
357 for (id = 1, tp = tbuf; tp < tend; xp++, id++) {
/vbox/src/libs/libpng-1.2.8/
H A Dpngwrite.c412 struct tm *tbuf; local
415 tbuf = gmtime(&ttime);
416 png_convert_from_struct_tm(ptime, tbuf);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp336 char pbuf[550], *pc, tbuf[550]; local
344 PR_snprintf(tbuf, sizeof tbuf, "%05d.%03d (%08p): %s\n",
346 PR_Write(timelineFD, tbuf, strlen(tbuf));
/vbox/src/recompiler/tests/
H A Dlinux-test.c92 struct utimbuf tbuf; local
159 tbuf.actime = 1001;
160 tbuf.modtime = 1000;
162 chk_error(utime("file2", &tbuf));
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 587 milliseconds