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

/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c34 #define MAXSTR 1024 // Max length of string macro
121 char SheetType[MAXSTR]; // The first row of the IT8 (the type)
159 char str[MAXSTR]; // string
877 while (k < MAXSTR && it8->ch != sng) {
879 if (it8->ch == '\n'|| it8->ch == '\r') k = MAXSTR+1;
1338 strncpy(t ->SheetType, Type, MAXSTR-1);
1339 t ->SheetType[MAXSTR-1] = 0;
1922 char Buffer[MAXSTR];
1935 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE;
1943 if (!GetVal(it8, Buffer, MAXSTR
[all...]

Completed in 57 milliseconds