Searched refs:text (Results 1 - 8 of 8) sorted by relevance
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_write_config.h | 43 const char *text, /* Text string */
|
H A D | fbc_predid.h | 44 const char *text; /* String text */ member in struct:__anon38 51 const char *const default_text); /* Default string text */
|
H A D | fbc_write_config.c | 41 #include "fields.h" /* Write aligned whitespace and text fields */ 97 * Write a text string, typically a single line, to the output 106 const char *text, /* Text string */ 110 fputs(text, config_stream_out); 123 char text[100]; local 104 fbc_print_config_text( FILE *config_stream_out, const char *text, const char *const whitespace[]) argument
|
H A D | fbc_predid.c | 43 * Conversions from EDID flag bit value to output text string 110 * final NULL entry, and a default string, return the text string 111 * with the matching tag, else return the default text string. 118 const char *const default_text) /* Default string text */ 122 for (i = 0; string[i].text != NULL; i += 1) { 124 return (string[i].text); 1127 * * Heading text lines 1169 * human-readable text (predid_parsed). If only raw data is wanted, 1171 * include subheadings, text labels, numeric or textual values, etc.
|
/solaris-x11-s12/open-src/app/xedit/ |
H A D | Makefile | 3 # xedit - simple Xaw-based text editor for X 34 MODULE_DESC = the xedit text editor
|
/solaris-x11-s12/open-src/lib/libdga/sun-src/ |
H A D | Makefile | 28 SHLIBLDFLAGS = -G -z defs -z text $(LDFLAGS)
|
/solaris-x11-s12/open-src/xserver/xorg/sun-src/os/solaris/mdb/modules/ |
H A D | Makefile | 30 LDFLAGS += -Wl,-z,direct -Wl,-z,text -M mapfile -lc
|
/solaris-x11-s12/open-src/kernel/mdb/modules/ |
H A D | Makefile | 56 SO_LDFLAGS = $(LDFLAGS) -Wl,-z,direct -Wl,-z,text -M mapfile
|
Completed in 29 milliseconds