Lines Matching defs:last
1647 iprintf(fp, I_NONE, "]\n"); /* last entry, no comma */
2613 char *first, *last;
2629 last = argv[argc - 1];
2630 ftype_last = is_char_dev(last);
2632 first is device, last is file -> last
2633 first is device, last is device -> noop
2634 first is device, last !exist -> last
2635 first is file, last is device -> first
2636 first is file, last is file -> error
2637 first is file, last !exist -> error
2638 first !exist, last is device -> first
2639 first !exist, last is file -> error
2640 first !exit, last !exist -> error
2651 *output_file = last;
2763 * may be the output file. That one must be the first or the last to