HomeSort by: relevance | last modified time | path
    Searched refs:asctime (Results 1 - 12 of 12) sorted by relevancy

  /src/lib/libc/time/
Makefile.inc 5 SRCS+= asctime.c difftime.c localtime.c getdate.c strftime.c strptime.c
11 ctime.3 asctime.3 \
asctime.c 1 /* $NetBSD: asctime.c,v 1.32 2025/01/23 22:44:22 christos Exp $ */
3 /* asctime a la ISO C. */
14 ** whereas the output of asctime is supposed to be constant.
20 static char elsieid[] = "@(#)asctime.c 8.5";
22 __RCSID("$NetBSD: asctime.c,v 1.32 2025/01/23 22:44:22 christos Exp $");
157 asctime(const struct tm *timeptr) function in typeref:typename:char *
187 return tmp ? asctime(tmp) : NULL;
Makefile 580 LIBSRCS= localtime.c asctime.c difftime.c strftime.c
581 LIBOBJS= localtime.o asctime.o difftime.o strftime.o
631 africa antarctica asctime.c asia australasia \
1359 asctime.o: private.h
private.h 681 # undef asctime
682 # define asctime tz_asctime macro
761 DEPRECATED_IN_C23 char *asctime(struct tm const *);
  /src/usr.sbin/nvmmctl/
nvmmctl.c 169 ts = asctime(localtime(&machinfo.time));
  /src/usr.bin/at/
at.c 722 (void)fprintf(stderr, "%s\n", asctime(tm));
747 (void)fprintf(stderr, "%s\n", asctime(tm));
  /src/usr.bin/lock/
lock.c 179 ap = asctime(timp);
  /src/include/
time.h 90 char *asctime(const struct tm *);
  /src/usr.bin/xlint/llib/
llib-lstdc 249 char *(asctime)(const struct tm *timeptr);
llib-lposix 71 char *(asctime)(const struct tm *timeptr);
  /src/usr.bin/finger/
lprint.c 130 char *t = asctime(tp);
  /src/usr.sbin/cpuctl/
cpuctl.c 351 ts = asctime(localtime(&lastmod));

Completed in 18 milliseconds