Searched refs:string (Results 1 - 25 of 92) sorted by relevance

1234

/solaris-x11-s11/open-src/lib/fontconfig/
H A D90-sun-prefer-bitmap.conf36 <string>AR PL ShanHeiSun Uni</string>
53 <string>FZSongTi</string>
54 <string>FZMingTi</string>
71 <string>SunDotum</string>
72 <string>SunDotumChe</string>
[all...]
H A D20-indic.conf9 <string>Lohit Gujarati</string>
15 <string>Lohit Tamil</string>
/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/libXaw4/sun-src/
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_1List.h87 **3 - Longest is the length of the widest string in pixels.
141 String string; member in struct:_XawListReturnStruct
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? */
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
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 DMultiSrc.c91 offset(string), XtRPointer, NULL},
394 * The string is used in place, then the string
431 one I made myself. I only care, because I need to free the string. */
624 /* STEP 2: Ensure I have a local wide string.. */
627 I'm being passed a string claiming to be 8bit chars (ie, MB text.)
740 LoadPieces(src, NULL, src->multi_src.string);
801 *((char **) args[i].value) = src->multi_src.string;
828 * Description: Frees the string returned by a get values call
829 * on the string whe
[all...]
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? */
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_predid.h50 const fbc_tag_str_t string[], /* Array of tagged strings */
51 const char *const default_text); /* Default string text */
H A Dfbc_res.h34 #include <string.h> /* size_t */
50 #define FBC_MAX_MONITOR_ID_LEN 16 /* Room for " %d" or "" string */
H A Dfbc_dev.h34 #include <string.h> /* size_t */
H A Dfbc_keywds.c30 #include <string.h> /* strlen(), strncasecmp() */
40 * string, search the table for a matching keyword. The search is
43 * pointer to the keyword string.
50 const char * const keywd, /* Keyword string to look up */
104 * begin with a (char *) pointer to the keyword string.
H A Dfbc_fields.c29 #include <string.h> /* memcpy(), memset() */
56 int wspace_count; /* Text string len in Spaces or Tabs */
73 * Count the chars in the (possibly empty) whitespace string
97 * Don't overrun the whitespace string buffer
103 continue; /* Maybe the next string will fit */
107 * Save this whitespace string pointer for possible future use
112 * Make a string of Spaces or Tabs long as the prev text string
114 * Note that there will be no previous text string on the
121 * Append a copy of the just scanned whitespace string
[all...]
H A Dfbc_help.c30 #include <string.h> /* strchr(), strcmp(), strlen() */
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsprintf.c41 #include <string.h>
H A Ddpsabbrev.c40 #include <string.h>
/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/app/gfx-utils/sun-src/gfx_common/vts/include/
H A Dgfx_vts.h53 const char *format, /* printf()-style format string */
60 char *string); /* Message string, else NULL */
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswstring.c42 #include <string.h>
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dfields.c28 #include <string.h> /* strlen() */
66 * The end of the text field string arguments (...) is marked by a
67 * NULL pointer. The whitespace[0] string is written before the
81 va_list text_arg; /* Ptr to text string arg */
82 char *text_ptr; /* Ptr to text string */
85 const char *wspace_ptr; /* Ptr into whitespace[] string */
88 * Initialize a pointer to the text string field arguments
100 * Determine the column following the text string
142 * Get the next text string, if any
151 * Stop pointing to the text string fiel
[all...]
/solaris-x11-s11/open-src/app/cmap_compact/sun-src/
H A Dcmc.c29 #include <string.h>
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/
H A Dast_query_device.c32 #include <string.h> /* memset(), strdup(), strerror() */
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/efb/
H A Defb_query_device.c32 #include <string.h> /* memset(), strdup(), strerror() */

Completed in 1429 milliseconds

1234