Home
last modified time | relevance | path

Searched refs:xf86addComment (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DModule.c97 ptr->load_comment = xf86addComment(ptr->load_comment, xf86_lex_val.str); in xf86parseModuleSubSection()
128 ptr->mod_comment = xf86addComment(ptr->mod_comment, xf86_lex_val.str); in xf86parseModuleSection()
234 new->load_comment = xf86addComment(new->load_comment, xf86_lex_val.str); in xf86addNewLoadDirective()
H A DVendor.c100 ptr->vs_comment = xf86addComment(ptr->vs_comment, xf86_lex_val.str); in xf86parseVendorSubSection()
153 ptr->vnd_comment = xf86addComment(ptr->vnd_comment, xf86_lex_val.str); in xf86parseVendorSection()
H A DFlags.c101 ptr->flg_comment = xf86addComment(ptr->flg_comment, xf86_lex_val.str); in xf86parseFlagsSection()
442 option->opt_comment = xf86addComment(option->opt_comment, xf86_lex_val.str); in xf86parseOption()
450 option->opt_comment = xf86addComment(option->opt_comment, xf86_lex_val.str); in xf86parseOption()
H A DVideo.c99 ptr->vp_comment = xf86addComment(ptr->vp_comment, xf86_lex_val.str); in xf86parseVideoPortSubSection()
156 ptr->va_comment = xf86addComment(ptr->va_comment, xf86_lex_val.str); in xf86parseVideoAdaptorSection()
H A DExtensions.c69 xf86addComment(ptr->extensions_comment, xf86_lex_val.str); in xf86parseExtensionsSection()
H A DDRI.c79 ptr->dri_comment = xf86addComment(ptr->dri_comment, xf86_lex_val.str); in xf86parseDRISection()
H A Dscan.c452 *comment = xf86addComment(*comment, xf86_lex_val.str); in xf86getSubToken()
468 *comment = xf86addComment(*comment, xf86_lex_val.str); in xf86getSubTokenWithTab()
1049 xf86addComment(char *cur, const char *add) in xf86addComment() function
H A DInput.c86 ptr->inp_comment = xf86addComment(ptr->inp_comment, xf86_lex_val.str); in xf86parseInputSection()
H A DMonitor.c271 ptr->ml_comment = xf86addComment(ptr->ml_comment, xf86_lex_val.str); in xf86parseVerboseMode()
415 ptr->mon_comment = xf86addComment(ptr->mon_comment, xf86_lex_val.str); in xf86parseMonitorSection()
601 ptr->modes_comment = xf86addComment(ptr->modes_comment, xf86_lex_val.str); in xf86parseModesSection()
H A DOutputClass.c104 ptr->comment = xf86addComment(ptr->comment, xf86_lex_val.str); in xf86parseOutputClassSection()
H A DFiles.c91 ptr->file_comment = xf86addComment(ptr->file_comment, xf86_lex_val.str); in xf86parseFilesSection()
H A DPointer.c106 ptr->inp_comment = xf86addComment(ptr->inp_comment, xf86_lex_val.str); in xf86parsePointerSection()
H A DScreen.c121 ptr->disp_comment = xf86addComment(ptr->disp_comment, xf86_lex_val.str); in xf86parseDisplaySubSection()
258 ptr->scrn_comment = xf86addComment(ptr->scrn_comment, xf86_lex_val.str); in xf86parseScreenSection()
H A Dread.c102 ptr->conf_comment = xf86addComment(ptr->conf_comment, xf86_lex_val.str); in xf86readConfigFile()
H A Dxf86Parser.h485 extern _X_EXPORT char *xf86addComment(char *cur, const char *add);
H A DDevice.c108 ptr->dev_comment = xf86addComment(ptr->dev_comment, xf86_lex_val.str); in xf86parseDeviceSection()
H A DLayout.c103 ptr->lay_comment = xf86addComment(ptr->lay_comment, xf86_lex_val.str); in xf86parseLayoutSection()
H A DInputClass.c193 ptr->comment = xf86addComment(ptr->comment, xf86_lex_val.str); in xf86parseInputClassSection()
/OK3568_Linux_fs/external/xserver/test/
H A Dxfree86.c83 current = xf86addComment(current, comment); in xfree86_add_comment()
92 current = xf86addComment(current, comment); in xfree86_add_comment()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog83597 The patch below fixes a potential buffer overflow in xf86addComment().
83601 char *xf86addComment(char *cur, char *add)