Home | History | Annotate | Download | only in tf_daemon

Lines Matching refs:log_error

39 #define LOG_ERROR(pContext, msg, ...) log_error("%s - line %d: " msg, pContext->pManifestName, pContext->nLine, __VA_ARGS__)
40 static void log_error(const char* msg, ...)
50 #define LOG_ERROR(pContext...)
52 #define LOG_ERROR(...)
171 LOG_ERROR(pContext, "NUL character forbidden");
206 LOG_ERROR(pContext, "A line starting with whitespaces must contain only whitespaces. Illegal character: 0x%02X", *pCurrent);
239 LOG_ERROR(pContext, "EOF reached within a section name");
263 LOG_ERROR(pContext, "Non-space character follows a sectino header: 0x02X", *pCurrent);
273 LOG_ERROR(pContext, "Invalid character for a section name: 0x%02X", *pCurrent);
283 LOG_ERROR(pContext, "Property found outside any section");
293 LOG_ERROR(pContext, "Invalid first character for a property name: 0x%02X", *pCurrent);
302 LOG_ERROR(pContext, "EOF reached within a property name");
322 LOG_ERROR(pContext, "Invalid character for a property name: 0x%02X", *pCurrent);
330 LOG_ERROR(pContext, "Property name cannot contain spaces");
359 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
365 LOG_ERROR(pContext, "NUL character forbidden");
377 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
389 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
408 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
418 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
430 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
440 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
451 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
461 LOG_ERROR(pContext, "Invalid UTF-8 code point 0x%X", nCurrentChar);
500 LOG_ERROR(pContext, "File ends in the middle of an UTF-8 sequence");
577 LOG_ERROR(pContext, "Property definition outside any section");
605 LOG_ERROR(pContext, "Duplicate section %.*s", nDupNameLength, pDupName);
619 LOG_ERROR(pContext,"Duplicate property %.*s", nDupNameLength, pDupName);