Searched refs:string_buf (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xcms/
H A DIdOfPr.c63 char string_buf[64];
70 if ((len = strlen(prefix)) >= sizeof(string_buf)) {
73 string_lowered = string_buf;
84 if (len >= sizeof(string_buf)) Xfree(string_lowered);
98 if (len >= sizeof(string_buf)) Xfree(string_lowered);
105 if (len >= sizeof(string_buf)) Xfree(string_lowered);
62 char string_buf[64]; local in function:XcmsFormatOfPrefix
H A DcmsColNm.c201 char string_buf[64];
213 if ((len = strlen(color_string)) >= sizeof(string_buf)) {
218 string_lowered = string_buf;
226 if (len >= sizeof(string_buf)) Xfree(string_lowered);
233 if (len >= sizeof(string_buf)) Xfree(string_lowered);
237 if (len >= sizeof(string_buf)) Xfree(string_lowered);
199 char string_buf[64]; local in function:_XcmsParseColorString
/xsrc/external/mit/xman/dist/
H A Dsearch.c158 char string_buf[BUFSIZ], cmp_str[BUFSIZ], error_buf[BUFSIZ]; local in function:DoSearch
236 snprintf(string_buf, sizeof(string_buf), "%s: nothing appropriate",
251 if (streq(cmp_str, string_buf)) {
266 ChangeLabel(man_globals->label, string_buf);
278 snprintf(string_buf, sizeof(string_buf), "No manual entry for %s.",
280 ChangeLabel(man_globals->label, string_buf);
282 PopupWarning(man_globals, string_buf);
/xsrc/external/mit/freetype/dist/src/type42/
H A Dt42parse.c544 FT_Byte* string_buf = NULL; local in function:t42_parse_sfnts
594 if ( string_buf && !allocated )
614 if ( FT_REALLOC( string_buf, old_string_size, string_size ) )
620 (void)T1_ToBytes( parser, string_buf, string_size, &real_size, 1 );
652 string_buf = parser->root.cursor + 1; /* one space after `RD' */
664 if ( !string_buf )
673 if ( ( string_size & 1 ) && string_buf[string_size - 1] == 0 )
683 /* The whole TTF is now loaded into `string_buf'. We are */
696 face->ttf_data[count++] = string_buf[n];
721 face->ttf_data[count++] = string_buf[
[all...]

Completed in 11 milliseconds