Lines Matching defs:line
20 Each line of of the device table has the fields:
45 char *line = NULL;
55 for (line_no = 0; (line = get_line(fd)); free(line)) {
56 char type=0, user[64], group[64], *node, *ptr = line;
74 // type order here needs to line up with actions[] order.
77 error_msg("line %d: bad type %c", line_no, type);
99 perror_msg("line %d: file '%s' does not exist", line_no, ptr);
103 perror_msg("line %d: can't create node '%s'", line_no, ptr);
108 perror_msg("line %d: can't chown/chmod '%s'", line_no, ptr);