Searched refs:atime (Results 1 - 19 of 19) sorted by path

/external/clang/www/demo/
H A Dindex.cgi141 my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$locktime) =
/external/dbus/dbus/
H A Ddbus-sysdeps-util-unix.c551 statbuf->atime = sb.st_atime;
H A Ddbus-sysdeps-util-win.c407 statbuf->atime =
H A Ddbus-sysdeps.h388 unsigned long atime; /**< Access time */ member in struct:__anon5047
/external/dropbear/
H A Dscp.c838 #define atime tv[0] macro
898 atime.tv_sec = strtol(cp, &cp, 10);
900 SCREWUP("atime.sec not delimited");
901 atime.tv_usec = strtol(cp, &cp, 10);
903 SCREWUP("atime.usec not delimited");
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSFTPv3Client.java311 * uint32 atime present only if flag SSH_FILEXFER_ATTR_V3_ACMODTIME
346 fa.atime = tr.readUINT32();
1178 if ((attr.atime != null) && (attr.mtime != null))
1201 if ((attr.atime != null) && (attr.mtime != null))
1203 tw.writeUINT32(attr.atime);
H A DSFTPv3FileAttributes.java71 public Integer atime = null; field in class:SFTPv3FileAttributes
/external/kernel-headers/original/linux/
H A Dnfs_xdr.h53 struct timespec atime; member in struct:nfs_fattr
H A Dstat.h68 struct timespec atime; member in struct:kstat
/external/openssh/
H A Dscp.c781 fprintf(stderr, "File mtime %ld atime %ld\n",
915 #define atime tv[0] macro
975 atime.tv_sec = strtol(cp, &cp, 10);
977 SCREWUP("atime.sec not delimited");
978 atime.tv_usec = strtol(cp, &cp, 10);
980 SCREWUP("atime.usec not delimited");
H A Dsftp-client.c1210 tv[0].tv_sec = a->atime;
1299 tv[0].tv_sec = dirattrib->atime;
H A Dsftp-common.c59 a->atime = 0;
77 a->atime = st->st_atime;
96 st->st_atime = a->atime;
118 a.atime = buffer_get_int(b);
152 buffer_put_int(b, a->atime);
H A Dsftp-common.h40 u_int32_t atime; member in struct:Attrib
H A Dsftp-server.c755 tv[0].tv_sec = a->atime;
/external/openssl/include/openssl/
H A Dkssl.h169 krb5_error_code kssl_validate_times(krb5_timestamp atime,
/external/openssl/ssl/
H A Dkssl.c1957 krb5_error_code kssl_validate_times( krb5_timestamp atime, argument
1970 if (atime && labs(atime - now) >= skew) return SSL_R_KRB5_S_TKT_SKEW;
1980 start, atime, now, skew, ttimes->endtime);
H A Dkssl.h169 krb5_error_code kssl_validate_times(krb5_timestamp atime,
/external/valgrind/main/coregrind/
H A Dm_libcfile.c263 (_p_vgstat)->atime = (ULong)( (_p_vkistat)->st_atime ); \
/external/valgrind/main/include/
H A Dpub_tool_libcfile.h63 ULong atime; member in struct:vg_stat

Completed in 253 milliseconds