Searched refs:fp_strftime (Results 1 – 1 of 1) sorted by relevance
| /src/usr.bin/find/ |
| H A D | printf.c | 136 fp_strftime(FILE *fp, time_t t, char mod) in fp_strftime() function 313 fp_strftime(fout, sp->st_atime, *fmt++); in do_printf() 318 fp_strftime(fout, sp->st_birthtime, *fmt); in do_printf() 326 fp_strftime(fout, sp->st_ctime, *fmt++); in do_printf() 332 fp_strftime(fout, sp->st_mtime, *fmt++); in do_printf()
|