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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/vts/
H A Dgfx_vts.c29 #include <string.h> /* strdup() */
81 const char *format, /* printf()-style format string */
111 char *string) /* Message string, else NULL */
141 if ((string != NULL) && (*string != '\0')) {
142 rp->message_strings[i] = strdup(string);
162 char *string) /* Message string, else NULL */
167 gfx_vts_add_message(rp, count, mesg_num, string);
107 gfx_vts_add_message( return_packet *rp, int count, int mesg_num, char *string) argument
158 gfx_vts_set_message( return_packet *rp, int count, int mesg_num, char *string) argument
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DList.h94 **3 - Longest is the length of the widest string in pixels.
156 String string; member in struct:_XawListReturnStruct
H A DAsciiSrcP.h130 char *string; /* either the string, or the member in struct:_AsciiSrcPart
132 XawAsciiType type; /* either string or disk. */
138 Boolean use_string_in_place; /* Use the string passed in place. */
139 int ascii_length; /* length field for ascii string emulation. */
150 string in ascii_src->string? */
H A DMultiSrcP.h159 XtPointer string; /* either the string, or the file name, depend- member in struct:_MultiSrcPart
161 XawAsciiType type; /* either string or disk. */
167 Boolean use_string_in_place; /* Use the string passed in place. */
168 int multi_length; /* length field for multi string emulation. */
175 string in multi_src->string? */
H A DAsciiSrc.c71 offset(string), XtRString, NULL},
214 src->ascii_src.string = src->ascii_src.filename;
353 * If we are in ascii string emulation mode. Then the
354 * string is not allowed to grow.
667 String string = StorePiecesInString(old_src); local
669 LoadPieces(src, NULL, string);
670 XtFree(string);
702 *((char **) args[i].value) = src->ascii_src.string;
729 * Description: Frees the string returned by a get values call
730 * on the string whe
800 char * string; local
841 String string; local
943 String string; local
[all...]
H A DTextPop.c322 * ptr - a pointer to the initial string for the Text Widget.
397 * Text Widget that will search for a string in the main
504 * string to search for.
620 * ptr - a pointer to the initial string for the Text Widget.
831 /* The Raw string in find.ptr may be WC I can't use here, so I re - call
837 char* fmt = "Could not find string \"%s\"";
844 strcpy (msg, "Could not find string.");
871 * Text Widget that will replace a string in the main
897 * Description: Replaces the first instance of the string
917 * Description: Replaces every instance of the string
1237 String string; local
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSrcP.h98 char *string; /* either the string, or the member in struct:_AsciiSrcPart
100 XawAsciiType type; /* either string or disk. */
106 Boolean use_string_in_place; /* Use the string passed in place. */
107 int ascii_length; /* length field for ascii string emulation. */
118 string in ascii_src->string? */
H A DXaw3_1List.h87 **3 - Longest is the length of the widest string in pixels.
141 String string; member in struct:_XawListReturnStruct
H A DXaw3_1AsciiSrc.c67 offset(string), XtRString, NULL},
200 src->ascii_src.string = src->ascii_src.filename;
220 src->ascii_src.string = NULL;
344 * If we are in ascii string emulation mode. Then the
345 * string is not allowed to grow.
629 if ( (old_src->ascii_src.string != src->ascii_src.string) ||
631 if (old_src->ascii_src.string == src->ascii_src.string) {
632 /* Fool it into not freeing the string */
658 String string = StorePiecesInString(old_src); local
757 char * string; local
795 String string; local
877 String string; local
[all...]
H A DXaw3_1TextPop.c293 * ptr - a pointer to the initial string for the Text Widget.
369 * Text Widget that will search for a string in the main
476 * string to search for.
581 * ptr - a pointer to the initial string for the Text Widget.
793 sprintf( msg, "Could not find string '%s'.", text.ptr);
819 * Text Widget that will replace a string in the main
845 * Description: Replaces the first instance of the string
865 * Description: Replaces every instance of the string
887 * Arguments: tw - the Text Widget to replce the string in.
891 * string tha
1146 String string; local
[all...]
/solaris-x11-s11/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-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsfindNX.c44 #include <string.h>
357 char *string,
367 (void) strncpy(namebuf, string, strlen(string)+1);
356 ParseAgentString( char *string, char **hostname, int *transport, int *port) argument
/solaris-x11-s11/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-s11/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-s11/open-src/app/xlock/sun-src/
H A Dresource.c213 {"-name string", "text string to use for Name prompt"},
214 {"-password string", "text string to use for Password prompt"},
215 {"-info string", "text string to use for instructions"},
216 {"-validate string", "text string to use for validating password message"},
217 {"-invalid string", "text string t
403 const char *string; local
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSample.c332 static void ShowLabel(FontSamplerWidget s, XmString string) argument
334 XtVaSetValues(s->sampler.font_label_child, XmNlabelString, string, NULL);
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolutils.c651 SpecialName(const char *string, int len) argument
654 return (MatchTsolConfig(string, len));
685 regexcompare(const char *string, int len, char *regexp) argument
703 /* Make null-terminated copy of string */
704 memcpy(buffer, string, len);
706 /* Compare string to regular expression */
716 } else if (strncmp(string, regexp, len) == 0) {
937 /* Returns a string representation of the access mode for debugging messages */
987 /* Returns a string representation of the tsol policy for debugging messages */
/solaris-x11-s11/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 46 milliseconds