Home
last modified time | relevance | path

Searched refs:throw_msg (Results 1 – 25 of 39) sorted by relevance

12

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Deloadsave.cpp75 throw_msg( "%s", fs->StrError( ret_error ).GetUtf8() ); in Run()
95 throw_msg( "Can`t load file\n%s", fs->StrError( ret_error ).GetUtf8() ); in Run()
269 throw_msg( "%s", fs->StrError( ret_error ).GetUtf8() ); in Run()
295 if ( r != count ) { throw_msg( "Unable to read\n" ); } in Run()
301 throw_msg( "Can`t save file\n%s", fs->StrError( ret_error ).GetUtf8() ); in Run()
306 throw_msg( "Out of disk space\n" ); in Run()
312 throw_msg( "Can`t save file\n%s", fs->StrError( ret_error ).GetUtf8() ); in Run()
H A Dfile-util.cpp302 throw_msg( "%s", srcFs->StrError( ret_error ).GetUtf8() ); in Run()
308 throw_msg( "%s", dstFs->StrError( ret_error ).GetUtf8() ); in Run()
328 throw_msg( "Can't load file:\n%s", srcFs->StrError( ret_error ).GetUtf8() ); in Run()
343 throw_msg( "Can't write file:\n%s", dstFs->StrError( ret_error ).GetUtf8() ); in Run()
348 throw_msg( "Cannot save data, maybe disk is full" ); in Run()
H A Dfileattributes.cpp401 throw_msg( "Error setting file attributes: %s", fs->StrError( Err ).GetUtf8() ); in FileAttributesDlg()
406 throw_msg("Error setting file date & time: %s", fs->StrError(Err).GetUtf8()); in FileAttributesDlg()
H A Dfileopers.cpp206 throw_msg( "%s", postponedStrError.GetUtf8() ); in Run()
223 throw_msg( "too many symbolic links '%s'", path.GetUtf8() ); in Run()
230 throw_msg( "invalid symbolic link '%s'", path.GetUtf8() ); in Run()
247 throw_msg( "%s", postponedStrError.GetUtf8() ); in Run()
434 throw_msg( "%s", fs->StrError( ret_err ).GetUtf8() ); in CreateDirectory()
H A Dsearch-tools.cpp211 throw_msg( "symbol '%s' not exist in charset '%s'", unicode_to_utf8( x ).data(), charset->name ); in Set()
H A Dncview.cpp187 throw_msg( "can`t stat file '%s' :%s", fs->Uri( path ).GetUtf8(), fs->StrError( err ).GetUtf8() ); in CheckStat()
355 throw_msg( "BOTVA: VFile fs not defined" ); in CheckOpen()
370 throw_msg( "can`t open file '%s' :%s", fs->Uri( path ).GetUtf8(), fs->StrError( err ).GetUtf8() ); in CheckOpen()
404 throw_msg( "cant set file position (%s)", fs->StrError( err ).GetUtf8() ); in _Get()
435 throw_msg( "cant read file (%s)", fs->StrError( err ).GetUtf8() ); in _Get()
/dports/devel/ptypes/ptypes-2.1.1/wshare/
H A Dsysutils.cxx41 void throw_msg(const string& msg) in throw_msg() function
281 throw_msg("Unknown user: " + user);
293 throw_msg("Unknown group: " + group);
296 throw_msg("Couldn't change effective user/group ID (not root?)");
298 throw_msg("initgroups() failed"); // what else can we say here?
300 throw_msg("Couldn't change effective user ID (not root?)");
/dports/devel/jna/jna-5.7.0/native/
H A Dcallback.c128 const char* throw_msg = NULL; in create_callback() local
169 throw_msg = msg; in create_callback()
186 throw_msg = msg; in create_callback()
240 throw_msg = msg; in create_callback()
247 throw_msg = "Unsupported callback return type"; in create_callback()
253 throw_msg = "Error in callback return type"; in create_callback()
297 throw_msg = "No more DLL callback slots available"; in create_callback()
309 throwByName(env, throw_type, throw_msg); in create_callback()
H A Ddispatch.c464 const char* volatile throw_msg = NULL; in dispatch() local
518 throw_msg = msg; in dispatch()
560 throw_msg = msg; in dispatch()
601 throw_msg = "Could not obtain memory for primitive buffer"; in dispatch()
639 throw_msg = msg; in dispatch()
661 throw_msg = msg; in dispatch()
665 PROTECTED_END(do { throw_type=EError;throw_msg="Invalid memory access";} while(0)); in dispatch()
678 throwByName(env, throw_type, throw_msg); in dispatch()
1748 const char* volatile throw_msg = NULL; in dispatch_direct() local
1907 throw_msg = msg; in dispatch_direct()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dex_eval.h44 char *throw_msg; // msg to throw: usually original one member
H A Dex_eval.c259 elem->throw_msg = NULL; in cause_errthrow()
272 (*msg_list)->throw_msg = &tmsg[4]; in cause_errthrow()
274 (*msg_list)->throw_msg = tmsg; in cause_errthrow()
397 mesg = ((struct msglist *)value)->throw_msg; in get_exception_string()
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/
H A Dwal_exceptions.cpp108 void throw_msg( const char* format, ... ) in throw_msg() function
H A Dwal.h98 void throw_msg( const char* format, ... );
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/
H A Dswl_wincoreUX.cpp113 throw_msg( "Error in XGetWindowAttributes/screen size" ); in GetScreenSize()
270 throw_msg( "Error in XAllocColor" ); in InitPseudoColor()
392 throw_msg( "can`t open X display (XOpenDisplay)" ); in AppInit()
404 throw_msg( "no VisualInfo list" ); in AppInit()
417 throw_msg( "default VisualInfo not found" ); in AppInit()
443 throw_msg( "DirectColor visual class is not supported" ); in AppInit()
446 throw_msg( "Unknown visual class" ); in AppInit()
2873 throw_msg( "Error in XGetWindowAttributes" ); in Show()
/dports/editors/vim/vim-8.2.3745/src/
H A Dex_eval.c272 elem->throw_msg = NULL; in cause_errthrow()
286 (*msg_list)->throw_msg = &tmsg[4]; in cause_errthrow()
288 (*msg_list)->throw_msg = tmsg; in cause_errthrow()
438 mesg = ((msglist_T *)value)->throw_msg; in get_exception_string()
/dports/devel/p5-Badger/Badger-0.13/lib/Badger/
H A DBase.pm360 sub throw_msg { subroutine
/dports/devel/p5-Badger/Badger-0.13/pod/Badger/
H A DChanges.pod268 Added the L<throw_msg()|Badger::Base/throw_msg()> method to L<Badger::Base>.
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DOpcodes.h2489 MACRO(ThrowMsg, throw_msg, NULL, 2, 0, 0, JOF_UINT8) \
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-stencil/src/copy/
H A DOpcodes.h2489 MACRO(ThrowMsg, throw_msg, NULL, 2, 0, 0, JOF_UINT8) \
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-stencil/src/copy/
H A DOpcodes.h2489 MACRO(ThrowMsg, throw_msg, NULL, 2, 0, 0, JOF_UINT8) \
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DOpcodes.h2489 MACRO(ThrowMsg, throw_msg, NULL, 2, 0, 0, JOF_UINT8) \
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-stencil/src/
H A Dopcode.rs174 (ThrowMsg, throw_msg, NULL, 2, 0, 0, JOF_UINT8),
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DOpcodes.h2579 MACRO(ThrowMsg, throw_msg, NULL, 2, 0, 0, JOF_UINT8) \
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-stencil/src/copy/
H A DOpcodes.h2579 MACRO(ThrowMsg, throw_msg, NULL, 2, 0, 0, JOF_UINT8) \
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-stencil/src/
H A Dopcode.rs173 (ThrowMsg, throw_msg, NULL, 2, 0, 0, JOF_UINT8),

12