Home
last modified time | relevance | path

Searched refs:file_logfile (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DFiles.c144 ptr->file_logfile = xf86_lex_val.str; in xf86parseFilesSection()
183 if (ptr->file_logfile) in xf86printFileSection()
184 fprintf(cf, "\tLogFile \"%s\"\n", ptr->file_logfile); in xf86printFileSection()
221 TestFree(p->file_logfile); in xf86freeFiles()
H A Dxf86Parser.h73 char *file_logfile; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c612 if (xf86LogFileFrom == X_DEFAULT && fileconf->file_logfile) { in configFiles()
613 xf86LogFile = fileconf->file_logfile; in configFiles()