Lines Matching defs:string
26 char string[OSI_STRING_LENGTH_MAX];
132 if (!strcmp(osi->string, str)) {
135 } else if (osi->string[0] == '\0') {
137 strncpy(osi->string, str, OSI_STRING_LENGTH_MAX);
170 * OSI(Linux) in their example code, quickly exposing this string as
184 * So "Linux" turned out to be a really poor chose of OSI string, and from
212 * empty string disables _OSI
213 * string starting with '!' disables that string
214 * otherwise string is added to list, augmenting built-in strings
234 str = osi->string;