Searched refs:f_date (Results 1 – 3 of 3) sorted by relevance
/openbsd/bin/pax/ |
H A D | gen_subs.c | 80 char f_date[DATELEN]; in ls_list() local 108 f_date[0] = '\0'; in ls_list() 109 else if (strftime(f_date, sizeof(f_date), TIMEFMT(sbp->st_mtime, now), in ls_list() 111 f_date[0] = '\0'; in ls_list() 130 (void)fputs(f_date, fp); in ls_list() 153 char f_date[DATELEN]; in ls_tty() local 161 f_date[0] = '\0'; in ls_tty() 162 else if (strftime(f_date, DATELEN, TIMEFMT(arcn->sb.st_mtime, now), in ls_tty() 164 f_date[0] = '\0'; in ls_tty() 166 tty_prnt("%s%s %s\n", f_mode, f_date, arcn->name); in ls_tty()
|
/openbsd/usr.bin/find/ |
H A D | ls.c | 83 char f_date[DATELEN]; in printtime() local 95 if (strftime(f_date, sizeof(f_date), in printtime() 98 f_date[0] = '\0'; in printtime() 100 printf("%s ", f_date); in printtime()
|
/openbsd/bin/ls/ |
H A D | print.c | 243 char f_date[DATELEN]; in printtime() local 261 if (strftime(f_date, sizeof(f_date), f_sectime ? "%b %e %H:%M:%S %Y" : in printtime() 264 f_date[0] = '\0'; in printtime() 266 printf("%s ", f_date); in printtime()
|