Lines Matching defs:string
26 #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)
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);