Lines Matching defs:statter
504 struct stat asymlink, statter;
765 else if ((stat(path3, &statter) == -1) && (errno == ENOENT)) {
777 } else if (statter.st_ino != asymlink.st_ino) {
873 } else if (stat(path1, &statter) == -1) {
878 } else if (memcmp((char *)&statter, (char *)&asymlink, sizeof(statter))
1420 if (statter.st_dev != asymlink.st_dev)
1423 (intmax_t) statter.st_dev, (intmax_t) asymlink.st_dev);
1425 else if (statter.st_mode != asymlink.st_mode)
1428 (intmax_t) statter.st_mode,
1431 else if (statter.st_nlink != asymlink.st_nlink)
1434 (intmax_t) statter.st_nlink,
1437 else if (statter.st_uid != asymlink.st_uid)
1440 (intmax_t) statter.st_uid, (intmax_t) asymlink.st_uid);
1442 else if (statter.st_gid != asymlink.st_gid)
1445 (intmax_t) statter.st_gid, (intmax_t) asymlink.st_gid);
1447 else if (statter.st_size != asymlink.st_size)
1450 statter.st_size, asymlink.st_size);
1452 else if (statter.st_atime != asymlink.st_atime)
1455 statter.st_atime, asymlink.st_atime);
1457 else if (statter.st_mtime != asymlink.st_mtime)
1460 statter.st_atime, asymlink.st_atime);
1462 else if (statter.st_ctime != asymlink.st_ctime)
1465 statter.st_atime, asymlink.st_atime);
1551 } else if (lstat("nick", &statter) == -1) {
1555 if (statter.st_ino == asymlink.st_ino) {
1556 if ((statter.st_nlink == 2) && (asymlink.st_nlink == 2)) {
1566 Buffer, tc_ptr->fn_arg[1], "nick", statter.st_nlink, tc_ptr->fn_arg[1], asymlink.st_nlink, tc_ptr->fn_arg[2],
1572 tc_ptr->fn_arg[1], (intmax_t) asymlink.st_ino, "nick", (intmax_t) statter.st_ino);
1598 if (stat(tc_ptr->fn_arg[2], &statter) == -1) {
1603 } else if ((statter.st_ino == asymlink.st_ino) &&
1604 (statter.st_dev == asymlink.st_dev) &&
1605 (statter.st_size == asymlink.st_size)) {
1639 if (stat(tc_ptr->fn_arg[2], &statter) == -1) {
1643 } else if ((statter.st_mode == (MODE | MASK))
1644 && (statter.st_mode != asymlink.st_mode)) {
1685 if (stat(tc_ptr->fn_arg[2], &statter) == -1)
1692 temp = statter.st_atime - asymlink.st_atime;
1694 (statter.st_mtime - asymlink.st_mtime) -
1723 if (stat(tc_ptr->fn_arg[2], &statter) != -1)
1762 if (stat(tc_ptr->fn_arg[2], &statter) != -1)