Home | History | Annotate | Download | only in unit

Lines Matching full:char

34 char* CuStrAlloc(int size);
35 char* CuStrCopy(const char* old);
47 char* buffer;
52 void CuStringRead(CuString* str, const char* path);
53 void CuStringAppend(CuString* str, const char* text);
54 void CuStringAppendChar(CuString* str, char ch);
55 void CuStringAppendFormat(CuString* str, const char* format, ...);
56 void CuStringInsert(CuString* str, const char* text, int pos);
68 char* name;
72 const char* message;
76 void CuTestInit(CuTest* t, const char* name, TestFunction function);
77 CuTest* CuTestNew(const char* name, TestFunction function);
82 void CuFail_Line(CuTest* tc, const char* file, int line, const char* message2, const char* message);
83 void CuAssert_Line(CuTest* tc, const char* file, int line, const char* message, int condition);
85 const char* file, int line, const char* message,
86 const char* expected, const char* actual);
88 const char* file, int line, const char* message,
91 const char* file, int line, const char* message,
94 const char* file, int line, const char* message,