Lines Matching defs:first
110 /* The first device to be added */
1248 /* The first evdev event is guaranteed to have an event time earlier
2266 * start time. Otherwise, the first event starts the recording time.
2299 /* we only print the first device's description, the
2613 char *first, *last;
2616 first = argv[0];
2618 ftype_first = is_char_dev(first);
2623 *output_file = first;
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
2647 *output_file = first;
2763 * may be the output file. That one must be the first or the last to