Searched refs:ctime (Results 1 - 25 of 191) sorted by relevance

12345678

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dctime.c31 ctime(timep) function
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_common.c31 return ((int)((((rep->cusec + rep->ctime + *rep->server + *rep->client)
H A Drc_common.h44 ((old)->ctime == (new)->ctime) && \
53 (((new)->ctime + (t)) < (time) ? CMP_EXPIRED : CMP_HOHUM)
H A Drc_conv.c30 rep->ctime = auth->authenticator->ctime;
H A Drc_file.c311 retval = krb5_rc_io_read(context, &t->d, (krb5_pointer) &rep->ctime,
312 sizeof(rep->ctime));
449 sizeof(rep->cusec) + sizeof(rep->ctime);
459 memcpy(ptr, &rep->ctime, sizeof(rep->ctime)); ptr += sizeof(rep->ctime);
537 * storing any krb5_donot_replays whose ctime is further into the future
539 * after booting we must reject all krb5_donot_replays whose ctime falls
599 rep->ctime < (boot_time + KRB5_RC_FSYNCLESS_FAST_SKEW))
644 else if (boot_time <= 1 || rep->ctime > (no
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dtime.h34 * Structure returned by gmtime and localtime calls (see ctime(3)).
51 extern char *asctime(), *ctime();
/illumos-gate/usr/src/test/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_mtime.ksh27 # 2. Write to the file in that clone and verify the mtime and ctime change,
51 o_ctime=$(ls -E% all $TESTDIR/clone/file | awk '/ctime/ {print $4}')
56 ctime=$(ls -E% all $TESTDIR/clone/file | awk '/ctime/ {print $4}')
60 [[ $o_ctime = $ctime ]] && log_fail "ctime unchanged: $o_ctime $ctime"
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.h56 extern char *ctime(const time_t *t);
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dtime.h41 struct tm { /* see ctime(3) */
71 extern char * ctime(/* const time_t *t */);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_rep.c60 repl.ctime = auth_context->authentp->ctime;
H A Drd_rep.c78 if (((*repl)->ctime != auth_context->authentp->ctime) ||
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_cmn_setfile.c57 uint64_t crtime, atime, mtime, ctime; local
62 &crtime, &atime, &mtime, &ctime, &attributes) != 0)
78 if (ctime != 0 && ctime != (uint64_t)-1) {
79 smb_time_nt_to_unix(ctime, &attr->sa_vattr.va_ctime);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.daytimed/
H A Din.daytimed.c53 (void) strlcpy(buf, ctime(&clock), sizeof (buf));
55 * Format of ctime is "Fri Sep 13 00:00:00 1986\n\0". To conform to the
/illumos-gate/usr/src/cmd/tip/
H A Dlog.c42 timestamp = ctime(&t);
/illumos-gate/usr/src/cmd/mdb/common/libstand/sys/
H A Dsalib.h39 extern char *ctime(const time_t *);
/illumos-gate/usr/src/head/iso/
H A Dtime_iso.h80 struct tm { /* see ctime(3) */
95 extern char *ctime(const time_t *);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/
H A DMakefile30 ctime \
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dgmt_mktime.c123 t = 0x80000000, printf ("time 0x%lx -> %s", t, ctime (&t));
124 t = 0x7fffffff, printf ("time 0x%lx -> %s", t, ctime (&t));
/illumos-gate/usr/src/cmd/saf/
H A Dlog.c111 timestamp = ctime(&clock);
176 timestamp = ctime(&clock);
/illumos-gate/usr/src/cmd/bnu/
H A Dunknown.c59 extern char *ctime();
68 ctoday = ctime(&today);
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_funcs.c89 * ctime(3c).
112 return (ctime((time_t *)&utc));
142 (void) log_printf("%s", ctime(&value));
/illumos-gate/usr/src/test/zfs-tests/tests/functional/ctime/
H A DMakefile19 TESTDIR = $(ROOTOPTPKG)/tests/functional/ctime
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dholds.py69 "timestamp": time.ctime(tm)}
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c715 uint64_t mtime[2], ctime[2]; local
739 ctime, sizeof (ctime));
741 ctime, B_TRUE);
759 ctime, sizeof (ctime));
762 zfs_tstamp_update_setup(dzp, CONTENT_MODIFIED, mtime, ctime, B_TRUE);
818 uint64_t mtime[2], ctime[2]; local
867 NULL, &ctime, sizeof (ctime));
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dk5-int-pkinit.h42 krb5_timestamp ctime; member in struct:_krb5_pk_authenticator
52 krb5_timestamp ctime; member in struct:_krb5_pk_authenticator_draft9

Completed in 83 milliseconds

12345678