Lines Matching defs:string
108 static UNITY_UINT UnityPrintAnsiEscapeString(const char* string)
110 const char* pch = string;
127 void UnityPrint(const char* string)
129 const char* pch = string;
149 void UnityPrintLen(const char* string, const UNITY_UINT32 length)
151 const char* pch = string;
155 while (*pch && ((UNITY_UINT32)(pch - string) < length))
2060 const char * string = va_arg(va, const char *);
2061 UnityPrint(string);
2289 case 'n': /* include tests with name including this string */
2312 case 'x': /* exclude tests with name including this string */
2374 /* We're done if we match the entire string or up to a wildcard */