manページ検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 589 for On (0.058 sec.)
Man page of EXEC 4511
EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, e ... 行する 書式 #include < unistd.h > extern char **environ; int execl(const char * pathname , const char * ar ... g , ... /* (char *) NULL */); int execlp(const char * file , const char * arg , ... /* (char *) ... NULL */); int execle(const char * pathname , const char * arg , ... /*, (ch ... ar *) NULL, char *const envp [] */); int execv(const char * pathname , c ...
https://man.plustar.jp/manpage/man3/execvpe.3.html - [similar]
Man page of LSEEK64 4511
LSEEK64 Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 lseek ... t whence ); The C library's lseek () wrapper function uses the type off_t . This is a 32-bit signed type ... on 32-bit architectures, unless one compiles with #de ... うなリンク時の警告が追加された。 "the `llseek' function may be dangerous; use `lseek64' instead." これによ ... 数を使用不可にできる。 Since glibc 2.28, this function symbol is no longer available to newly linked appl ...
https://man.plustar.jp/manpage/man3/lseek64.3.html - [similar]
Man page of XINETD.CONF 4511
XINETD.CONF Section: File Formats (5) Updated: 14 June 2001 Index JM Home Page 名前 xinetd.conf ... ーネットサービスデーモンの設定ファイル 説明 xinetd.conf は xinetd によって提供されるサービスを決定する設定 ... ない)。 NORETRY フォークに失敗しても再試行しない。 IDONLY リモート側が、リモートのユーザを識別しているとき ... とは違い、サーバ名は server_args には含め ない 。 only_from そのサービスを可能にするリモートホストを指定 ... 接続がなされると、逆引きが行われ、 得られた正規名(canonical name)と指定されたホスト名が比較される。 .domai ...
https://man.plustar.jp/manpage/man5/xinetd.conf.5.html - [similar]
Man page of INDENT 4451
INDENT Section: Misc. Reference Manual Pages (1L) Index JM Home Page 名前 indent - 空白の挿入や削 ... 言語プログラムの見栄えを変える。 書式 indent [options] [input-files] indent [options] [single-input-fil ... e] [-o output-file] indent --version 説明 この man ページはファイル indent.texinfo から ... る。 オプション -bad , --blank-lines-after-declarations 宣言の後に必ず空行を置く。 「 空行 」セクションを ... 「 宣言 」セクションを参照すること。 -br , --braces-on-if-line ブレースは if 等がある行に置く。 「 文 」セ ...
https://man.plustar.jp/manpage/man1/indent.1.html - [similar]
Man page of READ 4451
READ Section: Linux Programmer's Manual (2) Updated: 2018-02-02 Index JM Home Page 名前 read - フ ... greater than SSIZE_MAX , the result is implementation-defined; see NOTES for the upper limit on Linux. 返 ... がソケット以外のファイルを参照していて、 非停止 (nonblocking) モード ( O_NONBLOCK ) に設定されており、読 ... み込みを行うと停止する状況にある。 O_NONBLOCK フラグの詳細は open (2) を参照。 EAGAIN または ... ィスクリプター fd がソケットを参照していて、非停止 (nonblocking) モード ( O_NONBLOCK ) に設定されており、読 ...
https://man.plustar.jp/manpage/man2/read.2.html - [similar]
Man page of _EXIT 4392
_EXIT Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 _exit, ... rocess "immediately". Any open file descriptors belonging to the process are closed. Any children of the ... use of the prctl (2) PR_SET_CHILD_SUBREAPER operation). The process's parent is sent a SIGCHLD signal. T ... t status, and can be collected by the parent using one of the wait (2) family of calls. 関数 _Exit () は ... ついての議論は、 exit (3) を参照すること。 The function _exit () is like exit (3), but does not call any f ...
https://man.plustar.jp/manpage/man2/_Exit.2.html - [similar]
Man page of _EXIT 4392
_EXIT Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 _exit, ... rocess "immediately". Any open file descriptors belonging to the process are closed. Any children of the ... use of the prctl (2) PR_SET_CHILD_SUBREAPER operation). The process's parent is sent a SIGCHLD signal. T ... t status, and can be collected by the parent using one of the wait (2) family of calls. 関数 _Exit () は ... ついての議論は、 exit (3) を参照すること。 The function _exit () is like exit (3), but does not call any f ...
https://man.plustar.jp/manpage/man2/_exit.2.html - [similar]
Man page of _EXIT 4392
_EXIT Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 _exit, ... rocess "immediately". Any open file descriptors belonging to the process are closed. Any children of the ... use of the prctl (2) PR_SET_CHILD_SUBREAPER operation). The process's parent is sent a SIGCHLD signal. T ... t status, and can be collected by the parent using one of the wait (2) family of calls. 関数 _Exit () は ... ついての議論は、 exit (3) を参照すること。 The function _exit () is like exit (3), but does not call any f ...
https://man.plustar.jp/manpage/man2/exit.2.html - [similar]
Man page of STATVFS 4392
STATVFS Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 statv ... 得する 書式 #include < sys/statvfs.h > int statvfs(const char * path , struct statvfs * buf ); int fstatv ... 造体へのポインターである: struct statvfs { unsigned long f_bsize; /* Filesystem block size */ unsigned lon ... of free inodes for unprivileged users */ unsigned long f_fsid; /* Filesystem ID */ unsigned long f_flag; ... /* Mount flags */ unsigned long f_namemax; /* Maximum filename length */ }; ここで ...
https://man.plustar.jp/manpage/man3/fstatvfs.3.html - [similar]
Man page of STATVFS 4392
STATVFS Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 statv ... 得する 書式 #include < sys/statvfs.h > int statvfs(const char * path , struct statvfs * buf ); int fstatv ... 造体へのポインターである: struct statvfs { unsigned long f_bsize; /* Filesystem block size */ unsigned lon ... of free inodes for unprivileged users */ unsigned long f_fsid; /* Filesystem ID */ unsigned long f_flag; ... /* Mount flags */ unsigned long f_namemax; /* Maximum filename length */ }; ここで ...
https://man.plustar.jp/manpage/man3/statvfs.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022