| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | Module.c | 97 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 D | Vendor.c | 100 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 D | Flags.c | 101 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 D | Video.c | 99 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 D | Extensions.c | 69 xf86addComment(ptr->extensions_comment, xf86_lex_val.str); in xf86parseExtensionsSection()
|
| H A D | DRI.c | 79 ptr->dri_comment = xf86addComment(ptr->dri_comment, xf86_lex_val.str); in xf86parseDRISection()
|
| H A D | scan.c | 452 *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 D | Input.c | 86 ptr->inp_comment = xf86addComment(ptr->inp_comment, xf86_lex_val.str); in xf86parseInputSection()
|
| H A D | Monitor.c | 271 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 D | OutputClass.c | 104 ptr->comment = xf86addComment(ptr->comment, xf86_lex_val.str); in xf86parseOutputClassSection()
|
| H A D | Files.c | 91 ptr->file_comment = xf86addComment(ptr->file_comment, xf86_lex_val.str); in xf86parseFilesSection()
|
| H A D | Pointer.c | 106 ptr->inp_comment = xf86addComment(ptr->inp_comment, xf86_lex_val.str); in xf86parsePointerSection()
|
| H A D | Screen.c | 121 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 D | read.c | 102 ptr->conf_comment = xf86addComment(ptr->conf_comment, xf86_lex_val.str); in xf86readConfigFile()
|
| H A D | xf86Parser.h | 485 extern _X_EXPORT char *xf86addComment(char *cur, const char *add);
|
| H A D | Device.c | 108 ptr->dev_comment = xf86addComment(ptr->dev_comment, xf86_lex_val.str); in xf86parseDeviceSection()
|
| H A D | Layout.c | 103 ptr->lay_comment = xf86addComment(ptr->lay_comment, xf86_lex_val.str); in xf86parseLayoutSection()
|
| H A D | InputClass.c | 193 ptr->comment = xf86addComment(ptr->comment, xf86_lex_val.str); in xf86parseInputClassSection()
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | xfree86.c | 83 current = xf86addComment(current, comment); in xfree86_add_comment() 92 current = xf86addComment(current, comment); in xfree86_add_comment()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 83597 The patch below fixes a potential buffer overflow in xf86addComment(). 83601 char *xf86addComment(char *cur, char *add)
|