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

/osnet-11/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

Completed in 20 milliseconds