exit status - Weblio 英和・和英辞典 (original) (raw)

例文

Filters should also exit with the following exit status:発音を聞く 例文帳に追加

フィルタは、次に示す終了状態をもってプログラムを exitするべきです。 - FreeBSD

The return status is the exit status of list.発音を聞く 例文帳に追加

返却ステータスは list の終了ステータスです。 - JM

and then calls the standard C library functionexit(status)例文帳に追加

を呼び出し、次いで標準 C ライブラリ関数exit(status) - Python

functions do not return, but exit with the value of the argument eval .発音を聞く 例文帳に追加

は返り値を返さないが、引き数evalの値を exit status に設定し終了する。 - JM

"EXIT STATUS" For the shell's purposes, a command which exits with a zero exit status has succeeded.発音を聞く 例文帳に追加

終了ステータスシェルは、終了コード 0 で終了したコマンドは正常終了したとみなします。 - JM

Otherwise, the exit status of the command builtin is the exit status of command .発音を聞く 例文帳に追加

それ以外の場合には、組み込みコマンドcommandの終了ステータスは、commandの終了ステータスです。 - JM

In case "/bin/sh" could not be executed, the exit status will be that of a command that does exit(127) .発音を聞く 例文帳に追加

/bin/shが実行出来なかった場合、終了ステータスはコマンドがexit(127)を実行した場合と同じになる。 - JM

例文

Thus, the exit code of the command will be WEXITSTATUS(status) .発音を聞く 例文帳に追加

従って、コマンドの終了コードはWEXITSTATUS(status)で得ることが出来る。 - JM

>>例文の一覧を見る