Home | History | Annotate | Download | only in strace

Lines Matching refs:oldbuf

1047 convertoldstat(oldbuf, newbuf)
1048 const struct __old_kernel_stat *oldbuf;
1051 newbuf->st_dev=oldbuf->st_dev;
1052 newbuf->st_ino=oldbuf->st_ino;
1053 newbuf->st_mode=oldbuf->st_mode;
1054 newbuf->st_nlink=oldbuf->st_nlink;
1055 newbuf->st_uid=oldbuf->st_uid;
1056 newbuf->st_gid=oldbuf->st_gid;
1057 newbuf->st_rdev=oldbuf->st_rdev;
1058 newbuf->st_size=oldbuf->st_size;
1059 newbuf->st_atime=oldbuf->st_atime;
1060 newbuf->st_mtime=oldbuf->st_mtime;
1061 newbuf->st_ctime=oldbuf->st_ctime;