Lines Matching refs:line
20 Each line of the device table has the fields:
45 char *line = NULL;
57 while (getline(&line, &allocated_length, fp) > 0) {
58 char type=0, user[64], group[64], *node, *ptr = line;
76 // type order here needs to line up with actions[] order.
79 error_msg("line %d: bad type %c", line_no, type);
101 perror_msg("line %d: file '%s' does not exist", line_no, ptr);
105 perror_msg("line %d: can't create node '%s'", line_no, ptr);
110 perror_msg("line %d: can't chown/chmod '%s'", line_no, ptr);
113 free(line);