Home | History | Annotate | Download | only in config

Lines Matching defs:string

65    to store a copyright string.  */
82 /* SOM objects can have both a version string and a copyright string. */
472 /* This structure defines the mapping from a FP condition string
476 char *string;
481 string to a field selector type. */
881 /* This table is sorted by order of the length of the string. This is
989 /* Return nonzero if the string pointed to by S potentially represents
2217 or for an empty string. For an empty string we
2276 if (strncasecmp (*s, fp_cond_map[i].string,
2277 strlen (fp_cond_map[i].string)) == 0)
2280 *s += strlen (fp_cond_map[i].string);
2281 /* If not a complete match, back up the input string and
2285 *s -= strlen (fp_cond_map[i].string);
2459 /* Convert from a selector string into a selector type. */
2563 /* Get an absolute number. The input string is terminated at the
2577 this string "4 %r5" Is that the number 4 followed by the register
2583 So, when looking for an absolute number, we cut off the input string
8113 a string. */
8131 /* Handle a .STRING type pseudo-op. */
8140 /* Preprocess the string to handle PA-specific escape sequences.
8733 {"string", pa_stringer, 0},