Lines Matching defs:line1
296 char line1[DA_BUFSIZE + 1];
304 while (getdadmline(line1, (int)sizeof (line1), daf) != 0) {
305 if (strncmp(line1, DA_ON_STR, (strlen(DA_ON_STR) - 1)) == 0) {
308 } else if (strncmp(line1, DA_OFF_STR,
331 char line1[DA_BUFSIZE + 1];
338 while (getdadmline(line1, (int)sizeof (line1), daf) != 0) {
339 if ((strncmp(line1, DA_ON_STR, (strlen(DA_ON_STR) - 1)) == 0) ||
340 (strncmp(line1, DA_OFF_STR, (strlen(DA_OFF_STR) - 1)) == 0))
342 if ((da = da_interpret(line1)) == NULL)
394 char line1[DA_BUFSIZE + 1];
401 while (getdadmline(line1, (int)sizeof (line1), daf) != 0) {
402 if (strstr(line1, type) == NULL)
404 if ((da = da_interpret(line1)) == NULL)