Searched defs:tbuf (Results 1 - 8 of 8) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | fileio.c | 81 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 D | prstrms.cpp | 220 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 D | gethostbydns.c | 208 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 D | ctf_open.c | 213 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 D | pngwrite.c | 412 struct tm *tbuf; local 415 tbuf = gmtime(&ttime); 416 png_convert_from_struct_tm(ptime, tbuf);
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsTimelineService.cpp | 336 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 D | linux-test.c | 92 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 D | saaj-impl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
Completed in 193 milliseconds