Lines Matching defs:string
31 #include <string.h> /* strcmp() */
201 * The String struct defines a string with the following layout
234 struct _String string;
245 return wcslen(string.buffer.start);
250 return string.buffer.start;
254 return string.buffer.start + off;
403 * is translated into a string iff it is referenced.
423 char *string_mb; /* Multi-byte name string */
717 source->string.text.p = source_p; \
720 source_p = source->string.text.p - \
722 source_end = source->string.text.end; \
737 struct _String string;