Lines Matching defs:string
26 char string[OSI_STRING_LENGTH_MAX];
108 if (!strcmp(osi->string, str)) {
111 } else if (osi->string[0] == '\0') {
113 strncpy(osi->string, str, OSI_STRING_LENGTH_MAX);
146 * OSI(Linux) in their example code, quickly exposing this string as
160 * So "Linux" turned out to be a really poor chose of OSI string, and from
188 * empty string disables _OSI
189 * string starting with '!' disables that string
190 * otherwise string is added to list, augmenting built-in strings
210 str = osi->string;