Lines Matching defs:line1
300 char line1[DA_BUFSIZE + 1];
308 while (getdadmline(line1, (int)sizeof (line1), daf) != 0) {
309 if (strncmp(line1, DA_ON_STR, (strlen(DA_ON_STR) - 1)) == 0) {
312 } else if (strncmp(line1, DA_OFF_STR,
335 char line1[DA_BUFSIZE + 1];
342 while (getdadmline(line1, (int)sizeof (line1), daf) != 0) {
343 if ((strncmp(line1, DA_ON_STR, (strlen(DA_ON_STR) - 1)) == 0) ||
344 (strncmp(line1, DA_OFF_STR, (strlen(DA_OFF_STR) - 1)) == 0))
346 if ((da = da_interpret(line1)) == NULL)
398 char line1[DA_BUFSIZE + 1];
405 while (getdadmline(line1, (int)sizeof (line1), daf) != 0) {
406 if (strstr(line1, type) == NULL)
408 if ((da = da_interpret(line1)) == NULL)