Searched refs:bufsiz (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fccompat.c | 281 size_t bufsiz) 284 return readlink ((const char *) pathname, (char *)buf, bufsiz); 279 FcReadLink(const FcChar8 * pathname,FcChar8 * buf,size_t bufsiz) argument
|
| H A D | fcint.h | 857 size_t bufsiz);
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | tocutil.c | 364 int bufsiz = app_resources.toc_width + 1; local in function:TULoadTocFile 368 buf = XtMalloc((Cardinal) bufsiz); 384 while ((ptr = fgets(buf, bufsiz, fid))) { 391 if (l == app_resources.toc_width && buf[bufsiz-2] != '\n') { 392 buf[bufsiz-2] = '\n'; 396 ptr = fgets(buf, bufsiz, fid); 398 && buf[bufsiz-2] != '\n');
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | AsciiSink.c | 532 int bufsiz; local in function:AsciiPreparePaint 572 paint->text = XtMalloc((Cardinal)(bufsiz = (int)(pos - tmp + 4))); 583 if ((paint->length + 4) > (unsigned)bufsiz) 584 paint->text = XtRealloc(paint->text, (Cardinal)(bufsiz += 32)); 646 paint->text = XtMalloc((Cardinal)(bufsiz = (int)(pos - tmp - length +
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | ispell.c | 110 int bufsiz; member in struct:_ispell 537 if (ispell.buflen >= ispell.bufsiz - 1) 538 ispell.buf = XtRealloc(ispell.buf, ispell.bufsiz += BUFSIZ); 540 ispell.bufsiz - ispell.buflen - 1)) <= 0) 1347 ispell.buf = XtMalloc(ispell.bufsiz = BUFSIZ);
|
| /xsrc/external/mit/fontconfig/include/ |
| H A D | fcint.h | 874 size_t bufsiz);
|
Completed in 30 milliseconds