Searched refs:asctime (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/file/src/
H A Dasctime_r.c14 char *p = asctime(t);
/freebsd-13-stable/lib/libc/stdtime/
H A DMakefile.inc6 SRCS+= asctime.c difftime.c localtime.c strftime.c strptime.c timelocal.c \
18 MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
/freebsd-13-stable/contrib/tzcode/stdtime/
H A Dasctime.c9 ** whereas the output of asctime is supposed to be constant.
15 static char elsieid[] __unused = "@(#)asctime.c 8.5";
141 asctime(timeptr) function
H A Dlocaltime.c256 ** Except for the strftime function, these functions [asctime,
1726 ** asctime(localtime(timer))
1728 return asctime(localtime(timep));
/freebsd-13-stable/usr.bin/calendar/
H A Dday.c106 (int)mktime(&tm), (int)t, asctime(&tm));
/freebsd-13-stable/include/
H A Dtime.h148 char *asctime(const struct tm *);
/freebsd-13-stable/contrib/tzdata/
H A DMakefile485 TZDOBJS= zdump.o localtime.o asctime.o strftime.o
486 DATEOBJS= date.o localtime.o strftime.o asctime.o
487 LIBSRCS= localtime.c asctime.c difftime.c strftime.c
488 LIBOBJS= localtime.o asctime.o difftime.o strftime.o
526 TZS_DEPS= $(PRIMARY_YDATA) asctime.c localtime.c \
537 africa antarctica asctime.c asia australasia \
1108 asctime.o: private.h tzfile.h
/freebsd-13-stable/usr.bin/lock/
H A Dlock.c156 ap = asctime(timp);
/freebsd-13-stable/usr.bin/at/
H A Dat.c886 fprintf(stderr, "%s\n", asctime(tm));
905 fprintf(stderr, "%s\n", asctime(tm));
/freebsd-13-stable/contrib/ntp/parseutil/
H A Ddcfd.c1025 (long int)(l_abs(offset) % 1000000), asctime(localtime(&reftime)));
/freebsd-13-stable/contrib/tcpdump/
H A Dsmbutil.c766 tstring = asctime(lt);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1587 // of the form "Ddd Mmm dd hh::mm::ss yyyy", which is returned by asctime.
1601 Result = asctime(TM);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c3851 (u_longlong_t)ub->ub_timestamp, asctime(localtime(&timestamp)));

Completed in 208 milliseconds