Home
last modified time | relevance | path

Searched refs:fstat_result (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Disapipe.c74 int fstat_result = fstat (fd, &st); in isapipe() local
76 if (fstat_result != 0) in isapipe()
77 return fstat_result; in isapipe()
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Disapipe.c78 int fstat_result = fstat (fd, &st); in isapipe() local
80 if (fstat_result != 0) in isapipe()
81 return fstat_result; in isapipe()
/dports/misc/gnuls/coreutils-8.30/lib/
H A Disapipe.c78 int fstat_result = fstat (fd, &st); in isapipe() local
80 if (fstat_result != 0) in isapipe()
81 return fstat_result; in isapipe()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Disapipe.c78 int fstat_result = fstat (fd, &st); in isapipe() local
80 if (fstat_result != 0) in isapipe()
81 return fstat_result; in isapipe()
/dports/lang/php81/php-8.1.1/ext/standard/tests/file/
H A Dfstat_variation8.phpt8 $fstat_result = fstat($fp);
18 if ($fstat_result[$key] != $value) {
19 echo "FAIL: stat differs at '$key'. $fstat_result[$key] -- $value\n";
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/file/
H A Dfstat_variation8.phpt8 $fstat_result = fstat($fp);
18 if ($fstat_result[$key] != $value) {
19 echo "FAIL: stat differs at '$key'. $fstat_result[$key] -- $value\n";
/dports/lang/php80/php-8.0.15/ext/standard/tests/file/
H A Dfstat_variation8.phpt8 $fstat_result = fstat($fp);
18 if ($fstat_result[$key] != $value) {
19 echo "FAIL: stat differs at '$key'. $fstat_result[$key] -- $value\n";
/dports/lang/php73/php-7.3.33/ext/standard/tests/file/
H A Dfstat_variation8.phpt8 $fstat_result = fstat($fp);
18 if ($fstat_result[$key] != $value) {
19 echo "FAIL: stat differs at '$key'. $fstat_result[$key] -- $value\n";
/dports/lang/php74/php-7.4.27/ext/standard/tests/file/
H A Dfstat_variation8.phpt8 $fstat_result = fstat($fp);
18 if ($fstat_result[$key] != $value) {
19 echo "FAIL: stat differs at '$key'. $fstat_result[$key] -- $value\n";
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/file/
H A Dfstat_variation8.phpt8 $fstat_result = fstat($fp);
18 if ($fstat_result[$key] != $value) {
19 echo "FAIL: stat differs at '$key'. $fstat_result[$key] -- $value\n";
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/file/
H A Dfstat_variation8.phpt8 $fstat_result = fstat($fp);
18 if ($fstat_result[$key] != $value) {
19 echo "FAIL: stat differs at '$key'. $fstat_result[$key] -- $value\n";
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/file/
H A Dfstat_variation8.phpt8 $fstat_result = fstat($fp);
18 if ($fstat_result[$key] != $value) {
19 echo "FAIL: stat differs at '$key'. $fstat_result[$key] -- $value\n";
/dports/games/dose-response/dose-response-179c326/cargo-crates/nix-0.11.0/test/
H A Dtest_stat.rs66 let fstat_result = fstat(file.as_raw_fd()); in test_stat_and_fstat() localVariable
67 assert_stat_results(fstat_result); in test_stat_and_fstat()
103 let fstat_result = fstat(link.as_raw_fd()); in test_stat_fstat_lstat() localVariable
104 assert_stat_results(fstat_result); in test_stat_fstat_lstat()
/dports/sysutils/fusefs-sandboxfs/sandboxfs-sandboxfs-0.2.0/cargo-crates/nix-0.12.1/test/
H A Dtest_stat.rs68 let fstat_result = fstat(file.as_raw_fd());
69 assert_stat_results(fstat_result);
105 let fstat_result = fstat(link.as_raw_fd());
106 assert_stat_results(fstat_result);
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/nix/test/
H A Dtest_stat.rs88 let fstat_result = fstat(file.as_raw_fd()); in test_stat_and_fstat() localVariable
89 assert_stat_results(fstat_result); in test_stat_and_fstat()
129 let fstat_result = fstat(link.as_raw_fd()); in test_stat_fstat_lstat() localVariable
130 assert_stat_results(fstat_result); in test_stat_fstat_lstat()
/dports/games/dose-response/dose-response-179c326/cargo-crates/nix-0.13.0/test/
H A Dtest_stat.rs88 let fstat_result = fstat(file.as_raw_fd()); in test_stat_and_fstat() localVariable
89 assert_stat_results(fstat_result); in test_stat_and_fstat()
129 let fstat_result = fstat(link.as_raw_fd()); in test_stat_fstat_lstat() localVariable
130 assert_stat_results(fstat_result); in test_stat_fstat_lstat()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/nix/test/
H A Dtest_stat.rs88 let fstat_result = fstat(file.as_raw_fd()); in test_stat_and_fstat() localVariable
89 assert_stat_results(fstat_result); in test_stat_and_fstat()
129 let fstat_result = fstat(link.as_raw_fd()); in test_stat_fstat_lstat() localVariable
130 assert_stat_results(fstat_result); in test_stat_fstat_lstat()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/nix/test/
H A Dtest_stat.rs88 let fstat_result = fstat(file.as_raw_fd()); in test_stat_and_fstat() localVariable
89 assert_stat_results(fstat_result); in test_stat_and_fstat()
129 let fstat_result = fstat(link.as_raw_fd()); in test_stat_fstat_lstat() localVariable
130 assert_stat_results(fstat_result); in test_stat_fstat_lstat()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dbootstrap_hash.c312 int fstat_result; in dev_urandom() local
316 fstat_result = _Py_fstat_noraise(urandom_cache.fd, &st); in dev_urandom() local
320 if (fstat_result in dev_urandom()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dbootstrap_hash.c312 int fstat_result; in dev_urandom() local
316 fstat_result = _Py_fstat_noraise(urandom_cache.fd, &st); in dev_urandom() local
320 if (fstat_result in dev_urandom()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dbootstrap_hash.c312 int fstat_result; in dev_urandom() local
316 fstat_result = _Py_fstat_noraise(urandom_cache.fd, &st); in dev_urandom() local
320 if (fstat_result in dev_urandom()
/dports/lang/python38/Python-3.8.12/Python/
H A Dbootstrap_hash.c312 int fstat_result; in dev_urandom() local
316 fstat_result = _Py_fstat_noraise(urandom_cache.fd, &st); in dev_urandom() local
320 if (fstat_result in dev_urandom()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dbootstrap_hash.c312 int fstat_result; in dev_urandom() local
316 fstat_result = _Py_fstat_noraise(urandom_cache.fd, &st); in dev_urandom() local
320 if (fstat_result in dev_urandom()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/nix-0.14.1/test/
H A Dtest_stat.rs88 let fstat_result = fstat(file.as_raw_fd()); in test_stat_and_fstat() localVariable
89 assert_stat_results(fstat_result); in test_stat_and_fstat()
129 let fstat_result = fstat(link.as_raw_fd()); in test_stat_fstat_lstat() localVariable
130 assert_stat_results(fstat_result); in test_stat_fstat_lstat()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/nix-0.14.1/test/
H A Dtest_stat.rs88 let fstat_result = fstat(file.as_raw_fd()); in test_stat_and_fstat() localVariable
89 assert_stat_results(fstat_result); in test_stat_and_fstat()
129 let fstat_result = fstat(link.as_raw_fd()); in test_stat_fstat_lstat() localVariable
130 assert_stat_results(fstat_result); in test_stat_fstat_lstat()

1234