Home
last modified time | relevance | path

Searched refs:xf86parseError (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DModule.c103 xf86parseError(UNEXPECTED_EOF_MSG); in xf86parseModuleSubSection()
107 xf86parseError(INVALID_KEYWORD_MSG, xf86tokenString()); in xf86parseModuleSubSection()
H A DConfigint.h122 xf86parseError (__VA_ARGS__); CLEANUP (ptr); return NULL; \
H A DconfigProcs.h111 xf86parseError(const char *format, ...)
H A DFiles.c155 xf86parseError(OBSOLETE_MSG, xf86tokenString()); in xf86parseFilesSection()
H A Dread.c106 xf86parseError(QUOTE_MSG, "Section"); in xf86readConfigFile()
H A DMonitor.c571 xf86parseError(INVALID_KEYWORD_MSG, xf86tokenString()); in xf86parseMonitorSection()
620 xf86parseError(INVALID_KEYWORD_MSG, xf86tokenString()); in xf86parseModesSection()
H A DFlags.c432 xf86parseError(BAD_OPTION_MSG); in xf86parseOption()
H A Dscan.c962 xf86parseError(const char *format, ...) in xf86parseError() function