Lines Matching refs:str1
170 char *str1; in get_file_options() local
220 str1 = strsep(&buf, "="); in get_file_options()
221 if (str1 && strcaseeq(str1, "VENDOR")) { in get_file_options()
222 str1 = get_value(&buf); in get_file_options()
223 if (!str1) { in get_file_options()
227 vendor_in = str1; in get_file_options()
229 str1 = strsep(&buf, "="); in get_file_options()
230 if (str1 && strcaseeq(str1, "MODEL")) { in get_file_options()
231 str1 = get_value(&buf); in get_file_options()
232 if (!str1) { in get_file_options()
236 model_in = str1; in get_file_options()
237 str1 = strsep(&buf, "="); in get_file_options()
241 if (str1 && strcaseeq(str1, "OPTIONS")) { in get_file_options()
242 str1 = get_value(&buf); in get_file_options()
243 if (!str1) { in get_file_options()
247 options_in = str1; in get_file_options()