Searched refs:cf (Results 1 - 17 of 17) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DconfigProcs.h44 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]);
46 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]);
48 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]);
50 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]);
52 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]);
54 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]);
55 void xf86printDeviceSection(FILE *cf, XF86ConfDevicePtr ptr);
61 void xf86printFileSection(FILE *cf, XF86ConfFilesPtr ptr);
80 void xf86printLayoutSection(FILE *cf, XF86ConfLayoutPtr ptr);
89 void xf86printModuleSection(FILE *cf, XF86ConfModulePt
[all...]
H A Dfields.h45 FILE *cf, /* Config file output stream */
H A DDevice.c306 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[])
308 fprintf (cf, "Section \"Device\"\n");
310 fprintf(cf, "%s", ptr->dev_comment);
323 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[])
325 xf86printFields(cf, whitespace, "Identifier", NULL);
326 fprintf(cf, "\"%s\"\n", ptr->dev_identifier);
337 FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[])
339 xf86printFields(cf, whitespace, "Driver", NULL);
340 fprintf (cf, "\"%s\"\n", ptr->dev_driver);
352 FILE *cf, XF86ConfDevicePt
305 xf86printDeviceSectionSection( FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]) argument
322 xf86printDeviceSectionIdentifier( FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]) argument
336 xf86printDeviceSectionDriver( FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]) argument
351 xf86printDeviceSectionVendorName( FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]) argument
365 xf86printDeviceSectionBoardName( FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]) argument
380 xf86printDeviceSectionEndSection( FILE *cf, XF86ConfDevicePtr ptr, const char *const whitespace[]) argument
393 xf86printDeviceSection(FILE * cf, XF86ConfDevicePtr ptr) argument
[all...]
H A DModule.c177 xf86printModuleSection (FILE * cf, XF86ConfModulePtr ptr) argument
184 fprintf (cf, "Section \"Module\"\n");
187 fprintf(cf, "%s", ptr->mod_comment);
194 fprintf (cf, "\tLoad \"%s\"", lptr->load_name);
196 fprintf(cf, "%s", lptr->load_comment);
198 fputc('\n', cf);
202 fprintf (cf, "\tSubSection \"%s\"\n", lptr->load_name);
204 fprintf(cf, "%s", lptr->load_comment);
205 xf86printOptionList(cf, lptr->load_opt, xf86whitespace_2);
206 fprintf (cf, "\tEndSubSectio
[all...]
H A DScreen.c526 FILE *cf, /* Config file output stream */
530 fprintf(cf, "\tSubsection \"Display\"\n");
532 fprintf(cf, "%s", dptr->disp_comment);
545 FILE *cf, /* Config file output stream */
549 xf86printFields(cf, whitespace, "Monitor", NULL);
550 fprintf(cf, "%d\n", dptr->disp_monitor_num);
562 FILE *cf, /* Config file output stream */
569 xf86printFields(cf, whitespace, "Modes", NULL);
573 fprintf(cf, "%s\"%s\"", space, mptr->mode_name);
576 fprintf(cf, "\
525 xf86printDisplaySubsectionSubsection( FILE *cf, XF86ConfDisplayPtr dptr, const char *const whitespace[]) argument
544 xf86printDisplaySubsectionMonitor( FILE *cf, XF86ConfDisplayPtr dptr, const char *const whitespace[]) argument
561 xf86printDisplaySubsectionModes( FILE *cf, XF86ConfDisplayPtr dptr, const char *const whitespace[]) argument
587 xf86printDisplaySubsectionEndSubsection( FILE *cf, XF86ConfDisplayPtr dptr, const char *const whitespace[]) argument
603 xf86printScreenSectionSection( FILE * cf, XF86ConfScreenPtr ptr, const char *const whitespace[]) argument
620 xf86printScreenSectionIdentifier( FILE * cf, XF86ConfScreenPtr ptr, const char *const whitespace[]) argument
635 xf86printScreenSectionDevice( FILE * cf, XF86ConfScreenPtr ptr, const char *const whitespace[]) argument
650 xf86printScreenSectionMonitor( FILE * cf, XF86ConfScrnMonitorEntryPtr mon_ptr, const char *const whitespace[]) argument
672 xf86printScreenSectionDefaultDepth( FILE * cf, XF86ConfScreenPtr ptr, const char *const whitespace[]) argument
687 xf86printScreenSectionEndSection( FILE * cf, XF86ConfScreenPtr ptr, const char *const whitespace[]) argument
700 xf86printScreenSection(FILE * cf, XF86ConfScreenPtr ptr) argument
[all...]
H A DExtensions.c88 xf86printExtensionsSection (FILE * cf, XF86ConfExtensionsPtr ptr) argument
96 fprintf (cf, "Section \"Extensions\"\n");
98 fprintf (cf, "%s", ptr->extensions_comment);
99 xf86printOptionList(cf, p, xf86whitespace_1);
100 fprintf (cf, "EndSection\n\n");
H A DMonitor.c853 FILE *cf, XF86ConfMonitorPtr ptr, const char *const whitespace[])
855 fprintf (cf, "Section \"Monitor\"\n");
857 fprintf(cf, "%s", ptr->mon_comment);
870 FILE *cf, XF86ConfMonitorPtr ptr, const char *const whitespace[])
872 xf86printFields(cf, whitespace, "Identifier", NULL);
873 fprintf(cf, "\"%s\"\n", ptr->mon_identifier);
885 FILE *cf, XF86ConfModesLinkPtr mptr, const char *const whitespace[])
887 xf86printFields(cf, whitespace, "UseModes", NULL);
888 fprintf (cf, "\"%s\"\n", mptr->ml_modes_str);
900 FILE *cf, XF86ConfMonitorPt
852 xf86printMonitorSectionSection( FILE *cf, XF86ConfMonitorPtr ptr, const char *const whitespace[]) argument
869 xf86printMonitorSectionIdentifier( FILE *cf, XF86ConfMonitorPtr ptr, const char *const whitespace[]) argument
884 xf86printMonitorSectionUseModes( FILE *cf, XF86ConfModesLinkPtr mptr, const char *const whitespace[]) argument
899 xf86printMonitorSectionGamma( FILE *cf, XF86ConfMonitorPtr ptr, const char *const whitespace[]) argument
922 xf86printMonitorSectionEndSection( FILE *cf, XF86ConfMonitorPtr ptr, const char *const whitespace[]) argument
961 xf86printMxxxSectionModeDotClock( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument
979 xf86printMxxxSectionModeHTimings( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument
1001 xf86printMxxxSectionModeVTimings( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument
1023 xf86printMxxxSectionModeFlags( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument
1057 xf86printMxxxSectionModeHSkew( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument
1075 xf86printMxxxSectionModeVScan( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument
1093 xf86printMxxxSectionMode( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace_a[], const char *const whitespace_b[]) argument
1123 xf86printMxxxSectionModeLine( FILE *cf, XF86ConfModeLinePtr mlptr, const char *const whitespace[]) argument
1177 xf86printMonitorSection(FILE * cf, XF86ConfMonitorPtr ptr) argument
1239 xf86printModesSection(FILE * cf, XF86ConfModesPtr ptr) argument
[all...]
H A Dfields.c74 FILE *cf, /* Config file output stream */
138 fputs(text_ptr, cf);
139 fputs(wspace, cf);
73 xf86printFields( FILE *cf, const char * const whitespace[], ...) argument
H A DDRI.c134 xf86printDRISection (FILE * cf, XF86ConfDRIPtr ptr) argument
141 fprintf (cf, "Section \"DRI\"\n");
143 fprintf (cf, "%s", ptr->dri_comment);
145 fprintf (cf, "\tGroup \"%s\"\n", ptr->dri_group_name);
147 fprintf (cf, "\tGroup %d\n", ptr->dri_group);
149 fprintf (cf, "\tMode 0%o\n", ptr->dri_mode);
151 fprintf (cf, "\tBuffers %d %d",
153 if (bufs->buf_flags) fprintf (cf, " \"%s\"", bufs->buf_flags);
155 fprintf(cf, "%s", bufs->buf_comment);
157 fprintf (cf, "\
[all...]
H A DVendor.c190 xf86printVendorSection (FILE * cf, XF86ConfVendorPtr ptr) argument
196 fprintf (cf, "Section \"Vendor\"\n");
198 fprintf (cf, "%s", ptr->vnd_comment);
200 fprintf (cf, "\tIdentifier \"%s\"\n", ptr->vnd_identifier);
202 xf86printOptionList(cf, ptr->vnd_option_lst, xf86whitespace_1);
205 fprintf (cf, "\tSubSection \"Vendor\"\n");
207 fprintf (cf, "%s", pptr->vs_comment);
209 fprintf (cf, "\t\tIdentifier \"%s\"\n", pptr->vs_identifier);
210 xf86printOptionList(cf, pptr->vs_option_lst, xf86whitespace_2);
211 fprintf (cf, "\tEndSubSectio
[all...]
H A DInput.c133 xf86printInputSection (FILE * cf, XF86ConfInputPtr ptr) argument
137 fprintf (cf, "Section \"InputDevice\"\n");
139 fprintf (cf, "%s", ptr->inp_comment);
141 fprintf (cf, "\tIdentifier \"%s\"\n", ptr->inp_identifier);
143 fprintf (cf, "\tDriver \"%s\"\n", ptr->inp_driver);
144 xf86printOptionList(cf, ptr->inp_option_lst, xf86whitespace_1);
145 fprintf (cf, "EndSection\n\n");
H A DVideo.c212 xf86printVideoAdaptorSection (FILE * cf, XF86ConfVideoAdaptorPtr ptr) argument
218 fprintf (cf, "Section \"VideoAdaptor\"\n");
220 fprintf (cf, "%s", ptr->va_comment);
222 fprintf (cf, "\tIdentifier \"%s\"\n", ptr->va_identifier);
224 fprintf (cf, "\tVendorName \"%s\"\n", ptr->va_vendor);
226 fprintf (cf, "\tBoardName \"%s\"\n", ptr->va_board);
228 fprintf (cf, "\tBusID \"%s\"\n", ptr->va_busid);
230 fprintf (cf, "\tDriver \"%s\"\n", ptr->va_driver);
231 xf86printOptionList(cf, ptr->va_option_lst, xf86whitespace_1);
234 fprintf (cf, "\tSubSectio
[all...]
H A DLayout.c315 xf86printLayoutSection (FILE * cf, XF86ConfLayoutPtr ptr) argument
324 fprintf (cf, "Section \"ServerLayout\"\n");
326 fprintf (cf, "%s", ptr->lay_comment);
328 fprintf (cf, "\tIdentifier \"%s\"\n", ptr->lay_identifier);
332 fprintf (cf, "\tScreen ");
334 fprintf (cf, "%2d", aptr->adj_scrnum);
336 fprintf (cf, " ");
337 fprintf (cf, " \"%s\"", aptr->adj_screen_str);
341 fprintf (cf, " \"%s\"", aptr->adj_top_str);
342 fprintf (cf, " \"
[all...]
H A DFiles.c222 xf86printFileSection (FILE * cf, XF86ConfFilesPtr ptr) argument
229 fprintf (cf, "Section \"Files\"\n");
232 fprintf (cf, "%s", ptr->file_comment);
234 fprintf (cf, "\tLogFile \"%s\"\n", ptr->file_logfile);
236 fprintf (cf, "\tRgbPath \"%s\"\n", ptr->file_rgbpath);
244 fprintf (cf, "\tModulePath \"%s\"\n", s);
250 fprintf (cf, "\tModulePath \"%s\"\n", s);
259 fprintf (cf, "\tInputDevices \"%s\"\n", s);
265 fprintf (cf, "\tInputdevs \"%s\"\n", s);
274 fprintf (cf, "\tFontPat
[all...]
/solaris-x11-s11/open-src/util/
H A DMakefile36 xorg-cf-files
/solaris-x11-s11/open-src/util/xorg-cf-files/
H A DMakefile27 MODULE_NAME=xorg-cf-files
/solaris-x11-s11/open-src/doc/xorg-docs/
H A DMakefile82 (cd preformatted && tar -cf - .) | \

Completed in 70 milliseconds