Searched refs:get_list (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.bin/cut/
H A Dcut.c63 static void get_list(char *);
85 get_list(optarg);
89 get_list(optarg);
100 get_list(optarg);
155 get_list(char *list) function
/freebsd-current/usr.sbin/cron/lib/
H A Dentry.c69 static char get_list(bitstr_t *, int, int, const char *[], int, FILE *),
241 ch = get_list(e->minute, FIRST_MINUTE, LAST_MINUTE,
251 ch = get_list(e->hour, FIRST_HOUR, LAST_HOUR,
263 ch = get_list(e->dom, FIRST_DOM, LAST_DOM,
273 ch = get_list(e->month, FIRST_MONTH, LAST_MONTH,
285 ch = get_list(e->dow, FIRST_DOW, LAST_DOW,
529 get_list(bitstr_t *bits, int low, int high, const char *names[], int ch, function
540 Debug(DPARS|DEXT, ("get_list()...entered\n"))
565 Debug(DPARS|DEXT, ("get_list()...exiting w/ %02x\n", ch))

Completed in 74 milliseconds