Searched refs:atime (Results 1 - 25 of 128) sorted by relevance

123456

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dasn1_time_test.c113 ASN1_TIME atime; local
118 atime.data = (unsigned char*)td->data;
119 atime.length = strlen((char*)atime.data);
120 atime.type = td->type;
121 atime.flags = 0;
123 if (!TEST_int_eq(ASN1_TIME_check(&atime), td->check_result)) {
124 TEST_info("ASN1_TIME_check(%s) unexpected result", atime.data);
130 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(&atime, td->t), 0)) {
131 TEST_info("ASN1_TIME_cmp_time_t(%s vs %ld) compare failed", atime
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dasn1_time_test.c113 ASN1_TIME atime; local
118 atime.data = (unsigned char*)td->data;
119 atime.length = strlen((char*)atime.data);
120 atime.type = td->type;
121 atime.flags = 0;
123 if (!TEST_int_eq(ASN1_TIME_check(&atime), td->check_result)) {
124 TEST_info("ASN1_TIME_check(%s) unexpected result", atime.data);
130 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(&atime, td->t), 0)) {
131 TEST_info("ASN1_TIME_cmp_time_t(%s vs %ld) compare failed", atime
[all...]
/netbsd-current/bin/pax/
H A Dtables.h148 time_t atime; member in struct:atdir
173 time_t atime; /* atime to set */ member in struct:dirdata
H A Dtables.c955 set_ftime(pt->name, pt->mtime, pt->atime, 1, 0);
966 add_atdir(char *fname, dev_t dev, ino_t ino, time_t mtime, time_t atime) argument
1004 pt->atime = atime;
1028 get_atdir(dev_t dev, ino_t ino, time_t *mtime, time_t *atime) argument
1065 *atime = pt->atime;
1087 * restore atime properly, we must go backwards. The data file consists of
1183 dblk.atime = psb->st_atime;
1212 dblk->atime
[all...]
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsftp-common.h42 u_int32_t atime; member in struct:Attrib
H A Dsftp-common.c65 a->atime = 0;
83 a->atime = st->st_atime;
102 st->st_atime = a->atime;
130 if ((r = sshbuf_get_u32(b, &a->atime)) != 0 ||
180 if ((r = sshbuf_put_u32(b, a->atime)) != 0 ||
/netbsd-current/usr.bin/write/
H A Dterm_chk.c109 check_sender(time_t *atime, uid_t myuid, gid_t saved_egid) argument
122 else if (atime == NULL)
130 if (term_chk(myuid, mytty, &msgsok, atime, 1, saved_egid) == -1)
H A Dwrite.c77 time_t atime; local
88 mytty = check_sender(&atime, myuid, saved_egid);
103 ttyfd = term_chk(uid, argv[2], &msgsok, &atime, 0, saved_egid);
156 time_t bestatime, atime; local
174 nfd = term_chk(uid, ep->line, &msgsok, &atime, 0,
191 if (atime > bestatime) {
192 bestatime = atime;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DUserLabel.h52 long long atime, timeStart, timeStop, start_sec, start_hrtime; member in class:UserLabel
/netbsd-current/usr.bin/systat/
H A Diostat.c254 double atime, dtime, rwords, wwords; local
264 atime = (double)cur.time[dn].tv_sec +
279 wprintw(wnd, "%5.1f", atime / dtime);
299 atime *= 1000; /* In milliseconds */
300 histogram(atime / dtime, 50, 0.5);
/netbsd-current/libexec/talkd/
H A Dprocess.c189 time_t atime = 0; local
215 if (statb.st_atime > atime &&
217 atime = statb.st_atime;
/netbsd-current/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_default.h67 #define na_atime atime
112 #define sa_atime atime
H A Dnfs_prot_aix3.h97 #define na_atime atime
142 #define sa_atime atime
H A Dnfs_prot_aix4.h95 #define na_atime atime
140 #define sa_atime atime
H A Dnfs_prot_aix4_2.h100 #define na_atime atime
145 #define sa_atime atime
H A Dnfs_prot_darwin.h75 #define na_atime atime
120 #define sa_atime atime
H A Dnfs_prot_freebsd2.h65 #define na_atime atime
/netbsd-current/share/examples/refuse/ian/libfetch/
H A Dfile.c98 us->atime = us->mtime = 0;
104 us->atime = sb.st_atime;
/netbsd-current/sys/fs/v7fs/
H A Dv7fs_inode_util.c78 printf("atime %d mtime %d ctime %d\n",
79 p->atime, p->mtime, p->ctime);
81 time_t at = p->atime;
84 printf(" atime %s mtime %s ctime %s", ctime(&at), ctime(&mt),
H A Dv7fs_inode.h43 v7fs_time_t atime; member in struct:v7fs_inode
/netbsd-current/sys/ufs/chfs/
H A Dmedia.h89 le32 atime; /* last access time */ member in struct:chfs_flash_vnode
/netbsd-current/share/examples/apm/
H A Dscript74 mount -u -o atime,devmtime -A -t ffs
/netbsd-current/usr.sbin/puffs/mount_9p/
H A Dnineproto.c127 uint32_t rdev, mode, atime, mtime; local
144 GETFIELD(p9pbuf_get_4, &atime, 4);
153 vap->va_atime.tv_sec = atime;
327 uint32_t mode, atime, mtime; local
345 atime = vap->va_atime.tv_sec;
347 atime = P9PROTO_STAT_NOVAL4;
371 p9pbuf_put_4(pb, atime);
/netbsd-current/usr.sbin/iostat/
H A Diostat.c583 double atime, dtime, mbps; local
628 atime = (double)cur.time[dn].tv_sec +
632 if (atime != 0.0)
647 double atime, dtime; local
690 atime = (double)cur.time[dn].tv_sec +
692 (void)printf(" %*.2f", c3, atime / dtime);
700 double atime, dtime, kbps; local
732 atime = (double)cur.time[dn].tv_sec +
734 (void)printf(" %6.2f", atime / dtime);
754 atime
810 double atime, await, abusysum, awaitsum, dtime; local
[all...]
/netbsd-current/external/bsd/fetch/dist/libfetch/
H A Dfile.c195 us->atime = us->mtime = 0;
201 us->atime = sb.st_atime;

Completed in 268 milliseconds

123456