Home
last modified time | relevance | path

Searched refs:file_exist (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/dports/science/py-gpaw/gpaw-21.6.0/gpaw/nlopt/
H A Dbasic.py102 file_exist = True
104 file_exist = False
106 file_exist = None
108 file_exist = broadcast(file_exist, 0)
110 return file_exist
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/xray_re/
H A Dxr_file_system.h57 static bool file_exist(const char* path);
58 static bool file_exist(const std::string& path);
59 bool file_exist(const char* path, const char* name) const;
60 bool file_exist(const char* path, const std::string& name) const;
166 inline bool xr_file_system::file_exist(const std::string& path) { return file_exist(path.c_str()); } in file_exist() function
167 inline bool xr_file_system::file_exist(const char* path, const std::string& name) const in file_exist() function
169 return file_exist(path, name.c_str()); in file_exist()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/lib/
H A Dmpincio.c194 int file_exist; in ncmpiio_create() local
208 if (access(filename, F_OK) == 0) file_exist = 1; in ncmpiio_create()
209 else file_exist = 0; in ncmpiio_create()
211 TRACE_COMM(MPI_Bcast)(&file_exist, 1, MPI_INT, 0, comm); in ncmpiio_create()
212 if (file_exist) DEBUG_RETURN_ERROR(NC_EEXIST) in ncmpiio_create()
340 int rank, file_exist; in ncmpiio_open()
343 if (access(path, F_OK) == 0) file_exist = 1; in ncmpiio_open()
344 else file_exist = 0; in ncmpiio_open()
346 TRACE_COMM(MPI_Bcast)(&file_exist, 1, MPI_INT, 0, comm); in ncmpiio_open()
347 if (!file_exist) DEBUG_RETURN_ERROR(NC_ENOENT) in ncmpiio_open()
/dports/games/adonthell/adonthell-0.3.8/src/
H A Dgame.cc124 bool game::file_exist (const string & fname) in file_exist() function in game
145 if ((ret = game_data_dir () + "/") != "/" && file_exist (ret + fname)) in find_file()
148 else if (file_exist ((ret = global_data_dir () + "/") + fname)) in find_file()
151 else if (file_exist ((ret = user_data_dir () + "/") + fname)) in find_file()
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_os.F9015 public :: file_exist
22 function file_exist(file, Bcast, Comm, all) result(exist) function
64 end function file_exist
161 existed = file_exist(file)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/paw/paw_utils/
H A Dio_utils.F57 logical file_exist local
59 inquire(FILE=filename, EXIST=file_exist)
60 assert_file = file_exist
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/paw/paw_utils/
H A Dio_utils.F57 logical file_exist local
59 inquire(FILE=filename, EXIST=file_exist)
60 assert_file = file_exist
/dports/www/domoticz/domoticz-2020.2/notifications/
H A DNotificationKodi.cpp97 if (file_exist(szImageFile.c_str())) in GetIconFile()
188 if (file_exist(szImageFile.c_str())) in GetIconFile()
200 if (file_exist(szImageFile.c_str())) in GetIconFile()
212 if (file_exist(szImageFile.c_str())) in GetIconFile()
224 if (file_exist(szImageFile.c_str())) in GetIconFile()
238 if (!file_exist(szImageFile.c_str())) in GetIconFile()
/dports/www/ilias/ILIAS-5.4.25/Modules/Exercise/classes/
H A Dclass.ilExSubmissionGUI.php293 $file_exist = false;
296 $file_exist = true;
300 if (!$file_exist) {
353 $file_exist = false;
361 if (!$file_exist) {
/dports/www/ilias6/ILIAS-6.14/Modules/Exercise/classes/
H A Dclass.ilExSubmissionGUI.php278 $file_exist = false;
281 $file_exist = true;
285 if (!$file_exist) {
337 $file_exist = false;
345 if (!$file_exist) {
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/pspw/lib/psi/
H A Drho_read.F37 logical value,rho_nolattice,lprint,pio,file_exist
71 inquire(file=full_filename,exist=file_exist)
72 if (file_exist) then
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/pspw/lib/psi/
H A Drho_read.F37 logical value,rho_nolattice,lprint,pio,file_exist
74 inquire(file=full_filename,exist=file_exist)
75 if (file_exist) then
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/band/lib/psi/
H A Dcrho_read.F37 logical value,rho_nolattice,lprint,pio,file_exist
76 inquire(file=full_filename,exist=file_exist)
77 if (file_exist) then
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/band/lib/psi/
H A Dcrho_read.F37 logical value,rho_nolattice,lprint,pio,file_exist
76 inquire(file=full_filename,exist=file_exist)
77 if (file_exist) then
/dports/net/samba412/samba-4.12.15/source4/lib/tls/
H A Dtlscert.c52 if (file_exist(keyfile) || file_exist(certfile) || file_exist(cafile)) { in tls_cert_generate()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/tls/
H A Dtlscert.c52 if (file_exist(keyfile) || file_exist(certfile) || file_exist(cafile)) { in tls_cert_generate()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/test/
H A Dtest_regset.c389 int file_exist; in main() local
422 file_exist = 1; in main()
426 file_exist = 0; in main()
429 if (file_exist != 0) { in main()
441 if (file_exist != 0) { in main()
/dports/misc/broot/broot-1.7.0/cargo-crates/onig_sys-69.7.0/oniguruma/test/
H A Dtest_regset.c398 int file_exist; in main() local
432 file_exist = 1; in main()
436 file_exist = 0; in main()
439 if (file_exist != 0) { in main()
451 if (file_exist != 0) { in main()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/test/
H A Dtest_regset.c389 int file_exist; in main() local
422 file_exist = 1; in main()
426 file_exist = 0; in main()
429 if (file_exist != 0) { in main()
441 if (file_exist != 0) { in main()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/onig_sys-69.6.0/oniguruma/test/
H A Dtest_regset.c398 int file_exist; in main() local
432 file_exist = 1; in main()
436 file_exist = 0; in main()
439 if (file_exist != 0) { in main()
451 if (file_exist != 0) { in main()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/test/
H A Dtest_regset.c389 int file_exist; in main() local
422 file_exist = 1; in main()
426 file_exist = 0; in main()
429 if (file_exist != 0) { in main()
441 if (file_exist != 0) { in main()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/onig_sys-69.7.0/oniguruma/test/
H A Dtest_regset.c398 int file_exist; in main() local
432 file_exist = 1; in main()
436 file_exist = 0; in main()
439 if (file_exist != 0) { in main()
451 if (file_exist != 0) { in main()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/test/
H A Dtest_regset.c389 int file_exist; in main() local
422 file_exist = 1; in main()
426 file_exist = 0; in main()
429 if (file_exist != 0) { in main()
441 if (file_exist != 0) { in main()
/dports/devel/oniguruma/oniguruma-6.9.7.1/test/
H A Dtest_regset.c398 int file_exist; in main() local
432 file_exist = 1; in main()
436 file_exist = 0; in main()
439 if (file_exist != 0) { in main()
451 if (file_exist != 0) { in main()
/dports/www/xh/xh-0.14.1/cargo-crates/onig_sys-69.7.0/oniguruma/test/
H A Dtest_regset.c398 int file_exist; in main() local
432 file_exist = 1; in main()
436 file_exist = 0; in main()
439 if (file_exist != 0) { in main()
451 if (file_exist != 0) { in main()

12345678910>>...22