Lines Matching refs:string
43 * were actually found in the string. For each value found,
49 ReadInteger(char *string, char **NextString)
54 if (*string == '+')
55 string++;
56 else if (*string == '-')
58 string++;
61 for (; (*string >= '0') && (*string <= '9'); string++)
63 Result = (Result * 10) + (*string - '0');
65 *NextString = string;
74 _Xconst char *string,
86 if ( (string == NULL) || (*string == '\0')) return(mask);
87 if (*string == '=')
88 string++; /* ignore possible '=' at beg of geometry spec */
90 strind = (char *)string;
148 /* If strind isn't at the end of the string the it's an invalid