Searched refs:parse_time (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/cmd/touch/ |
| H A D | touch.c | 58 static void parse_time(char *, timespec_t *); 142 parse_time(optarg, &prstbuf.st_mtim); 388 parse_time(char *t, timespec_t *ts) function
|
| /illumos-gate/usr/src/cmd/auditreduce/ |
| H A D | time.c | 39 int parse_time(char *, int); 260 * .func parse_time. 270 * .call err = parse_time(str, opt). 277 parse_time(char *str, int opt) function
|
| H A D | option.c | 75 extern int parse_time(char *, int); 656 if (parse_time(optstr, opt))
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nca/ |
| H A D | ncab2clf.c | 378 * parse_time(t, tm) 385 parse_time(char *t, struct tm *tm) function 829 } else if (parse_time(optarg, &t)) {
|
| /illumos-gate/usr/src/cmd/cron/ |
| H A D | at.c | 102 static time_t parse_time(char *); 270 when = parse_time(optarg); 934 parse_time(char *t) function
|
Completed in 806 milliseconds