Home
last modified time | relevance | path

Searched refs:XNFasprintf (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c202 XNFasprintf(&tmp, "Screen%d", screennum); in configureScreenSection()
204 XNFasprintf(&tmp, "Monitor%d", screennum); in configureScreenSection()
206 XNFasprintf(&tmp, "Card%d", screennum); in configureScreenSection()
370 XNFasprintf(&tmp, "Screen%d", scrnum); in configureLayoutSection()
378 XNFasprintf(&tmp, "Screen%d", scrnum - 1); in configureLayoutSection()
440 XNFasprintf(&tmp, "Monitor%d", screennum); in configureMonitorSection()
485 XNFasprintf(&tmp, "Monitor%d", screennum); in configureDDCMonitorSection()
488 XNFasprintf(&ptr->mon_modelname, "%x", ConfiguredMonitor->vendor.prod_id); in configureDDCMonitorSection()
860 XNFasprintf(&pSymbol, "%sModuleData", in DoShowOptions()
H A Dxf86sbusBus.c751 XNFasprintf(&GDev->busID, "SBUS:%s", promPath); in xf86SbusConfigureNewDev()
755 XNFasprintf(&GDev->busID, "SBUS:fb%d", sBus->fbNum); in xf86SbusConfigureNewDev()
H A Dxf86platformBus.c306 XNFasprintf(&path, "%s,%s", cl->modulepath, in xf86platformProbe()
H A Dxf86Init.c556 XNFasprintf(&tmp, "screen%d", i); in InitOutput()
H A Dxf86pciBus.c1454 XNFasprintf(&tmp, "PCI:%s:%d:%d",
H A Dxf86Config.c202 XNFasprintf(&p1, "%s%s", dir_elem, DIR_FILE); in xf86ValidateFontPath()
/OK3568_Linux_fs/external/xserver/include/
H A DXprintf.h58 XNFasprintf(char **ret, const char *_X_RESTRICT_KYWD fmt, ...)
/OK3568_Linux_fs/external/xserver/os/
H A Dxprintf.c178 XNFasprintf(char **ret, const char *_X_RESTRICT_KYWD format, ...) in XNFasprintf() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DOutputClass.c125 XNFasprintf(&path, "%s,%s", ptr->modulepath, xf86_lex_val.str); in xf86parseOutputClassSection()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86cvt.c283 XNFasprintf(&tmp, "%dx%d", HDisplay, VDisplay); in xf86CVTMode()
H A Dxf86Modes.c132 XNFasprintf(&tmp, "%dx%d%s", mode->HDisplay, mode->VDisplay, in xf86SetModeDefaultName()
H A Dxf86Crtc.c525 XNFasprintf(&option_name, "monitor-%s", output->name); in xf86OutputSetMonitor()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_gradient.c171 XNFasprintf(&gradient_fs, in _glamor_create_getcolor_fs_source()
337 XNFasprintf(&gradient_fs, in _glamor_create_radial_gradient_program()
519 XNFasprintf(&gradient_fs, in _glamor_create_linear_gradient_program()
H A Dglamor_render.c301 XNFasprintf(&source, in glamor_create_composite_fs()
339 XNFasprintf(&source, in glamor_create_composite_vs()
/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A DvbeModes.c360 XNFasprintf(&tmp, "%dx%d", in VBESetModeNames()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog100862 Convert cvt code to use XNFasprintf()
100874 Replace alloc+strcpy+strcat with asprintf() & XNFasprintf() calls
100883 Convert alloc+sprintf pairs into asprintf() & XNFasprintf() calls