Home
last modified time | relevance | path

Searched refs:statbuf1 (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-ptsname.c47 struct stat statbuf1; in same_slave() local
51 || (stat (slave_name1, &statbuf1) >= 0 in same_slave()
53 && SAME_INODE (statbuf1, statbuf2))); in same_slave()
H A Dtest-ptsname_r.c47 struct stat statbuf1; in same_slave() local
51 || (stat (slave_name1, &statbuf1) >= 0 in same_slave()
53 && SAME_INODE (statbuf1, statbuf2))); in same_slave()
H A Dtest-sameacls.c94 struct stat statbuf1; in main() local
97 if (stat (file1, &statbuf1) < 0) in main()
109 if (statbuf1.st_mode != statbuf2.st_mode) in main()
113 (unsigned int) statbuf1.st_mode, (unsigned int) statbuf2.st_mode); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-ptsname.c47 struct stat statbuf1; in same_slave() local
51 || (stat (slave_name1, &statbuf1) >= 0 in same_slave()
53 && SAME_INODE (statbuf1, statbuf2))); in same_slave()
H A Dtest-ptsname_r.c56 struct stat statbuf1; in same_slave() local
60 || (stat (slave_name1, &statbuf1) >= 0 in same_slave()
62 && SAME_INODE (statbuf1, statbuf2))); in same_slave()
H A Dtest-sameacls.c94 struct stat statbuf1; in main() local
97 if (stat (file1, &statbuf1) < 0) in main()
109 if (statbuf1.st_mode != statbuf2.st_mode) in main()
113 (unsigned int) statbuf1.st_mode, (unsigned int) statbuf2.st_mode); in main()
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/
H A Dtest-sameacls.c91 struct stat statbuf1; in main() local
94 if (stat (file1, &statbuf1) < 0) in main()
106 if (statbuf1.st_mode != statbuf2.st_mode) in main()
110 (unsigned int) statbuf1.st_mode, (unsigned int) statbuf2.st_mode); in main()
/dports/devel/gettext-runtime/gettext-0.21/libtextstyle/lib/
H A Dterm-style-control.c967 struct stat statbuf1; in activate_term_style_controller() local
970 || (fstat (fd, &statbuf1) >= 0 in activate_term_style_controller()
972 && SAME_INODE (statbuf1, statbuf2))) in activate_term_style_controller()
/dports/devel/gettext-tools/gettext-0.21/libtextstyle/lib/
H A Dterm-style-control.c967 struct stat statbuf1; in activate_term_style_controller() local
970 || (fstat (fd, &statbuf1) >= 0 in activate_term_style_controller()
972 && SAME_INODE (statbuf1, statbuf2))) in activate_term_style_controller()
/dports/devel/gettext-po-mode/gettext-0.21/libtextstyle/lib/
H A Dterm-style-control.c967 struct stat statbuf1; in activate_term_style_controller() local
970 || (fstat (fd, &statbuf1) >= 0 in activate_term_style_controller()
972 && SAME_INODE (statbuf1, statbuf2))) in activate_term_style_controller()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dterm-style-control.c969 struct stat statbuf1; in activate_term_style_controller() local
972 || (fstat (fd, &statbuf1) >= 0 in activate_term_style_controller()
974 && SAME_INODE (statbuf1, statbuf2))) in activate_term_style_controller()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-sameacls.c94 struct stat statbuf1; in main() local
97 if (stat (file1, &statbuf1) < 0) in main()
109 if (statbuf1.st_mode != statbuf2.st_mode) in main()
113 (unsigned int) statbuf1.st_mode, (unsigned int) statbuf2.st_mode); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/solaris/
H A DperfMemory_solaris.cpp277 struct stat statbuf1; in is_same_fsobject() local
281 RESTARTABLE(::fstat(fd1, &statbuf1), result); in is_same_fsobject()
290 if ((statbuf1.st_ino == statbuf2.st_ino) && in is_same_fsobject()
291 (statbuf1.st_dev == statbuf2.st_dev)) { in is_same_fsobject()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/bsd/
H A DperfMemory_bsd.cpp274 struct stat statbuf1; in is_same_fsobject() local
278 RESTARTABLE(::fstat(fd1, &statbuf1), result); in is_same_fsobject()
287 if ((statbuf1.st_ino == statbuf2.st_ino) && in is_same_fsobject()
288 (statbuf1.st_dev == statbuf2.st_dev)) { in is_same_fsobject()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/solaris/
H A DperfMemory_solaris.cpp277 struct stat statbuf1; in is_same_fsobject() local
281 RESTARTABLE(::fstat(fd1, &statbuf1), result); in is_same_fsobject()
290 if ((statbuf1.st_ino == statbuf2.st_ino) && in is_same_fsobject()
291 (statbuf1.st_dev == statbuf2.st_dev)) { in is_same_fsobject()
/dports/sysutils/coreutils/coreutils-8.32/gnulib-tests/
H A Dtest-sameacls.c94 struct stat statbuf1; in main() local
97 if (stat (file1, &statbuf1) < 0) in main()
109 if (statbuf1.st_mode != statbuf2.st_mode) in main()
113 (unsigned int) statbuf1.st_mode, (unsigned int) statbuf2.st_mode); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/bsd/
H A DperfMemory_bsd.cpp274 struct stat statbuf1; in is_same_fsobject() local
278 RESTARTABLE(::fstat(fd1, &statbuf1), result); in is_same_fsobject()
287 if ((statbuf1.st_ino == statbuf2.st_ino) && in is_same_fsobject()
288 (statbuf1.st_dev == statbuf2.st_dev)) { in is_same_fsobject()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/solaris/
H A DperfMemory_solaris.cpp277 struct stat statbuf1; in is_same_fsobject() local
281 RESTARTABLE(::fstat(fd1, &statbuf1), result); in is_same_fsobject()
290 if ((statbuf1.st_ino == statbuf2.st_ino) && in is_same_fsobject()
291 (statbuf1.st_dev == statbuf2.st_dev)) { in is_same_fsobject()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-sameacls.c94 struct stat statbuf1; in main() local
97 if (stat (file1, &statbuf1) < 0) in main()
109 if (statbuf1.st_mode != statbuf2.st_mode) in main()
113 (unsigned int) statbuf1.st_mode, (unsigned int) statbuf2.st_mode); in main()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-sameacls.c94 struct stat statbuf1; in main() local
97 if (stat (file1, &statbuf1) < 0) in main()
109 if (statbuf1.st_mode != statbuf2.st_mode) in main()
113 (unsigned int) statbuf1.st_mode, (unsigned int) statbuf2.st_mode); in main()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-sameacls.c94 struct stat statbuf1; in main() local
97 if (stat (file1, &statbuf1) < 0) in main()
109 if (statbuf1.st_mode != statbuf2.st_mode) in main()
113 (unsigned int) statbuf1.st_mode, (unsigned int) statbuf2.st_mode); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/bsd/
H A DperfMemory_bsd.cpp274 struct stat statbuf1; in is_same_fsobject() local
278 RESTARTABLE(::fstat(fd1, &statbuf1), result); in is_same_fsobject()
287 if ((statbuf1.st_ino == statbuf2.st_ino) && in is_same_fsobject()
288 (statbuf1.st_dev == statbuf2.st_dev)) { in is_same_fsobject()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/aix/
H A DperfMemory_aix.cpp271 struct stat statbuf1; in is_same_fsobject() local
275 RESTARTABLE(::fstat(fd1, &statbuf1), result); in is_same_fsobject()
284 if ((statbuf1.st_ino == statbuf2.st_ino) && in is_same_fsobject()
285 (statbuf1.st_dev == statbuf2.st_dev)) { in is_same_fsobject()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/bsd/
H A DperfMemory_bsd.cpp274 struct stat statbuf1; in is_same_fsobject() local
278 RESTARTABLE(::fstat(fd1, &statbuf1), result); in is_same_fsobject()
287 if ((statbuf1.st_ino == statbuf2.st_ino) && in is_same_fsobject()
288 (statbuf1.st_dev == statbuf2.st_dev)) { in is_same_fsobject()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/solaris/
H A DperfMemory_solaris.cpp277 struct stat statbuf1; in is_same_fsobject() local
281 RESTARTABLE(::fstat(fd1, &statbuf1), result); in is_same_fsobject()
290 if ((statbuf1.st_ino == statbuf2.st_ino) && in is_same_fsobject()
291 (statbuf1.st_dev == statbuf2.st_dev)) { in is_same_fsobject()

123