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

  /src/lib/libc/time/
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;
private.h 681 # undef asctime
682 # define asctime tz_asctime macro
761 DEPRECATED_IN_C23 char *asctime(struct tm const *);
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

Completed in 40 milliseconds