Lines Matching refs:line
111 char line[256];
185 while (fgets(line, sizeof line, f)) {
187 if (!strchr(line, '\n') && !feof(f)) {
195 if (!strncmp(line, "options", 7) && isspace(line[7])) {
196 p = strstr(line, "ndots:");
202 p = strstr(line, "attempts:");
208 p = strstr(line, "timeout:");
216 if (!strncmp(line, "nameserver", 10) && isspace(line[10])) {
218 for (p=line+11; isspace(*p); p++);
227 if ((strncmp(line, "domain", 6) && strncmp(line, "search", 6))
228 || !isspace(line[6]))
230 for (p=line+7; isspace(*p); p++);