/dports/games/springlobby/springlobby-0.180/src/ |
H A D | springprocess.cpp | 28 m_sp( sp ), m_exit_code( 0 ) in DEFINE_LOCAL_EVENT_TYPE() 50 event.SetExtraLong( m_exit_code ); in OnExit() 58 m_exit_code = system( m_cmd.mb_str( wxConvUTF8 ) ); in Entry()
|
H A D | springprocess.h | 46 int m_exit_code; variable
|
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/app/ |
H A D | qmmpstarter.cpp | 109 m_exit_code = EXIT_FAILURE; in QMMPStarter() 116 m_exit_code = EXIT_SUCCESS; in QMMPStarter() 159 m_exit_code = EXIT_FAILURE; in QMMPStarter() 182 m_exit_code = EXIT_FAILURE; in QMMPStarter() 189 m_exit_code = EXIT_FAILURE; in QMMPStarter() 203 m_exit_code = EXIT_FAILURE; in QMMPStarter() 233 return m_exit_code; in exitCode() 270 m_exit_code = EXIT_FAILURE; in startPlayer()
|
H A D | qmmpstarter.h | 87 int m_exit_code = EXIT_SUCCESS; variable
|
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/spring/ |
H A D | springprocess.cpp | 12 m_sp( sp ), m_exit_code( 0 ) in SpringProcess() 30 m_exit_code = system( m_cmd.c_str() ); in Run()
|
H A D | springprocess.h | 27 int m_exit_code; variable
|
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/libexecstream/win/ |
H A D | exec-stream-impl.cpp | 54 int m_exit_code; member 68 m_exit_code=0; in impl_t() 293 m_impl->m_exit_code=exit_code; in close() 309 m_impl->m_exit_code=0; in kill() 322 return m_impl->m_exit_code; in exit_code()
|
/dports/net/astron/Astron-c8ba982/src/core/ |
H A D | shutdown.cpp | 95 ShutdownException::ShutdownException(int exit_code) : m_exit_code(exit_code) in ShutdownException() 101 return m_exit_code; in exit_code()
|
H A D | shutdown.h | 15 int m_exit_code;
|
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/libexecstream/posix/ |
H A D | exec-stream-impl.cpp | 42 int m_exit_code; member 334 pid_t code=waitpid( m_impl->m_child_pid, &m_impl->m_exit_code, WNOHANG ); in close() 346 code=waitpid( m_impl->m_child_pid, &m_impl->m_exit_code, WNOHANG ); in close() 371 m_impl->m_exit_code=0; in kill() 380 return WEXITSTATUS( m_impl->m_exit_code ); in exit_code()
|
/dports/mail/emailrelay/emailrelay-1.9/src/main/ |
H A D | winapp.cpp | 80 m_exit_code(0) in WinApp() 102 return G::Test::enabled("special-exit-code") ? 23 : m_exit_code ; in exitCode() 286 m_exit_code = 1 ; in onError()
|
H A D | winapp.h | 114 int m_exit_code ; variable
|
/dports/games/multimc/MultiMC5-0.6.11/api/logic/ |
H A D | LoggedProcess.cpp | 48 m_exit_code = exit_code; in on_exit() 117 return m_exit_code; in exitCode()
|
H A D | LoggedProcess.h | 77 int m_exit_code = 0; variable
|
/dports/archivers/rvm/rvm-1.11/ |
H A D | reporter.cc | 377 m_exit_code = 0; in clear() 389 a_class.m_exit_code, in assign() 409 m_exit_code = a_exit_code; in assign() 429 ((m_exit_code == 0) || (m_behavior == rsync_behavior::ok)) in status() 466 m_exit_code = a_exit_code; in exit_code() 472 return(m_exit_code); in exit_code()
|
H A D | reporter.h | 131 int m_exit_code; variable
|
/dports/lang/cjs/cjs-4.8.2/cjs/ |
H A D | context-private.h | 136 uint8_t m_exit_code; 166 m_self->m_exit_code = 0;
|
H A D | context.cpp | 658 m_exit_code = exit_code; in exit() 663 *exit_code_p = m_exit_code; in should_exit()
|
/dports/lang/gjs/gjs-1.70.0/gjs/ |
H A D | context-private.h | 111 uint8_t m_exit_code; variable 151 m_self->m_exit_code = 0; in ~AutoResetExit()
|
H A D | context.cpp | 887 m_exit_code = exit_code; in exit() 892 *exit_code_p = m_exit_code; in should_exit()
|
/dports/net/arataga/arataga-0.5.1/arataga/ |
H A D | main.cpp | 264 int m_exit_code; member in __anonae99c0f50111::finish_app_ex_t 271 , m_exit_code{ exit_code } 276 exit_code() const noexcept { return m_exit_code; } in exit_code()
|