Searched defs:ascftime (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcftime.c51 * ascftime(buf, format, t) -> where t is produced by localtime
58 * cftime(buf, format, t) -> just calls ascftime.
84 /* LINTED do not use ascftime() */
85 return (ascftime(buf, format, p));
89 ascftime(char *buf, const char *format, const struct tm *tm) function
/illumos-gate/usr/src/man/man3c/
H A DMakefile580 ascftime.3c \
2264 ascftime.3c := LINKSRC = strftime.3c

Completed in 67 milliseconds