Searched refs:asctime (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dctime.c34 return asctime(localtime(timep));
H A Dnl_cxtime.c51 _tbuf : asctime(tmptr));
H A Dasctime.c24 asctime(struct tm *t) function
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dtime.h51 extern char *asctime(), *ctime();
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dtime.h70 extern char * asctime(/* const struct tm *t */);
/illumos-gate/usr/src/cmd/mdb/common/libstand/sys/
H A Dsalib.h38 extern char *asctime(const struct tm *);
/illumos-gate/usr/src/head/iso/
H A Dtime_iso.h93 extern char *asctime(const struct tm *);
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctime.c127 * asctime(tvec)
135 * ctime(t) just calls localtime, then asctime.
217 return (asctime(localtime(t)));
222 asctime(const struct tm *t) function
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.c164 asctime(const struct tm *t) function
210 return (asctime(localtime(t)));
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dctime.c61 * asctime(tvec)
69 * ctime(t) just calls localtime, then asctime.
177 asctime(const struct tm *t) function
/illumos-gate/usr/src/boot/include/
H A Dtime.h144 char *asctime(const struct tm *);
/illumos-gate/usr/src/head/
H A Dtime.h59 using std::asctime;
/illumos-gate/usr/src/cmd/last/
H A Dlast.c357 gettext(" (%5.5s)"), asctime(gmtime(&delta)) + 11);
366 asctime(gmtime(&delta)) + 11);
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_client.c644 syslog(priority, "%-8s UTC: %s", server, asctime(tm));
646 syslog(priority, "%-8s UTC: %s", hostname, asctime(tm));
/illumos-gate/usr/src/cmd/oplhpd/
H A Dscf_notify.c170 asctime(localtime(&stat->ap_status_time)),
/illumos-gate/usr/src/cmd/mail/
H A Dgendeliv.c98 strcpy(buf, asctime(gmtime(&ltmp)));
H A Dsendmail.c88 tp = asctime(bp);
92 /* asctime: Fri Sep 30 00:00:00 1986\n */
/illumos-gate/usr/src/cmd/filesync/
H A Drules.c365 cuserid((char *) 0), asctime(local));
H A Dbase.c742 cuserid((char *) 0), asctime(local));
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile58 asctime.o atof.o atoi.o atol.o bcmp.o bsearch.o\
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/sunfire/common/
H A Dsunfire.c1222 asctime(localtime(&t)), 0);
/illumos-gate/usr/src/man/man3c/
H A DMakefile581 asctime.3c \
1577 asctime.3c := LINKSRC = ctime.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc345 char *asctime(const struct tm *t);
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c1562 ptime = asctime(ptm);
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1870 asctime(localtime(&t)));

Completed in 144 milliseconds

12