Searched refs:lbuf (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xkbprint/dist/ |
| H A D | psgeom.c | 858 char buf[40], *lbuf; local in function:PSPageTrailer 887 if (asprintf(&lbuf, "Layout: %s", sName) == -1) { 891 lbuf); 894 fprintf(out, "1 -1 scale (%s) show 1 -1 scale\n", lbuf); 896 free(lbuf); 911 char *lbuf; local in function:PSPageTrailer 924 if (asprintf(&lbuf, "Keycodes: %s", sName) == -1) { 928 lbuf); 931 fprintf(out, "1 -1 scale (%s) show 1 -1 scale\n", lbuf); 933 free(lbuf); [all...] |
| /xsrc/external/mit/libXt/dist/util/ |
| H A D | makestrs.c | 541 char lbuf[1024]; local in function:DoLine 665 snprintf(lbuf, sizeof(lbuf), "%s%s", prefixstr, right); 666 right = lbuf;
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | TextAction.c | 2019 char *lbuf, *rbuf; local in function:FormatText 2022 ptr = lbuf = block.ptr; 2032 if (llen != rlen || memcmp(lbuf, rbuf, llen * size)) { 2033 block.ptr = lbuf; 2334 char *lbuf = NULL, *rbuf; local in function:Indent 2359 lbuf = _XawTextGetText(ctx, from, to); 2370 XtFree(lbuf); 2442 if (llen != rlen || memcmp(lbuf, rbuf, llen * size)) { 2443 text.ptr = lbuf; 2454 XtFree(lbuf); 3923 char *lbuf = NULL, *rbuf; local in function:FormParagraph [all...] |
Completed in 9 milliseconds