Searched refs:ctime (Results 51 - 75 of 191) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctime.c95 * So is ctime...
135 * ctime(t) just calls localtime, then asctime.
215 ctime(const time_t *t) function
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dout.c209 tmsg = ctime(&clock);
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_apprec.c225 __db_err(lp->dbenv, "Recovery complete at %.24s", ctime(&now));
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrace.c246 ts = ctime(&t);
H A Dstrerr.c179 ts = ctime(&t);
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_exacct.c155 totalsecs, ctime(&time));
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.c208 ctime(const time_t *t) function
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlog.c171 fdprintf (fd, "%24.24s: ", ctime(&now));
/illumos-gate/usr/src/head/
H A Dtime.h61 using std::ctime;
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h274 #define NSLDAPI_CTIME( c, b, l ) ctime( c )
307 #define NSLDAPI_CTIME( c, b, l ) ctime( c )
425 #include <time.h> /*for ctime()*/
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drpc.rusersd.c235 ctime(&utent->ut_xtime),
261 ctime((time_t *)&uav[cnt].ut_time),
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmailstats.c70 extern char *ctime();
285 ctime(&stats.stat_itime));
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c30 * locale-specific form, otherwise we use ctime. We must use ctime
50 p = ctime(&d);
284 /* must use ctime, so we can later use unctime() */
288 ctime(&ddate));
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs3_xdr.c78 if (!xdr_u_int(xdrs, &objp->ctime.seconds))
80 return (xdr_u_int(xdrs, &objp->ctime.nseconds));
H A Dnfs3ops.c231 vap->va_ctime.tv_sec = na->ctime.seconds;
232 vap->va_ctime.tv_nsec = na->ctime.nseconds;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c521 na->ctime.seconds = IXDR_GET_U_INT32(ptr);
522 na->ctime.nseconds = IXDR_GET_U_INT32(ptr);
539 IXDR_PUT_U_INT32(ptr, na->ctime.seconds);
540 IXDR_PUT_U_INT32(ptr, na->ctime.nseconds);
559 xdr_u_int(xdrs, &na->ctime.seconds) &&
560 xdr_u_int(xdrs, &na->ctime.nseconds)))
895 attrp->ctime.seconds = IXDR_GET_U_INT32(ptr);
896 attrp->ctime.nseconds = IXDR_GET_U_INT32(ptr);
904 if (!xdr_u_int(xdrs, &attrp->ctime.seconds))
906 if (!xdr_u_int(xdrs, &attrp->ctime
[all...]
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x134 nfstime ctime; /* time of last change */
475 nfstime3 ctime;
491 nfstime3 ctime;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgc_via_tkt.c302 ct_err = krb5_timestamp_to_sfstring(err_reply->ctime,
318 err_reply->ctime) / 60);
H A Dmk_priv.c222 replay.ctime = replaydata.timestamp;
H A Dmk_req_ext.c295 return(krb5_us_timeofday(context, &authent->ctime, &authent->cusec));
H A Dmk_safe.c281 replay.ctime = replaydata.timestamp;
H A Drd_cred.c221 replay.ctime = replaydata.timestamp;
H A Drd_priv.c237 replay.ctime = replaydata.timestamp;
H A Drd_safe.c247 replay.ctime = replaydata.timestamp;
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_print_lines.c325 printf(" last time 0x%x %s", /* ctime supplies
327 (unsigned) tlm2, ctime(&tt));
637 /* ctime supplies newline */
639 (unsigned) tlm, ctime(&tt3));

Completed in 178 milliseconds

12345678