/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 | 42 ((old)->ctime == (new)->ctime) && \ 51 (((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 | 29 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 | 58 uint64_t crtime, atime, mtime, ctime; in smb_set_basic_info() local 63 &crtime, &atime, &mtime, &ctime, &attributes) != 0) in smb_set_basic_info() 95 if (ctime != 0) { in smb_set_basic_info() 96 if ((int64_t)ctime < -2) in smb_set_basic_info() 99 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 | 779 uint64_t mtime[2], ctime[2]; in zfs_link_create() local 803 ctime, sizeof (ctime)); in zfs_link_create() 805 ctime, B_TRUE); in zfs_link_create() 823 ctime, sizeof (ctime)); in zfs_link_create() 826 zfs_tstamp_update_setup(dzp, CONTENT_MODIFIED, mtime, ctime, B_TRUE); in zfs_link_create() 906 uint64_t mtime[2], ctime[2]; in zfs_link_destroy() local 955 NULL, &ctime, sizeof (ctime)); in zfs_link_destroy() 958 zfs_tstamp_update_setup(zp, STATE_CHANGED, mtime, ctime, in zfs_link_destroy() 982 NULL, ctime, sizeof (ctime)); in zfs_link_destroy() 987 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 | 57 extern char *ctime(); 66 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 | 109 timestamp = ctime(&clock); in log() 174 timestamp = ctime(&clock); in debug()
|
/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/lib/libprtdiag/common/ |
H A D | display_funcs.c | 110 return (ctime((time_t *)&utc)); in get_time() 140 (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/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/krb5/kproplog/ |
H A D | kproplog.c | 171 ctime((time_t *)&(indx_log->kdb_time.seconds))); in print_update() 311 ctime((time_t *) in main() 316 ctime((time_t *)&(ulog->kdb_last_time.seconds))); in main()
|
/illumos-gate/usr/src/ucbcmd/shutdown/ |
H A D | shutdown.c | 93 extern char *ctime(); 288 ts = ctime(&sdt); in main() 540 ts = ctime(&sdt); in warn() 583 ts = ctime(&sdt); in rwarn() 632 (void) fprintf(nologf, nolog1, (ctime(&sdt)) + 11); in nolog()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | webnfs.x | 131 wnl_time ctime; /* time of last change */ member 265 wnl_time3 ctime; member
|
/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 | 152 timestamp = ctime(&clock); in vlog() 266 timestamp = ctime(&clock); in debug()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_xdr.c | 520 na->ctime.seconds = IXDR_GET_U_INT32(ptr); in xdr_fattr3() 521 na->ctime.nseconds = IXDR_GET_U_INT32(ptr); in xdr_fattr3() 538 IXDR_PUT_U_INT32(ptr, na->ctime.seconds); in xdr_fattr3() 539 IXDR_PUT_U_INT32(ptr, na->ctime.nseconds); in xdr_fattr3() 558 xdr_u_int(xdrs, &na->ctime.seconds) && in xdr_fattr3() 559 xdr_u_int(xdrs, &na->ctime.nseconds))) in xdr_fattr3() 894 attrp->ctime.seconds = IXDR_GET_U_INT32(ptr); in xdr_wcc_data() 895 attrp->ctime.nseconds = IXDR_GET_U_INT32(ptr); in xdr_wcc_data() 903 if (!xdr_u_int(xdrs, &attrp->ctime.seconds)) in xdr_wcc_data() 905 if (!xdr_u_int(xdrs, &attrp->ctime.nseconds)) in xdr_wcc_data() [all …]
|
/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 | 51 (void) strlcpy(buf, ctime(&clock), sizeof (buf)); in daytime()
|