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

/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/head/
H A Dtime.h181 extern int ascftime(char *, const char *, const struct tm *);
199 extern int cftime(), ascftime();
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dat.c855 ascftime(timebuf, FORMAT, localtime(&t));
893 ascftime(timebuf, FORMAT,
/opensolaris-onvv-gate/usr/src/lib/c_synonyms/
H A Dsyn_common31 # ascftime()
68 ascftime
/opensolaris-onvv-gate/usr/src/cmd/avs/sdbc/
H A Dsd_diag.c934 (void) ascftime((char *)&timestamp, "%M""%S", tm);
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dllib-lc312 int ascftime(char *buf, const char *format, const struct tm *tm);
H A Dmapfile-vers1503 ascftime;

Completed in 170 milliseconds