Home
last modified time | relevance | path

Searched refs:file_not_found (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/java/
H A Dwin32-host.c40 file_not_found (void);
43 file_not_found (void) in file_not_found() function
60 return file_not_found (); in jcf_open_exact_case()
67 return file_not_found (); in jcf_open_exact_case()
79 return file_not_found (); in jcf_open_exact_case()
/dports/lang/gnat_util/gcc-6-20180516/gcc/java/
H A Dwin32-host.c40 file_not_found (void);
43 file_not_found (void) in file_not_found() function
60 return file_not_found (); in jcf_open_exact_case()
67 return file_not_found (); in jcf_open_exact_case()
79 return file_not_found (); in jcf_open_exact_case()
/dports/lang/gcc48/gcc-4.8.5/gcc/java/
H A Dwin32-host.c40 file_not_found (void);
43 file_not_found (void) in file_not_found() function
60 return file_not_found (); in jcf_open_exact_case()
67 return file_not_found (); in jcf_open_exact_case()
79 return file_not_found (); in jcf_open_exact_case()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dwin32-host.c38 file_not_found (void);
41 file_not_found (void) in file_not_found() function
58 return file_not_found (); in jcf_open_exact_case()
65 return file_not_found (); in jcf_open_exact_case()
77 return file_not_found (); in jcf_open_exact_case()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dwin32-host.c38 file_not_found (void);
41 file_not_found (void) in file_not_found() function
58 return file_not_found (); in jcf_open_exact_case()
65 return file_not_found (); in jcf_open_exact_case()
77 return file_not_found (); in jcf_open_exact_case()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/java/
H A Dwin32-host.c40 file_not_found (void);
43 file_not_found (void) in file_not_found() function
60 return file_not_found (); in jcf_open_exact_case()
67 return file_not_found (); in jcf_open_exact_case()
79 return file_not_found (); in jcf_open_exact_case()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/java/
H A Dwin32-host.c40 file_not_found (void);
43 file_not_found (void) in file_not_found() function
60 return file_not_found (); in jcf_open_exact_case()
67 return file_not_found (); in jcf_open_exact_case()
79 return file_not_found (); in jcf_open_exact_case()
/dports/science/py-dlib/dlib-19.22/dlib/dir_nav/
H A Ddir_nav_extensions.cpp48 catch (file::file_not_found&) in file_exists()
88 try{f1 = file(filename1);} catch(file::file_not_found&) { return filename1; } in select_oldest_file()
89 try{f2 = file(filename2);} catch(file::file_not_found&) { return filename2; } in select_oldest_file()
105 try{f1 = file(filename1);} catch(file::file_not_found&) { return filename2; } in select_newest_file()
106 try{f2 = file(filename2);} catch(file::file_not_found&) { return filename1; } in select_newest_file()
H A Ddir_nav_kernel_2.cpp39 throw file_not_found("Unable to find file " + name); in init()
48 throw file_not_found("Unable to find file " + name); in init()
60 throw file_not_found("Unable to find file " + name); in init()
H A Ddir_nav_kernel_1.cpp40 throw file_not_found("Unable to find file " + name); in init()
49 throw file_not_found("Unable to find file " + name); in init()
60 throw file_not_found("Unable to find file " + name); in init()
/dports/science/dlib-cpp/dlib-19.22/dlib/dir_nav/
H A Ddir_nav_extensions.cpp48 catch (file::file_not_found&) in file_exists()
88 try{f1 = file(filename1);} catch(file::file_not_found&) { return filename1; } in select_oldest_file()
89 try{f2 = file(filename2);} catch(file::file_not_found&) { return filename2; } in select_oldest_file()
105 try{f1 = file(filename1);} catch(file::file_not_found&) { return filename2; } in select_newest_file()
106 try{f2 = file(filename2);} catch(file::file_not_found&) { return filename1; } in select_newest_file()
H A Ddir_nav_kernel_2.cpp39 throw file_not_found("Unable to find file " + name); in init()
48 throw file_not_found("Unable to find file " + name); in init()
60 throw file_not_found("Unable to find file " + name); in init()
H A Ddir_nav_kernel_1.cpp40 throw file_not_found("Unable to find file " + name); in init()
49 throw file_not_found("Unable to find file " + name); in init()
60 throw file_not_found("Unable to find file " + name); in init()
/dports/www/mod_security/modsecurity-2.9.3/iis/dependencies/
H A Dbuild_cmake.bat3 @if NOT EXIST "%SOURCE_DIR%\%CMAKE%" goto file_not_found
11 :file_not_found label
/dports/mail/libvmime/vmime-0.9.2/src/vmime/
H A Dexception.cpp649 file_not_found::~file_not_found() throw() {} in ~file_not_found()
650 file_not_found::file_not_found(const utility::path& path, const exception& other) in file_not_found() function in vmime::exceptions::file_not_found
653 exception* file_not_found::clone() const { return new file_not_found(*this); } in clone()
654 const char* file_not_found::name() const throw() { return "file_not_found"; } in name()
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lslutils/
H A Ddebug.h17 struct file_not_found : public base { struct
18 file_not_found(const std::string& msg) : base(msg) {} in file_not_found() function
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/plugins/digest/src/
H A Ddigest.cpp22 union Sass_Value* file_not_found(const std::string& file) in file_not_found() function
42 if (fh.fail()) return file_not_found(file); in md5f()
93 if (fh.fail()) return file_not_found(file); in crc16f()
124 if (fh.fail()) return file_not_found(file); in crc32f()
177 if (fh.fail()) return file_not_found(file); in base64f()
/dports/print/lilypond-devel/lilypond-2.23.5/scripts/auxiliar/
H A Dcheck_texi_refs.py37 file_not_found = 'file not found in include path' variable
119 raise EnvironmentError(1, file_not_found, name)
239 if strerror == file_not_found:
276 if not strerror == file_not_found:
283 if strerror == file_not_found:
285 file_not_found + '\n')
/dports/print/lilypond/lilypond-2.22.1/scripts/auxiliar/
H A Dcheck_texi_refs.py38 file_not_found = 'file not found in include path' variable
110 raise EnvironmentError(1, file_not_found, name)
230 if strerror == file_not_found:
267 if not strerror == file_not_found:
274 if strerror == file_not_found:
276 file_not_found + '\n')
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/test/
H A Dwrap_log_reader_SUITE.erl114 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
121 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
155 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
194 rec({error, {file_not_found, add_ext(File, 3)}}, ?LINE),
234 rec({error, {file_not_found, add_ext(File, 5)}}, ?LINE),
277 rec({error, {file_not_found, add_ext(File, 5)}}, ?LINE),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A Dwrap_log_reader_SUITE.erl114 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
121 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
155 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
194 rec({error, {file_not_found, add_ext(File, 3)}}, ?LINE),
234 rec({error, {file_not_found, add_ext(File, 5)}}, ?LINE),
277 rec({error, {file_not_found, add_ext(File, 5)}}, ?LINE),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/test/
H A Dwrap_log_reader_SUITE.erl113 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
120 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
154 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
193 rec({error, {file_not_found, add_ext(File, 3)}}, ?LINE),
233 rec({error, {file_not_found, add_ext(File, 5)}}, ?LINE),
276 rec({error, {file_not_found, add_ext(File, 5)}}, ?LINE),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/test/
H A Dwrap_log_reader_SUITE.erl114 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
121 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
155 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
194 rec({error, {file_not_found, add_ext(File, 3)}}, ?LINE),
234 rec({error, {file_not_found, add_ext(File, 5)}}, ?LINE),
277 rec({error, {file_not_found, add_ext(File, 5)}}, ?LINE),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/test/
H A Dwrap_log_reader_SUITE.erl113 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
120 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
154 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
193 rec({error, {file_not_found, add_ext(File, 3)}}, ?LINE),
233 rec({error, {file_not_found, add_ext(File, 5)}}, ?LINE),
276 rec({error, {file_not_found, add_ext(File, 5)}}, ?LINE),
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/test/
H A Dwrap_log_reader_SUITE.erl113 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
120 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
154 rec({error, {file_not_found, add_ext(File, 2)}}, ?LINE),
193 rec({error, {file_not_found, add_ext(File, 3)}}, ?LINE),
233 rec({error, {file_not_found, add_ext(File, 5)}}, ?LINE),
276 rec({error, {file_not_found, add_ext(File, 5)}}, ?LINE),

12345678910>>...28