HomeSort by relevance Sort by last modified time
    Searched defs:ctime (Results 1 - 19 of 19) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
ctime.c 31 ctime(timep) function
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
ctime.pl 0 ;# ctime.pl is a simple Perl emulation for the well known ctime(3C) function.
9 # Suggested alternative: the POSIX ctime function
14 ;# $RCSfile: ctime.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:23:47 $
20 ;# #include <ctime.pl> # see the -P and -I option in perl.man
21 ;# $Date = &ctime(time);
24 package ctime; package
31 sub ctime { subroutine
32 package ctime; package
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
localtime.pm 11 @EXPORT = qw(localtime ctime);
34 sub ctime (;$) { scalar CORE::localtime(@_ ? shift : time) } subroutine
49 $now = ctime();
53 $date_string = ctime(stat($file)->mtime);
70 The ctime() function provides a way of getting at the
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
ctime.c 69 * ctime(t) just calls localtime, then asctime.
163 ctime(const time_t *t) function
  /onnv/onnv-gate/usr/src/cmd/mdb/common/libstand/
ctime.c 95 * So is ctime...
135 * ctime(t) just calls localtime, then asctime.
215 ctime(const time_t *t) function
  /onnv/onnv-gate/usr/src/stand/lib/sa/
time.c 208 ctime(const time_t *t) function
  /onnv/onnv-gate/usr/src/common/openssl/crypto/krb5/
krb5_asn.h 200 ** ctime[5] KerberosTime,
213 ASN1_GENERALIZEDTIME *ctime; member in struct:krb5_authenticator_st
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_set_fileinfo.c 522 uint64_t crtime, atime, mtime, ctime; local
528 &crtime, &atime, &mtime, &ctime, &attributes) != 0) {
540 if (ctime != 0 && ctime != (uint64_t)-1) {
541 smb_time_nt_to_unix(ctime, &attr.sa_vattr.va_ctime);
  /onnv/onnv-gate/usr/src/uts/sun4u/io/i2c/nexus/
smbus.c 806 clock_t ctime; local
883 ctime = ddi_get_lbolt();
884 ctime += drv_usectohz(SMBUS_TRANS_TIMEOUT);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/cfsd/
cfsd_logelem.c 203 dbug_print(("dump", " ctime %08x %08x",
1172 cfs_timestruc_t ctime, mtime; local
1255 ctime = tmp->tm_ctime;
1262 ctime = SETATTR_OBJECT(logelem_object_p).i_up->dl_ctime;
1363 cfs_timestruc_t ctime, mtime; local
1707 cfs_timestruc_t ctime, mtime; local
2084 cfs_timestruc_t ctime, mtime; local
2438 cfs_timestruc_t mtime, ctime; local
2769 cfs_timestruc_t ctime, mtime; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
nis_main.c 279 struct timeval ctime; local
287 gettimeofday(&ctime, 0);
294 if ((pp->mtime + updateBatchingTimeout()) > ctime.tv_sec)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/utils/
nisrestore.cc 791 struct timeval ctime; local
885 gettimeofday(&ctime, 0);
886 elapse = ctime.tv_sec;
898 gettimeofday(&ctime, 0);
900 ctime.tv_sec - elapse);
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/include/
k5-int-pkinit.h 42 krb5_timestamp ctime; member in struct:_krb5_pk_authenticator
52 krb5_timestamp ctime; member in struct:_krb5_pk_authenticator_draft9
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_srv_attr.c 2548 timestruc_t ctime; local
    [all...]
nfs4_vnops.c 3765 timestruc_t ctime; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
smbfs_smb.c 1874 struct timespec ctime; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
k5-int.h 2582 krb5_timestamp ctime; member in struct:_krb5_donot_replay
    [all...]
krb5.h 1099 krb5_timestamp ctime; \/* client sec portion *\/ member in struct:_krb5_authenticator
1199 krb5_timestamp ctime; \/* client sec portion; optional *\/ member in struct:_krb5_error
1225 krb5_timestamp ctime; \/* client time, seconds portion *\/ member in struct:_krb5_ap_rep_enc_part
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/nfs/
nfs.h 370 NFS3_TIME_OK((attrs)->ctime.seconds))
1157 nfstime3 ctime; member in struct:fattr3
1189 nfstime3 ctime; member in struct:wcc_attr
    [all...]

Completed in 1080 milliseconds