Searched defs:cbuf (Results 1 - 5 of 5) sorted by relevance
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ | ||
| H A D | ncr.c | 282 char *cbuf; local 295 cbuf = ctime (clock); 296 if (cbuf) { 297 strncpy (buf, cbuf, buflen - 1); 303 return cbuf; 315 char *cbuf; local 327 cbuf = asctime (tm); 328 if (cbuf) { 329 strncpy (buf, cbuf, buflen - 1); 335 return cbuf; [all...] |
| /vbox/src/libs/libpng-1.2.8/ | ||
| H A D | pngwutil.c | 1395 png_byte cbuf[2]; local 1449 cbuf[0] = 0; 1451 cbuf[0] = 1; 1453 cbuf[1] = 0; 1454 png_write_chunk_data(png_ptr, cbuf, 2); 1456 cbuf[0] = 0; 1457 png_write_chunk_data(png_ptr, (new_lang ? (png_bytep)new_lang : cbuf), lang_len + 1); 1458 png_write_chunk_data(png_ptr, (lang_key ? (png_bytep)lang_key : cbuf), lang_key_len + 1); |
| /vbox/src/VBox/Main/webservice/jaxlibs/ | ||
| H A D | sjsxp.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
| H A D | jaxws-tools.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ... |
| H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
Completed in 1393 milliseconds