Searched refs:f_date (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/find/
H A Dls.c83 char f_date[DATELEN]; local
95 if (strftime(f_date, sizeof(f_date),
98 f_date[0] = '\0';
100 printf("%s ", f_date);
/openbsd-current/bin/pax/
H A Dgen_subs.c80 char f_date[DATELEN]; local
108 f_date[0] = '\0';
109 else if (strftime(f_date, sizeof(f_date), TIMEFMT(sbp->st_mtime, now),
111 f_date[0] = '\0';
130 (void)fputs(f_date, fp);
153 char f_date[DATELEN]; local
161 f_date[0] = '\0';
162 else if (strftime(f_date, DATELEN, TIMEFMT(arcn->sb.st_mtime, now),
164 f_date[
[all...]
/openbsd-current/bin/ls/
H A Dprint.c243 char f_date[DATELEN]; local
261 if (strftime(f_date, sizeof(f_date), f_sectime ? "%b %e %H:%M:%S %Y" :
264 f_date[0] = '\0';
266 printf("%s ", f_date);

Completed in 206 milliseconds