HomeSort by: relevance | last modified time | path
    Searched refs:atime (Results 1 - 25 of 132) sorted by relevancy

1 2 3 4 5 6

  /src/crypto/external/bsd/openssl.old/dist/test/
asn1_time_test.c 113 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.data, (long)td->t)
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
asn1_time_test.c 620 ASN1_TIME atime; local
625 atime.data = (unsigned char *)td->data;
626 atime.length = strlen((char *)atime.data);
627 atime.type = td->type;
628 atime.flags = 0;
630 if (!TEST_int_eq(ASN1_TIME_check(&atime), td->check_result)) {
631 TEST_info("ASN1_TIME_check(%s) unexpected result", atime.data);
637 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(&atime, td->t), 0)) {
638 TEST_info("ASN1_TIME_cmp_time_t(%s vs %ld) compare failed", atime.data, (long)td->t)
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
asn1_time_test.c 113 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.data, (long)td->t)
    [all...]
  /src/bin/pax/
tables.h 148 time_t atime; member in struct:atdir
173 time_t atime; /* atime to set */ member in struct:dirdata
tables.c 955 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)
1004 pt->atime = atime;
1028 get_atdir(dev_t dev, ino_t ino, time_t *mtime, time_t *atime)
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 = psb->st_atime
    [all...]
  /src/crypto/external/bsd/openssh/dist/
sftp-common.h 42 uint32_t atime; member in struct:Attrib
sftp-common.c 66 a->atime = 0;
84 a->atime = st->st_atime;
103 st->st_atime = a->atime;
131 if ((r = sshbuf_get_u32(b, &a->atime)) != 0 ||
181 if ((r = sshbuf_put_u32(b, a->atime)) != 0 ||
  /src/usr.bin/write/
term_chk.c 109 check_sender(time_t *atime, uid_t myuid, gid_t saved_egid)
122 else if (atime == NULL)
130 if (term_chk(myuid, mytty, &msgsok, atime, 1, saved_egid) == -1)
write.c 77 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;
  /src/external/gpl3/binutils/dist/gprofng/src/
UserLabel.h 52 long long atime, timeStart, timeStop, start_sec, start_hrtime; member in class:UserLabel
  /src/external/gpl3/binutils.old/dist/gprofng/src/
UserLabel.h 52 long long atime, timeStart, timeStop, start_sec, start_hrtime; member in class:UserLabel
  /src/usr.bin/systat/
iostat.c 254 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);
  /src/libexec/talkd/
process.c 189 time_t atime = 0; local
215 if (statb.st_atime > atime &&
217 atime = statb.st_atime;
  /src/share/examples/refuse/ian/libfetch/
file.c 98 us->atime = us->mtime = 0;
104 us->atime = sb.st_atime;
  /src/sys/fs/v7fs/
v7fs_inode_util.c 78 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),
v7fs_inode.h 43 v7fs_time_t atime; member in struct:v7fs_inode
  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_default.h 67 #define na_atime atime
112 #define sa_atime atime
nfs_prot_aix3.h 97 #define na_atime atime
142 #define sa_atime atime
nfs_prot_aix4.h 95 #define na_atime atime
140 #define sa_atime atime
nfs_prot_aix4_2.h 100 #define na_atime atime
145 #define sa_atime atime
nfs_prot_darwin.h 75 #define na_atime atime
120 #define sa_atime atime
  /src/share/examples/apm/
script 74 mount -u -o atime,devmtime -A -t ffs
  /src/sys/ufs/chfs/
media.h 89 le32 atime; /* last access time */ member in struct:chfs_flash_vnode
  /src/usr.sbin/puffs/mount_9p/
nineproto.c 127 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);
  /src/usr.sbin/iostat/
iostat.c 584 double atime, dtime, mbps; local
629 atime = (double)cur.time[dn].tv_sec +
633 if (atime != 0.0)
648 double atime, dtime; local
691 atime = (double)cur.time[dn].tv_sec +
693 (void)printf(" %*.2f", c3, atime / dtime);
701 double atime, dtime, kbps; local
733 atime = (double)cur.time[dn].tv_sec +
735 (void)printf(" %6.2f", atime / dtime);
755 atime = (double)cur.time[dn].tv_sec
811 double atime, await, abusysum, awaitsum, dtime; local
    [all...]

Completed in 43 milliseconds

1 2 3 4 5 6