Searched defs:string (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/gfx_common/vts/
H A Dgfx_vts.c28 #include <string.h> /* strdup() */
82 const char *format, /* printf()-style format string */
112 char *string) /* Message string, else NULL */
142 if ((string != NULL) && (*string != '\0')) {
143 rp->message_strings[i] = strdup(string);
163 char *string) /* Message string, else NULL */
168 gfx_vts_add_message(rp, count, mesg_num, string);
108 gfx_vts_add_message( return_packet *rp, int count, int mesg_num, char *string) argument
159 gfx_vts_set_message( return_packet *rp, int count, int mesg_num, char *string) argument
[all...]
/solaris-x11-s12/open-src/lib/libXmu/sun-src/src/
H A DCmapEquiv.c26 #include <string.h>
39 * Get's next pair of integers from a string
59 * The format of the property string is a sequence of lists of
65 buildList(char *string, VisualID vidIn, VisualID *pOriginalList) argument
68 char *p = string;
93 /* string is formatted wrong */
95 fprintf(stderr, "property string is formatted wrong: %s\n",
96 string);
103 fprintf(stderr, "property string is missing a newline: %s\n",
104 string);
[all...]
/solaris-x11-s12/open-src/app/dsession/sun-src/
H A Ddsession.c105 char string[MAX_EARGC + 1][64]; local
126 strlcpy(string[i], token, sizeof (string[i]));
127 eargv[i] = string[i];
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_predid.c31 #include <string.h> /* strlen() */
43 * Conversions from EDID flag bit value to output text string
109 * Given a string tag number, a table of tagged strings with a
110 * final NULL entry, and a default string, return the text string
111 * with the matching tag, else return the default text string.
117 const fbc_tag_str_t string[], /* Array of tagged strings */
118 const char *const default_text) /* Default string text */
122 for (i = 0; string[i].text != NULL; i += 1) {
123 if (string[
115 fbc_predid_tagged_string( unsigned int tag, const fbc_tag_str_t string[], const char *const default_text) argument
[all...]
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dresource.c205 {"-name string", "text string to use for Name prompt"},
206 {"-password string", "text string to use for Password prompt"},
207 {"-info string", "text string to use for instructions"},
208 {"-validate string", "text string to use for validating password message"},
209 {"-invalid string", "text string t
381 const char *string; local
[all...]
/solaris-x11-s12/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c56 #include <string.h>
143 char *string; member in struct:__anon14
293 set_name_string (name_t *name, char *string) argument
296 name->string = string;
319 name->string = old->string;
349 if ((common & name_string) && !strcmp (name->string, output->output.string))
382 if ((common & name_string) && !strcmp (name->string, crt
[all...]

Completed in 19 milliseconds