Home
last modified time | relevance | path

Searched refs:FMT_THROW (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/thirdparty/fmt/
H A Dposix.cc78 FMT_THROW(system_error(errno, "cannot open file {}", filename.c_str())); in buffered_file()
85 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
93 if (fd == -1) FMT_THROW(system_error(errno, "cannot get file descriptor")); in fileno()
106 FMT_THROW(system_error(errno, "cannot open file {}", path.c_str())); in file()
122 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
136 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
144 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
154 if (result < 0) FMT_THROW(system_error(errno, "cannot read from file")); in read()
161 if (result < 0) FMT_THROW(system_error(errno, "cannot write to file")); in write()
204 if (result != 0) FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
[all …]
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/fmt-5.3.0/src/
H A Dposix.cc87 FMT_THROW(system_error(errno, "cannot close file")); in close()
96 FMT_THROW(system_error(errno, "cannot get file descriptor")); in fileno()
127 FMT_THROW(system_error(errno, "cannot close file")); in close()
141 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
149 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
160 FMT_THROW(system_error(errno, "cannot read from file")); in read()
168 FMT_THROW(system_error(errno, "cannot write to file")); in write()
185 FMT_THROW(system_error(errno, in dup2()
213 FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
224 FMT_THROW(system_error(errno, in fdopen()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/fmt/src/
H A Dposix.cc80 FMT_THROW(system_error(errno, "cannot open file {}", filename.c_str())); in buffered_file()
87 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
95 if (fd == -1) FMT_THROW(system_error(errno, "cannot get file descriptor")); in fileno()
109 FMT_THROW(system_error(errno, "cannot open file {}", path.c_str())); in file()
125 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
139 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
147 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
157 if (result < 0) FMT_THROW(system_error(errno, "cannot read from file")); in read()
164 if (result < 0) FMT_THROW(system_error(errno, "cannot write to file")); in write()
207 if (result != 0) FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/fmt/
H A Dposix.cc78 FMT_THROW(system_error(errno, "cannot open file {}", filename.c_str())); in buffered_file()
85 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
93 if (fd == -1) FMT_THROW(system_error(errno, "cannot get file descriptor")); in fileno()
106 FMT_THROW(system_error(errno, "cannot open file {}", path.c_str())); in file()
122 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
136 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
144 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
154 if (result < 0) FMT_THROW(system_error(errno, "cannot read from file")); in read()
161 if (result < 0) FMT_THROW(system_error(errno, "cannot write to file")); in write()
204 if (result != 0) FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
[all …]
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/fmt/
H A Dposix.cc87 FMT_THROW(system_error(errno, "cannot close file"));
96 FMT_THROW(system_error(errno, "cannot get file descriptor"));
127 FMT_THROW(system_error(errno, "cannot close file"));
141 FMT_THROW(windows_error(GetLastError(), "cannot get file size"));
149 FMT_THROW(system_error(errno, "cannot get file attributes"));
160 FMT_THROW(system_error(errno, "cannot read from file"));
168 FMT_THROW(system_error(errno, "cannot write to file"));
185 FMT_THROW(system_error(errno,
213 FMT_THROW(system_error(errno, "cannot create pipe"));
224 FMT_THROW(system_error(errno,
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/third_party/fmt/fmt/
H A Dposix.cc78 FMT_THROW(SystemError(errno, "cannot open file {}", filename)); in BufferedFile()
87 FMT_THROW(SystemError(errno, "cannot close file")); in close()
96 FMT_THROW(SystemError(errno, "cannot get file descriptor")); in fileno()
109 FMT_THROW(SystemError(errno, "cannot open file {}", path)); in File()
127 FMT_THROW(SystemError(errno, "cannot close file")); in close()
149 FMT_THROW(SystemError(errno, "cannot get file attributes")); in size()
160 FMT_THROW(SystemError(errno, "cannot read from file")); in read()
168 FMT_THROW(SystemError(errno, "cannot write to file")); in write()
185 FMT_THROW(SystemError(errno, in dup2()
213 FMT_THROW(SystemError(errno, "cannot create pipe")); in pipe()
[all …]
H A Dformat.cc290 FMT_THROW(FormatError( in report_unknown_type()
293 FMT_THROW(FormatError( in report_unknown_type()
303 FMT_THROW(WindowsError(ERROR_INVALID_PARAMETER, ERROR_MSG)); in UTF8ToUTF16()
308 FMT_THROW(WindowsError(GetLastError(), ERROR_MSG)); in UTF8ToUTF16()
313 FMT_THROW(WindowsError(GetLastError(), ERROR_MSG)); in UTF8ToUTF16()
319 FMT_THROW(WindowsError(error_code, in UTF16ToUTF8()
401 FMT_THROW(std::runtime_error("buffer overflow")); in grow()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/fmt/src/
H A Dos.cc78 FMT_THROW(windows_error(error_code, in utf16_to_utf8()
159 FMT_THROW(system_error(errno, "cannot open file {}", filename.c_str())); in buffered_file()
166 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
188 FMT_THROW(system_error(errno, "cannot open file {}", path.c_str())); in file()
204 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
218 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
226 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
236 if (result < 0) FMT_THROW(system_error(errno, "cannot read from file")); in read()
243 if (result < 0) FMT_THROW(system_error(errno, "cannot write to file")); in write()
286 if (result != 0) FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
[all …]
/dports/games/pioneer/pioneer-20210723/contrib/fmt/src/
H A Dos.cc78 FMT_THROW(windows_error(error_code, in utf16_to_utf8()
159 FMT_THROW(system_error(errno, "cannot open file {}", filename.c_str())); in buffered_file()
166 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
188 FMT_THROW(system_error(errno, "cannot open file {}", path.c_str())); in file()
204 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
218 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
226 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
236 if (result < 0) FMT_THROW(system_error(errno, "cannot read from file")); in read()
243 if (result < 0) FMT_THROW(system_error(errno, "cannot write to file")); in write()
286 if (result != 0) FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfmtlib_os.cpp79 FMT_THROW(windows_error(error_code, in utf16_to_utf8()
158 FMT_THROW(system_error(errno, "cannot open file {}", filename.c_str())); in buffered_file()
165 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
187 FMT_THROW(system_error(errno, "cannot open file {}", path.c_str())); in file()
203 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
217 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
225 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
235 if (result < 0) FMT_THROW(system_error(errno, "cannot read from file")); in read()
242 if (result < 0) FMT_THROW(system_error(errno, "cannot write to file")); in write()
285 if (result != 0) FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
[all …]
/dports/mail/rspamd/rspamd-3.1/contrib/fmt/src/
H A Dos.cc78 FMT_THROW(windows_error(error_code, in utf16_to_utf8()
157 FMT_THROW(system_error(errno, "cannot open file {}", filename.c_str())); in buffered_file()
164 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
186 FMT_THROW(system_error(errno, "cannot open file {}", path.c_str())); in file()
202 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
216 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
224 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
234 if (result < 0) FMT_THROW(system_error(errno, "cannot read from file")); in read()
241 if (result < 0) FMT_THROW(system_error(errno, "cannot write to file")); in write()
284 if (result != 0) FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/fmt/src/
H A Dos.cc78 FMT_THROW(windows_error(error_code, in utf16_to_utf8()
157 FMT_THROW(system_error(errno, "cannot open file {}", filename.c_str())); in buffered_file()
164 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
186 FMT_THROW(system_error(errno, "cannot open file {}", path.c_str())); in file()
202 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
216 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
224 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
234 if (result < 0) FMT_THROW(system_error(errno, "cannot read from file")); in read()
241 if (result < 0) FMT_THROW(system_error(errno, "cannot write to file")); in write()
284 if (result != 0) FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/fmt/src/
H A Dos.cc78 FMT_THROW(windows_error(error_code, in utf16_to_utf8()
159 FMT_THROW(system_error(errno, "cannot open file {}", filename.c_str())); in buffered_file()
166 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
188 FMT_THROW(system_error(errno, "cannot open file {}", path.c_str())); in file()
204 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
218 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
226 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
236 if (result < 0) FMT_THROW(system_error(errno, "cannot read from file")); in read()
243 if (result < 0) FMT_THROW(system_error(errno, "cannot write to file")); in write()
286 if (result != 0) FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/fmt/src/
H A Dos.cc78 FMT_THROW(windows_error(error_code, in utf16_to_utf8()
157 FMT_THROW(system_error(errno, "cannot open file {}", filename.c_str())); in buffered_file()
164 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
186 FMT_THROW(system_error(errno, "cannot open file {}", path.c_str())); in file()
202 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
216 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
224 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
234 if (result < 0) FMT_THROW(system_error(errno, "cannot read from file")); in read()
241 if (result < 0) FMT_THROW(system_error(errno, "cannot write to file")); in write()
284 if (result != 0) FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/fmt/src/
H A Dos.cc78 FMT_THROW(windows_error(error_code, in utf16_to_utf8()
159 FMT_THROW(system_error(errno, "cannot open file {}", filename.c_str())); in buffered_file()
166 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
188 FMT_THROW(system_error(errno, "cannot open file {}", path.c_str())); in file()
204 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
218 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
226 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
236 if (result < 0) FMT_THROW(system_error(errno, "cannot read from file")); in read()
243 if (result < 0) FMT_THROW(system_error(errno, "cannot write to file")); in write()
286 if (result != 0) FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/embedded/fmt/
H A Dos.cc78 FMT_THROW(windows_error(error_code, in utf16_to_utf8()
157 FMT_THROW(system_error(errno, "cannot open file {}", filename.c_str())); in buffered_file()
164 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
186 FMT_THROW(system_error(errno, "cannot open file {}", path.c_str())); in file()
202 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
216 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
224 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
234 if (result < 0) FMT_THROW(system_error(errno, "cannot read from file")); in read()
241 if (result < 0) FMT_THROW(system_error(errno, "cannot write to file")); in write()
284 if (result != 0) FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
[all …]
/dports/sysutils/lnav/lnav-0.10.1/src/fmtlib/
H A Dos.cc78 FMT_THROW(windows_error(error_code, in utf16_to_utf8()
157 FMT_THROW(system_error(errno, "cannot open file {}", filename.c_str())); in buffered_file()
164 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
186 FMT_THROW(system_error(errno, "cannot open file {}", path.c_str())); in file()
202 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
216 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
224 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
234 if (result < 0) FMT_THROW(system_error(errno, "cannot read from file")); in read()
241 if (result < 0) FMT_THROW(system_error(errno, "cannot write to file")); in write()
284 if (result != 0) FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
[all …]
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/fmt/src/
H A Dos.cc77 FMT_THROW(windows_error(error_code, in utf16_to_utf8()
195 FMT_THROW(system_error(errno, "cannot open file {}", filename.c_str())); in buffered_file()
202 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
224 FMT_THROW(system_error(errno, "cannot open file {}", path.c_str())); in file()
240 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
254 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
262 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
272 if (result < 0) FMT_THROW(system_error(errno, "cannot read from file")); in read()
279 if (result < 0) FMT_THROW(system_error(errno, "cannot write to file")); in write()
322 if (result != 0) FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/fmt/vtkfmt/src/
H A Dos.cc78 FMT_THROW(windows_error(error_code, in utf16_to_utf8()
196 FMT_THROW(system_error(errno, "cannot open file {}", filename.c_str())); in buffered_file()
203 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
225 FMT_THROW(system_error(errno, "cannot open file {}", path.c_str())); in file()
241 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
255 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
263 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
273 if (result < 0) FMT_THROW(system_error(errno, "cannot read from file")); in read()
280 if (result < 0) FMT_THROW(system_error(errno, "cannot write to file")); in write()
323 if (result != 0) FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/fmt/src/
H A Dos.cc77 FMT_THROW(windows_error(error_code, in utf16_to_utf8()
195 FMT_THROW(system_error(errno, "cannot open file {}", filename.c_str())); in buffered_file()
202 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
224 FMT_THROW(system_error(errno, "cannot open file {}", path.c_str())); in file()
240 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
254 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
262 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
272 if (result < 0) FMT_THROW(system_error(errno, "cannot read from file")); in read()
279 if (result < 0) FMT_THROW(system_error(errno, "cannot write to file")); in write()
322 if (result != 0) FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
[all …]
/dports/devel/libfmt/fmt-8.0.1/src/
H A Dos.cc77 FMT_THROW(windows_error(error_code, in utf16_to_utf8()
195 FMT_THROW(system_error(errno, "cannot open file {}", filename.c_str())); in buffered_file()
202 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
224 FMT_THROW(system_error(errno, "cannot open file {}", path.c_str())); in file()
240 if (result != 0) FMT_THROW(system_error(errno, "cannot close file")); in close()
254 FMT_THROW(windows_error(GetLastError(), "cannot get file size")); in size()
262 FMT_THROW(system_error(errno, "cannot get file attributes")); in size()
272 if (result < 0) FMT_THROW(system_error(errno, "cannot read from file")); in read()
279 if (result < 0) FMT_THROW(system_error(errno, "cannot write to file")); in write()
322 if (result != 0) FMT_THROW(system_error(errno, "cannot create pipe")); in pipe()
[all …]
/dports/devel/rpclib/rpclib-2.2.1/dependencies/src/
H A Dformat.cc86 #ifndef FMT_THROW
88 # define FMT_THROW(x) throw x macro
90 # define FMT_THROW(x) assert(false) macro
297 FMT_THROW(clmdep_fmt::FormatError(message)); in require_numeric_argument()
681 FMT_THROW(clmdep_fmt::FormatError( in report_unknown_type()
684 FMT_THROW(clmdep_fmt::FormatError( in report_unknown_type()
710 FMT_THROW(WindowsError(error_code, in UTF16ToUTF8()
839 FMT_THROW(std::runtime_error("buffer overflow")); in grow()
883 FMT_THROW(FormatError( in parse_arg_index()
900 FMT_THROW(clmdep_fmt::FormatError(error)); in parse_arg_name()
[all …]
/dports/science/iboview/ibo-view.20150427/src/MicroScf/
H A Dformat.cpp99 #ifndef FMT_THROW
101 # define FMT_THROW(x) throw x macro
103 # define FMT_THROW(x) assert(false) macro
246 FMT_THROW(fmt::FormatError(message)); in require_numeric_argument()
441 FMT_THROW(fmt::FormatError( in report_unknown_type()
444 FMT_THROW(fmt::FormatError( in report_unknown_type()
466 FMT_THROW(WindowsError(error_code, in UTF16ToUTF8()
640 FMT_THROW(FormatError( in parse_arg_index()
989 FMT_THROW(FormatError(error)); in format()
999 FMT_THROW(FormatError(error)); in format()
[all …]
/dports/www/davix/davix-0.7.6/src/libs/alibxx/str/
H A Dformat.cpp79 #ifndef FMT_THROW
81 # define FMT_THROW(x) throw x macro
83 # define FMT_THROW(x) assert(false) macro
226 FMT_THROW(fmt::FormatError(message)); in require_numeric_argument()
235 FMT_THROW(fmt::FormatError(fmt::format( in check_sign()
421 FMT_THROW(fmt::FormatError( in report_unknown_type()
424 FMT_THROW(fmt::FormatError( in report_unknown_type()
436 FMT_THROW(WindowsError(GetLastError(), ERROR)); in UTF8ToUTF16()
446 FMT_THROW(WindowsError(error_code, in UTF16ToUTF8()
619 FMT_THROW(FormatError( in parse_arg_index()
[all …]
/dports/games/dunelegacy/dunelegacy-0.96.4/src/misc/
H A Dformat.cpp253 FMT_THROW(FormatError("width is not integer")); in report_unhandled_arg()
265 FMT_THROW(FormatError("number is too big")); in visit_any_int()
273 FMT_THROW(FormatError("precision is not integer")); in report_unhandled_arg()
279 FMT_THROW(FormatError("number is too big")); in visit_any_int()
512 FMT_THROW(fmt::FormatError( in report_unknown_type()
515 FMT_THROW(fmt::FormatError( in report_unknown_type()
530 FMT_THROW(WindowsError(GetLastError(), ERROR_MSG)); in UTF8ToUTF16()
535 FMT_THROW(WindowsError(GetLastError(), ERROR_MSG)); in UTF8ToUTF16()
541 FMT_THROW(WindowsError(error_code, in UTF16ToUTF8()
668 FMT_THROW(std::runtime_error("buffer overflow")); in grow()
[all …]

123456789