「filedescriptor」を含む例文一覧(6)

  • Force write of file with filedescriptor fd to disk.
    ファイル記述子 fd を持つファイルのディスクへの書き込みを強制します。 - Python
  • Duplicate the file object and the underlying file pointer and filedescriptor.
    ファイルオブジェクトと、背後のファイルポインタおよびファイル記述子を複製します。 - Python
  • Initializes the terminal. termstr is a string giving the terminal name; if omitted, the value of the TERM environment variable will be used. fd is the file descriptor to which any initialization sequences will be sent; if not supplied, the filedescriptor for sys.stdout will be used.
    termstr は文字列で、端末の名前を与えます;省略された場合、TERM 環境変数の値が使われます。 - Python
  • The parent'sreturn value is the pid of the child, and fd is a filedescriptor connected to the child's controlling terminal (and also to the child's standard input and output).
    親プロセスはpidとして子プロセスのPID、fdとして子プロセスの制御端末(子プロセスの標準入出力に接続されている)のファイルディスクリプタを受けとります。 - Python
  • The file descriptor should refer to a socket, but this is not checked -- subsequent operations on the object may fail if the filedescriptor is invalid.
    ファイルディスクリプタはソケットを指していなければなりませんが、実際にソケットであるかどうかのチェックは行っていません。 このため、ソケット以外のファイルディスクリプタを指定するとその後の処理が失敗する場合があります。 - Python
  • The flow of data between new commands stdin/stdout/stderr, the process originally started in the window (let us call it "application-process") and screen itself (window) is controlled by the filedescriptor pattern fdpat.
    newcommand と標準入力/標準出力/標準エラー出力の間のデータフロー、もともとこのウィンドウで開始されたプロセス(これを「アプリケーションプロセス」と呼ぼう)、screen そのもの (ウィンドウ)、の三つは、ファイルディスクリプタパターン fdpat で制御する。 - JM

例文データの著作権について

  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • JM
    Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
    The contents of this document are licensed under the GNU Free Documentation License.
    Copyright (C) 1999 JM Project All rights reserved.
  • Python
    Copyright 2001-2004 Python Software Foundation.All rights reserved.
    Copyright 2000 BeOpen.com.All rights reserved.
    Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
    Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.