Home
last modified time | relevance | path

Searched refs:has_stat (Results 1 – 25 of 47) sorted by relevance

12

/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/test/
H A Dsession_test.c85 int has_stat; in session_test() local
89 has_stat = 0; in session_test()
98 has_stat = 1; in session_test()
102 has_stat = 1; in session_test()
106 if (has_stat) { in session_test()
/dports/mail/ecartis/ecartis-1.0.0/templates/
H A Dadmin-userinfo.lsc14 <font size=+1><b>[?if has_stat($lcgi-userfor,realname)][?userstat $lcgi-userfor,realname] &lt;<$lcg…
15 <b>Posts:</b> [?if has_stat($lcgi-userfor,posts)][?userstat $lcgi-userfor,posts][?else]0[?endif]<BR>
16 <b>Traffic: </b> [?if has_stat($lcgi-userfor,traffic)][?userstat $lcgi-userfor,traffic][?else]0[?en…
H A Duserinfo.lsc14 <font size=+1><b>[?if has_stat($lcgi-user,realname)][?userstat $lcgi-user,realname] &lt;<$lcgi-user…
15 <b>Posts:</b> [?if has_stat($lcgi-user,posts)][?userstat $lcgi-user,posts][?else]0[?endif]<BR>
16 <b>Traffic: </b> [?if has_stat($lcgi-user,traffic)][?userstat $lcgi-user,traffic][?else]0[?endif]k
/dports/net/shadowsocks-libev/shadowsocks-libev-3.3.5/libcork/src/libcork/posix/
H A Dfiles.c379 bool has_stat; member
386 file->has_stat = false; in cork_file_init()
406 file->has_stat = false; in cork_file_reset()
431 if (file->has_stat) { in cork_file_stat()
440 file->has_stat = true; in cork_file_stat()
458 file->has_stat = true; in cork_file_stat()
/dports/sysutils/py-pywatchman/watchman-4.9.0/
H A Dopendir.cpp215 ent_.has_stat = false; in readDir()
257 ent_.has_stat = true; in readDir()
275 ent_.has_stat = false; in readDir()
H A Dwatchman_opendir.h7 bool has_stat; member
/dports/sysutils/p5-Rex/Rex-1.13.4/lib/Rex/Test/Base/
H A Dhas_stat.pm7 package Rex::Test::Base::has_stat;
/dports/sysutils/watchman/watchman-4.5.0/
H A Dopendir.c460 dir->ent.has_stat = false; in w_dir_read()
502 dir->ent.has_stat = true; in w_dir_read()
516 dir->ent.has_stat = false; in w_dir_read()
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/10_files/
H A Dcan_set_sticky_bits_without_root_owning_directory.cf32 string => "!has_stat";
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/acceptance/10_files/
H A Dcan_set_sticky_bits_without_root_owning_directory.cf32 string => "!has_stat";
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/acceptance/10_files/
H A Dcan_set_sticky_bits_without_root_owning_directory.cf32 string => "!has_stat";
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/10_files/
H A Dcan_set_sticky_bits_without_root_owning_directory.cf32 string => "!has_stat";
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/10_files/
H A Dcan_set_sticky_bits_without_root_owning_directory.cf32 string => "!has_stat";
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/acceptance/10_files/
H A Dcan_set_sticky_bits_without_root_owning_directory.cf32 string => "!has_stat";
/dports/devel/py-mypy/mypy-0.910/test-data/stdlib-samples/3.2/test/
H A Dtest_tempfile.py17 has_stat = 1 variable
19 has_stat = 0
297 if not has_stat:
518 if not has_stat:
1051 if has_stat:
1081 if has_stat:
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/nifs/unix/
H A Dunix_prim_file.c909 int has_stat; local
911 has_stat = (stat((const char*)path->data, &path_stat) == 0);
912 has_stat &= (stat(".", &cwd_stat) == 0);
914 if(has_stat && path_stat.st_ino == cwd_stat.st_ino) {
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/nifs/unix/
H A Dunix_prim_file.c873 int has_stat; local
875 has_stat = (stat((const char*)path->data, &path_stat) == 0);
876 has_stat &= (stat(".", &cwd_stat) == 0);
878 if(has_stat && path_stat.st_ino == cwd_stat.st_ino) {
/dports/math/pari/pari-2.13.3/config/
H A Dparicfg.h.SH189 case $has_stat in
/dports/math/p5-Math-Pari/pari-2.3.5/config/
H A Dparicfg.h.SH194 case $has_stat in
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/nifs/unix/
H A Dunix_prim_file.c970 int has_stat; local
972 has_stat = (stat((const char*)path->data, &path_stat) == 0);
973 has_stat &= (stat(".", &cwd_stat) == 0);
975 if(has_stat && path_stat.st_ino == cwd_stat.st_ino) {
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/nifs/unix/
H A Dunix_prim_file.c1003 int has_stat; local
1005 has_stat = (stat((const char*)path->data, &path_stat) == 0);
1006 has_stat &= (stat(".", &cwd_stat) == 0);
1008 if(has_stat && path_stat.st_ino == cwd_stat.st_ino) {
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/nifs/unix/
H A Dunix_prim_file.c1003 int has_stat; local
1005 has_stat = (stat((const char*)path->data, &path_stat) == 0);
1006 has_stat &= (stat(".", &cwd_stat) == 0);
1008 if(has_stat && path_stat.st_ino == cwd_stat.st_ino) {
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/nifs/unix/
H A Dunix_prim_file.c1003 int has_stat; local
1005 has_stat = (stat((const char*)path->data, &path_stat) == 0);
1006 has_stat &= (stat(".", &cwd_stat) == 0);
1008 if(has_stat && path_stat.st_ino == cwd_stat.st_ino) {
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_tempfile.py17 has_stat = 1 variable
19 has_stat = 0
252 if not has_stat:
469 if not has_stat:
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/nifs/unix/
H A Dunix_prim_file.c1003 int has_stat; local
1005 has_stat = (stat((const char*)path->data, &path_stat) == 0);
1006 has_stat &= (stat(".", &cwd_stat) == 0);
1008 if(has_stat && path_stat.st_ino == cwd_stat.st_ino) {

12