| /NextBSD/lib/libc/stdtime/ |
| HD | Makefile.inc | 7 SRCS+= asctime.c difftime.c localtime.c strftime.c strptime.c timelocal.c \ 17 MAN+= ctime.3 strftime.3 strptime.3 time2posix.3 24 MLINKS+=strftime.3 strftime_l.3
|
| HD | Symbol.map | 15 strftime;
|
| /NextBSD/usr.bin/finger/ |
| HD | sprint.c | 131 (void)strftime(p, sizeof(p), "%a", lc); in sflag_print() 133 (void)strftime(p, sizeof(p), in sflag_print() 138 (void)strftime(p, sizeof(p), "%Y", lc); in sflag_print() 140 (void)strftime(p, sizeof(p), "%R", lc); in sflag_print()
|
| HD | lprint.c | 177 strftime(t, sizeof(t), in lprint() 210 strftime(t, sizeof(t), in lprint() 215 strftime(t, sizeof(t), in lprint() 233 strftime(t, sizeof(t), in lprint() 239 strftime(t, sizeof(t), in lprint() 246 strftime(t, sizeof(t), in lprint()
|
| /NextBSD/usr.bin/calendar/ |
| HD | locale.c | 82 strftime(buf, sizeof(buf), "%a", &tm); in setnnames() 94 strftime(buf, sizeof(buf), "%A", &tm); in setnnames() 110 strftime(buf, sizeof(buf), "%b", &tm); in setnnames() 122 strftime(buf, sizeof(buf), "%B", &tm); in setnnames()
|
| /NextBSD/crypto/heimdal/lib/roken/ |
| HD | strpftime-test.h | 45 #define strftime test_strftime macro 49 strftime (char *buf, size_t maxsize, const char *format,
|
| HD | strpftime-test.c | 246 len = strftime (buf, sizeof(buf), tests[i].vals[j].format, tm); in main() 272 strftime (buf, sizeof(buf), tests[i].vals[j].format, &tm2); in main()
|
| /NextBSD/contrib/libstdc++/include/c_std/ |
| D | std_ctime.h | 62 #undef strftime 78 using ::strftime;
|
| /NextBSD/contrib/libstdc++/include/c_compatibility/ |
| D | time.h | 44 #undef strftime 58 using std::strftime;
|
| /NextBSD/contrib/libarchive/cpio/test/ |
| HD | test_option_t.c | 91 strftime(date2, sizeof(date), "%b %d %Y", localtime(&mtime)); in DEFINE_TEST() 94 strftime(date2, sizeof(date), "%b %e %Y", localtime(&mtime)); in DEFINE_TEST()
|
| /NextBSD/contrib/libc++/include/ |
| D | ctime | 40 size_t strftime(char* restrict s, size_t maxsize, const char* restrict format, 70 using ::strftime;
|
| /NextBSD/usr.bin/last/ |
| HD | last.c | 235 (void) strftime(ct, sizeof(ct), "%+", tm); in wtmp() 329 (void) strftime(ct, sizeof(ct), d_first ? in printentry() 362 (void) strftime(ct, sizeof(ct), "%R", tm); in printentry() 370 (void) strftime(ct, sizeof(ct), width >= 8 ? "%T" : "%R", tm); in printentry()
|
| /NextBSD/contrib/ntp/lib/isc/unix/ |
| HD | time.c | 389 flen = strftime(buf, len, "%d-%b-%Y %X", localtime(&now)); in isc_time_formattimestamp() 406 flen = strftime(buf, len, "%a, %d %b %Y %H:%M:%S GMT", gmtime(&now)); in isc_time_formathttptimestamp() 418 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%SZ", gmtime(&now)); in isc_time_formatISO8601()
|
| /NextBSD/usr.bin/lastcomm/ |
| HD | lastcomm.c | 190 (void)strftime(buf, sizeof(buf), format, in main() 202 (void)strftime(buf, sizeof(buf), format, in main()
|
| /NextBSD/contrib/openbsm/bin/auditreduce/ |
| HD | auditreduce.c | 630 strftime(timestr, sizeof(timestr), "%Y%m%d%H%M%S", in main() 643 strftime(timestr, sizeof(timestr), "%Y%m%d%H%M%S", in main() 664 strftime(timestr, sizeof(timestr), "%Y%m%d", &tm); in main() 670 strftime(timestr, sizeof(timestr), "%Y%m%d", &tm); in main()
|
| /NextBSD/cddl/contrib/opensolaris/cmd/stat/common/ |
| HD | timestamp.c | 45 len = strftime(dstr, sizeof (dstr), "%+", localtime(&t)); in print_timestamp()
|
| /NextBSD/contrib/diff/lib/ |
| HD | strftime.c | 206 # define strftime __strftime_l macro 352 # define my_strftime strftime 750 # ifdef strftime 751 # undef strftime 752 size_t strftime (); 760 len = strftime (ubuf, sizeof ubuf, ufmt, tp);
|
| /NextBSD/bin/pax/ |
| HD | gen_subs.c | 110 if (strftime(f_date,DATELEN,timefrmt,localtime(&(sbp->st_mtime))) == 0) in ls_list() 171 if (strftime(f_date, DATELEN, timefrmt, in ls_tty()
|
| /NextBSD/crypto/openssh/ |
| HD | sftp-common.c | 218 sz = strftime(tbuf, sizeof tbuf, "%b %e %H:%M", ltime); in ls_file() 220 sz = strftime(tbuf, sizeof tbuf, "%b %e %Y", ltime); in ls_file()
|
| /NextBSD/crypto/heimdal/lib/kadm5/ |
| HD | iprop-log.c | 125 strftime(t, sizeof(t), "%Y-%m-%d %H:%M:%S", localtime(×tamp)); in print_entry() 187 strftime(t, sizeof(t), "%Y-%m-%d %H:%M:%S", in print_entry() 196 strftime(t, sizeof(t), "%Y-%m-%d %H:%M:%S", in print_entry()
|
| /NextBSD/usr.sbin/mfiutil/ |
| HD | Makefile | 9 CFLAGS.gcc+= -fno-builtin-strftime
|
| /NextBSD/usr.sbin/pw/ |
| HD | pw_log.c | 60 strftime(nfmt, sizeof nfmt, "%Y-%m-%d %T ", t); in pw_log()
|
| /NextBSD/contrib/openbsm/bsm/ |
| HD | auditd_lib.h | 48 !strftime((b), (l), "%Y%m%d%H%M%S", gmtime(&(t)) ) ) ? -1 : 0
|
| /NextBSD/contrib/mdocml/ |
| HD | mandoc.c | 504 if (0 == (ssz = strftime(p, 10 + 1, "%B ", tm))) in time2a() 512 if (0 == strftime(p, 4 + 1, "%Y", tm)) in time2a()
|
| /NextBSD/contrib/opie/libopie/ |
| HD | writerec.c | 51 if (strftime(buf2, sizeof(buf2), " %b %d,%Y %T", localtime(&now)) < 1)
|