/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_diff/ |
H A D | zfs_diff_timestamp.ksh | 80 read ctime file <<< "$line" 88 if [[ "$filetime" != "$ctime" ]]; then 89 log_fail "Unexpected ctime for file $file ($filetime != $ctime)" 91 log_note "Correct ctime read on $file: $ctime"
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_common.h | 44 ((old)->ctime == (new)->ctime) && \ 53 (((new)->ctime + (t)) < (time) ? CMP_EXPIRED : CMP_HOHUM)
|
H A D | rc_conv.c | 30 rep->ctime = auth->authenticator->ctime; in krb5_auth_to_rep()
|
H A D | rc_file.c | 311 retval = krb5_rc_io_read(context, &t->d, (krb5_pointer) &rep->ctime, in krb5_rc_io_fetch() 312 sizeof(rep->ctime)); in krb5_rc_io_fetch() 449 sizeof(rep->cusec) + sizeof(rep->ctime); in krb5_rc_io_store() 459 memcpy(ptr, &rep->ctime, sizeof(rep->ctime)); ptr += sizeof(rep->ctime); in krb5_rc_io_store() 599 rep->ctime < (boot_time + KRB5_RC_FSYNCLESS_FAST_SKEW)) in krb5_rc_file_store() 644 else if (boot_time <= 1 || rep->ctime > (now + KRB5_RC_FSYNCLESS_FAST_SKEW)) in krb5_rc_file_store()
|
H A D | rc_common.c | 31 return ((int)((((rep->cusec + rep->ctime + *rep->server + *rep->client) in hash()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_cmn_setfile.c | 57 uint64_t crtime, atime, mtime, ctime; in smb_set_basic_info() local 62 &crtime, &atime, &mtime, &ctime, &attributes) != 0) in smb_set_basic_info() 78 if (ctime != 0 && ctime != (uint64_t)-1) { in smb_set_basic_info() 79 smb_time_nt_to_unix(ctime, &attr->sa_vattr.va_ctime); in smb_set_basic_info()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/nopwrite/ |
H A D | nopwrite_mtime.ksh | 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/uts/common/fs/zfs/ |
H A D | zfs_dir.c | 778 uint64_t mtime[2], ctime[2]; in zfs_link_create() local 802 ctime, sizeof (ctime)); in zfs_link_create() 804 ctime, B_TRUE); in zfs_link_create() 822 ctime, sizeof (ctime)); in zfs_link_create() 825 zfs_tstamp_update_setup(dzp, CONTENT_MODIFIED, mtime, ctime, B_TRUE); in zfs_link_create() 905 uint64_t mtime[2], ctime[2]; in zfs_link_destroy() local 954 NULL, &ctime, sizeof (ctime)); in zfs_link_destroy() 957 zfs_tstamp_update_setup(zp, STATE_CHANGED, mtime, ctime, in zfs_link_destroy() 981 NULL, ctime, sizeof (ctime)); in zfs_link_destroy() 986 zfs_tstamp_update_setup(dzp, CONTENT_MODIFIED, mtime, ctime, B_TRUE); in zfs_link_destroy()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | unknown.c | 59 extern char *ctime(); 68 ctoday = ctime(&today);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | mk_rep.c | 60 repl.ctime = auth_context->authentp->ctime; in krb5_mk_rep()
|
H A D | rd_rep.c | 78 if (((*repl)->ctime != auth_context->authentp->ctime) || in krb5_rd_rep()
|
/illumos-gate/usr/src/cmd/saf/ |
H A D | log.c | 111 timestamp = ctime(&clock); in log() 176 timestamp = ctime(&clock); in debug()
|
/illumos-gate/usr/src/lib/libprtdiag/common/ |
H A D | display_funcs.c | 112 return (ctime((time_t *)&utc)); in get_time() 142 (void) log_printf("%s", ctime(&value)); in disp_powerfail()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | gmt_mktime.c | 123 t = 0x80000000, printf ("time 0x%lx -> %s", t, ctime (&t)); in main() 124 t = 0x7fffffff, printf ("time 0x%lx -> %s", t, ctime (&t)); in main()
|
/illumos-gate/usr/src/cmd/last/ |
H A D | last.c | 303 ct = ctime(&bp->ut_xtime); in main() 364 gettext("- %8.8s"), ctime(&otime) + 11); in main() 367 gettext("- %5.5s"), ctime(&otime) + 11); in main() 448 ct = ctime(&buf[0].ut_xtime); in main() 503 ct = ctime(&buf[0].ut_xtime); in onintr()
|
/illumos-gate/usr/src/cmd/krb5/kproplog/ |
H A D | kproplog.c | 173 ctime((time_t *)&(indx_log->kdb_time.seconds))); in print_update() 313 ctime((time_t *) in main() 318 ctime((time_t *)&(ulog->kdb_last_time.seconds))); in main()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 568 pers->tty, ctime(&pers->loginat)); in quickprint() 572 pers->tty, ctime(&pers->loginat)); in quickprint() 612 p = ctime(&pers->loginat); in shortprint() 660 char *ep = ctime(&pers->loginat); in personprint() 673 char *ep = ctime(&pers->loginat); in personprint() 680 char *ep = ctime(&pers->loginat); in personprint() 1322 (void) printf("%s", ctime(&buf.st_atime)); in AnyMail() 1332 timestr = ctime(&buf.st_mtime); /* time last modified */ in AnyMail() 1336 (void) printf("%s", ctime(&buf.st_atime)); in AnyMail() 1345 (void) printf("%s", ctime(&buf.st_mtime)); in AnyMail()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | webnfs.x | 133 wnl_time ctime; /* time of last change */ member 267 wnl_time3 ctime; member
|
/illumos-gate/usr/src/ucbcmd/shutdown/ |
H A D | shutdown.c | 95 extern char *ctime(); 290 ts = ctime(&sdt); in main() 542 ts = ctime(&sdt); in warn() 585 ts = ctime(&sdt); in rwarn() 634 (void) fprintf(nologf, nolog1, (ctime(&sdt)) + 11); in nolog()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | k5-int-pkinit.h | 42 krb5_timestamp ctime; member 52 krb5_timestamp ctime; member
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | pppoed.c | 198 (void) fprintf(fp, "pppoed running %s", ctime(&now)); in handle_int() 199 (void) fprintf(fp, "Started on %s", ctime(&time_started)); in handle_int() 201 (void) fprintf(fp, "Last reconfig %s", ctime(&last_reread)); in handle_int()
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmlog.c | 160 timestamp = ctime(&clock); in vlog() 276 timestamp = ctime(&clock); in debug()
|
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | time.h | 56 extern char *ctime(const time_t *t);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.daytimed/ |
H A D | in.daytimed.c | 53 (void) strlcpy(buf, ctime(&clock), sizeof (buf)); in daytime()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_xdr.c | 521 na->ctime.seconds = IXDR_GET_U_INT32(ptr); in xdr_fattr3() 522 na->ctime.nseconds = IXDR_GET_U_INT32(ptr); in xdr_fattr3() 539 IXDR_PUT_U_INT32(ptr, na->ctime.seconds); in xdr_fattr3() 540 IXDR_PUT_U_INT32(ptr, na->ctime.nseconds); in xdr_fattr3() 559 xdr_u_int(xdrs, &na->ctime.seconds) && in xdr_fattr3() 560 xdr_u_int(xdrs, &na->ctime.nseconds))) in xdr_fattr3() 895 attrp->ctime.seconds = IXDR_GET_U_INT32(ptr); in xdr_wcc_data() 904 if (!xdr_u_int(xdrs, &attrp->ctime.seconds)) in xdr_wcc_data() 915 !NFS3_TIME_OK(attrp->ctime.seconds)) in xdr_wcc_data() 940 IXDR_PUT_U_INT32(ptr, attrp->ctime.seconds); in xdr_wcc_data() [all …]
|