Home
last modified time | relevance | path

Searched refs:BUFFERLEN (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/tests/edit/
H A Dedittest.c25 #define BUFFERLEN 80 /* Size of buffer to hold result strings */ macro
60 char TextBuffer[BUFFERLEN]={'R','e','s','u','l','t',':',' '};
124 TextBuffer[8] = (char)(BUFFERLEN - 8); /* Setting the max size to put chars in first byte */ in HandlePrintReturnStr()
133 TextBuffer[8] = (char)(BUFFERLEN - 8); /* Setting the max size to put chars in first byte */ in HandlePrintRect()
/reactos/modules/rostests/tests/combotst/
H A Dcombotst.c44 #define BUFFERLEN 80 macro
45 char TextBuffer[BUFFERLEN]={'R','e','s','u','l','t',':',' '};
108 TextBuffer[8] = (char)(BUFFERLEN - 8); /* Setting the max size to put chars in first byte */ in HandlePrintReturnStr()
119 TextBuffer[8] = (char)(BUFFERLEN - 8); /* Setting the max size to put chars in first byte */ in HandlePrintRect()