Lines Matching defs:outbufptr
686 char *outbufptr,
694 *outbufptr = ( code >> i) & 0xff;
697 *outbufptr = *outbufptr & GL;
699 *outbufptr = *outbufptr | GR;
702 outbufptr++;
757 wchar_t *outbufptr = (wchar_t *) *to;
776 if (outbufptr) {*outbufptr++ = L'\0';}
825 if (outbufptr) {*outbufptr++ = wc;}
840 *to = (XPointer) outbufptr;
916 char *outbufptr = *to;
930 if (outbufptr) {*outbufptr++ = '\0';}
942 if (outbufptr) {
943 memcpy(outbufptr, default_string, defstr_len);
944 outbufptr += defstr_len;
978 if (outbufptr) {
979 memcpy(outbufptr, encoding, length);
980 outbufptr += length;
991 if (outbufptr) {
992 output_ulong_value(outbufptr, mb, length, XlcNONE);
993 outbufptr += length;
1003 *to = (XPointer) outbufptr;
1075 char *outbufptr = *to;
1086 if (outbufptr) {*outbufptr++ = '\0';}
1135 if ( (ext_seg_len != NULL) && outbufptr) {
1136 int i = (outbufptr - ext_seg_len) - 2;
1147 if (outbufptr) {
1148 strcpy((char *)outbufptr, ct_sequence);
1149 outbufptr += seq_len;
1153 ext_seg_len = outbufptr;
1154 outbufptr += 2;
1156 *outbufptr++ = ((*i >= 'A') && (*i <= 'Z')) ?
1158 *outbufptr++ = STX;
1176 if (outbufptr) {
1177 output_ulong_value(outbufptr, glyph_index, charset->char_size, side);
1178 outbufptr += charset->char_size;
1185 if ( (ext_seg_len != NULL) && outbufptr) {
1186 int i = (outbufptr - ext_seg_len) - 2;
1193 *to = (XPointer) outbufptr;
1257 wchar_t *outbufptr = (wchar_t *) *to;
1275 if (outbufptr) {*outbufptr++ = L'\0';}
1379 if (outbufptr) {*outbufptr++ = wc;}
1414 *to = (XPointer) outbufptr;
1443 wchar_t *outbufptr = (wchar_t *) *to;
1466 if (outbufptr) {*outbufptr++ = L'\0';}
1500 if (outbufptr) {*outbufptr++ = wc;}
1515 *to = (XPointer) outbufptr;
1648 char *outbufptr = *to;
1667 if (outbufptr) {*outbufptr++ = '\0';}
1716 if (outbufptr) {*outbufptr++ = mb & 0xff;}
1734 *to = (XPointer) outbufptr;
1765 char *outbufptr = *to;
1842 if (outbufptr) {
1843 output_ulong_value(outbufptr, glyph_index, char_len, side);
1844 outbufptr += char_len;
1858 *to = (XPointer) outbufptr;
1864 *to = (XPointer) outbufptr;
1888 char *outbufptr;
1898 outbufptr = *to;
1904 *to = (XPointer) outbufptr;
1943 char *outbufptr = *to;
1956 if (outbufptr) {*outbufptr++ = '\0';}
1968 if (outbufptr) {
1969 memcpy(outbufptr, default_string, defstr_len);
1970 outbufptr += defstr_len;
2007 if (outbufptr) {
2008 memcpy(outbufptr, encoding, length);
2009 outbufptr += length;
2020 if (outbufptr) {
2021 output_ulong_value(outbufptr, mb, length, XlcNONE);
2022 outbufptr += length;
2035 *to = (XPointer) outbufptr;
2099 char *outbufptr = *to;
2134 if (outbufptr) {
2135 output_ulong_value(outbufptr, glyph_index, char_len, side);
2136 outbufptr += char_len;
2149 *to = (XPointer) outbufptr;
2155 *to = (XPointer) outbufptr;
2230 XPointer outbufptr;
2240 outbufptr = *to;
2246 *to = (XPointer) outbufptr;
2280 XPointer outbufptr;
2290 outbufptr = *to;
2296 *to = (XPointer) outbufptr;
2407 char *outbufptr = *to;
2417 if (outbufptr) {*outbufptr++ = '\0';}
2464 if (outbufptr) {
2465 memcpy(outbufptr, encoding, length);
2466 outbufptr += length;
2477 if (outbufptr) {
2478 output_ulong_value(outbufptr, mb, length, XlcNONE);
2479 outbufptr += length;
2488 *to = (XPointer) outbufptr;
2514 wchar_t *outbufptr = (wchar_t *)*to;
2524 if (outbufptr) {*outbufptr++ = L'\0';}
2545 if (outbufptr) {*outbufptr++ = wc;}
2552 *to = (XPointer) outbufptr;