Home
last modified time | relevance | path

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

12

/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/minimal/minimal-9cde264e6b1e/flag/
H A Dflag_test.go71 osExit = func(code int) {
93 osExit = os.Exit
116 osExit = func(code int) {
132 osExit = os.Exit
140 osExit = func(code int) {
156 osExit = os.Exit
164 osExit = func(code int) {
180 osExit = os.Exit
188 osExit = func(code int) {
204 osExit = os.Exit
H A Dflag.go42 var osExit = os.Exit var
83 osExit(1)
104 osExit(1)
125 osExit(1)
275 osExit(1)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/commands/
H A Dcommands_test.go156 defer func(fnOsExit func(code int)) { osExit = fnOsExit }(osExit)
157 osExit = func(code int) {}
229 originalOSExit := osExit
232 osExit = originalOSExit
235 osExit = func(code int) {
H A Dcommands.go32 osExit = func(code int) { os.Exit(code) } var
171 osExit(3)
176 osExit(1)
/dports/sysutils/docker-machine/machine-0.16.2/commands/
H A Dcommands_test.go156 defer func(fnOsExit func(code int)) { osExit = fnOsExit }(osExit)
157 osExit = func(code int) {}
229 originalOSExit := osExit
232 osExit = originalOSExit
235 osExit = func(code int) {
H A Dcommands.go32 osExit = func(code int) { os.Exit(code) } var
171 osExit(3)
176 osExit(1)
/dports/www/fabio/fabio-1.5.14/exit/
H A Dlisten_test.go24 osExit = func(code int) { exitCode = code }
25 defer func() { osExit = os.Exit }()
H A Dlisten.go56 var osExit = os.Exit var
65 osExit(code)
/dports/sysutils/istio/istio-1.6.7/pkg/test/framework/
H A Dsuite.go63 osExit func(int) member
82 func newSuite(testID string, fn mRunFn, osExit func(int), getSettingsFn func(string) (*resource.Set…
86 osExit: osExit,
218 s.osExit(s.run())
/dports/security/lego/lego-4.5.3/vendor/github.com/labbsr0x/goh/gohcmd/
H A Dgohcmd.go91 var osExit = os.Exit var
98 osExit(returnCode)
H A Dgohcmd_test.go15 osExit = func(code int) { rch <- true; return }
/dports/net/ooni-mini/probe-engine-0.23.0/cmd/apitool/
H A Dmain.go43 var osExit = os.Exit var
48 osExit(1) // overridable from tests
H A Dmain_test.go34 osExit = func(code int) {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/cmd/apitool/
H A Dmain.go43 var osExit = os.Exit var
48 osExit(1) // overridable from tests
H A Dmain_test.go34 osExit = func(code int) {
/dports/misc/perkeep/perkeep-0.11/server/perkeepd/
H A Drun_test.go76 osExit = func(status int) {
81 defer func() { osExit = os.Exit }()
H A Dperkeepd.go122 osExit(1)
268 osExit = os.Exit var
302 osExit(0)
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/yuin/gopher-lua/
H A Doslib.go42 "exit": osExit,
83 func osExit(L *LState) int { func
/dports/editors/micro/micro-2.0.10/vendor/github.com/yuin/gopher-lua/
H A Doslib.go42 "exit": osExit,
83 func osExit(L *LState) int { func
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/yuin/gopher-lua/
H A Doslib.go42 "exit": osExit,
83 func osExit(L *LState) int { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/cmd/jafar/
H A Dmain.go243 func mustx(err error, message string, osExit func(int)) {
253 osExit(exitcode)
/dports/net/ooni-mini/probe-engine-0.23.0/cmd/jafar/
H A Dmain.go242 func mustx(err error, message string, osExit func(int)) {
252 osExit(exitcode)
/dports/net/storj/storj-1.45.3/vendor/github.com/yuin/gopher-lua/
H A Doslib.go42 "exit": osExit,
83 func osExit(L *LState) int { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/yuin/gopher-lua/
H A Doslib.go42 "exit": osExit,
83 func osExit(L *LState) int { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/vendor/github.com/yuin/gopher-lua/
H A Doslib.go42 "exit": osExit,
83 func osExit(L *LState) int { func

12