manページ検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 318 for path (0.044 sec.)
Man page of EXEC 5544
EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, e ... .h > extern char **environ; int execl(const char * pathname , const char * arg , ... /* (char *) NULL */); ... ... /* (char *) NULL */); int execle(const char * pathname , const char * arg , ... /*, (char *) NULL, ch ... ar *const envp [] */); int execv(const char * pathname , char *const argv []); int execvp(const char ... is sought in the colon-separated list of directory pathnames specified in the PATH environment variable. I ...
https://man.plustar.jp/manpage/man3/execv.3.html - [similar]
Man page of EXEC 5544
EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, e ... .h > extern char **environ; int execl(const char * pathname , const char * arg , ... /* (char *) NULL */); ... ... /* (char *) NULL */); int execle(const char * pathname , const char * arg , ... /*, (char *) NULL, ch ... ar *const envp [] */); int execv(const char * pathname , char *const argv []); int execvp(const char ... is sought in the colon-separated list of directory pathnames specified in the PATH environment variable. I ...
https://man.plustar.jp/manpage/man3/execvp.3.html - [similar]
Man page of EXEC 5544
EXEC Section: Linux Programmer's Manual (3) Updated: 2019-08-02 Index JM Home Page 名前 execl, e ... .h > extern char **environ; int execl(const char * pathname , const char * arg , ... /* (char *) NULL */); ... ... /* (char *) NULL */); int execle(const char * pathname , const char * arg , ... /*, (char *) NULL, ch ... ar *const envp [] */); int execv(const char * pathname , char *const argv []); int execvp(const char ... is sought in the colon-separated list of directory pathnames specified in the PATH environment variable. I ...
https://man.plustar.jp/manpage/man3/execvpe.3.html - [similar]
Man page of LD.SO 5507
LD.SO Section: Linux Programmer's Manual (8) Updated: 2014-12-31 Index JM Home Page 名前 ld.so, ... れる。 o (ELF のみ) バイナリの動的セクション属性 DT_RPATH が存在し、 DT_RUNPATH 属性が存在しない場合は、 DT_ ... RPATH で指定されたディレクトリを使用する。 DT_RPATH の使 ... 用は推奨されない。 o 環境変数 LD_LIBRARY_PATH を用いる。 ただし実行ファイルが set-user-ID/set-gr ... る。 o (ELF のみ) バイナリの動的セクション属性 DT_RUNPATH が存在すれば、 DT_RUNPATH で指定されたディレクトリ ...
https://man.plustar.jp/manpage/man8/ld-linux.8.html - [similar]
Man page of LD.SO 5507
LD.SO Section: Linux Programmer's Manual (8) Updated: 2014-12-31 Index JM Home Page 名前 ld.so, ... れる。 o (ELF のみ) バイナリの動的セクション属性 DT_RPATH が存在し、 DT_RUNPATH 属性が存在しない場合は、 DT_ ... RPATH で指定されたディレクトリを使用する。 DT_RPATH の使 ... 用は推奨されない。 o 環境変数 LD_LIBRARY_PATH を用いる。 ただし実行ファイルが set-user-ID/set-gr ... る。 o (ELF のみ) バイナリの動的セクション属性 DT_RUNPATH が存在すれば、 DT_RUNPATH で指定されたディレクトリ ...
https://man.plustar.jp/manpage/man8/ld-linux.so.8.html - [similar]
Man page of LD.SO 5507
LD.SO Section: Linux Programmer's Manual (8) Updated: 2014-12-31 Index JM Home Page 名前 ld.so, ... れる。 o (ELF のみ) バイナリの動的セクション属性 DT_RPATH が存在し、 DT_RUNPATH 属性が存在しない場合は、 DT_ ... RPATH で指定されたディレクトリを使用する。 DT_RPATH の使 ... 用は推奨されない。 o 環境変数 LD_LIBRARY_PATH を用いる。 ただし実行ファイルが set-user-ID/set-gr ... る。 o (ELF のみ) バイナリの動的セクション属性 DT_RUNPATH が存在すれば、 DT_RUNPATH で指定されたディレクトリ ...
https://man.plustar.jp/manpage/man8/ld.so.8.html - [similar]
Man page of READLINK 5461
READLINK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 read ... include < unistd.h > ssize_t readlink(const char * pathname , char * buf , size_t bufsiz ); #include < fcn ... td.h > ssize_t readlinkat(int dirfd , const char * pathname , char * buf , size_t bufsiz ); glibc 向けの機 ... bc 2.10 より前: _ATFILE_SOURCE 説明 readlink () は pathname で与えられたシンボリックリンクの内容を buf バッ ... と全く同様に動作するが、以下で説明する点が異なる。 pathname で指定されたパス名が相対パスの場合、このパス名 ...
https://man.plustar.jp/manpage/man2/readlink.2.html - [similar]
Man page of READLINK 5461
READLINK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 read ... include < unistd.h > ssize_t readlink(const char * pathname , char * buf , size_t bufsiz ); #include < fcn ... td.h > ssize_t readlinkat(int dirfd , const char * pathname , char * buf , size_t bufsiz ); glibc 向けの機 ... bc 2.10 より前: _ATFILE_SOURCE 説明 readlink () は pathname で与えられたシンボリックリンクの内容を buf バッ ... と全く同様に動作するが、以下で説明する点が異なる。 pathname で指定されたパス名が相対パスの場合、このパス名 ...
https://man.plustar.jp/manpage/man2/readlinkat.2.html - [similar]
Man page of REMOVEXATTR 5424
REMOVEXATTR Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 r ... clude < sys/xattr.h > int removexattr(const char * path , const char * name ); int lremovexattr(const char ... * path , const char * name ); int fremovexattr(int fd , c ... removexattr () は、ファイルシステム内の指定された path に対応する、名前 name の拡張属性を削除する。 lremo ... る。 fremovexattr () は removexattr () と同じだが、 path の代わりに fd で参照されたオープン済みファイルから ...
https://man.plustar.jp/manpage/man2/fremovexattr.2.html - [similar]
Man page of REMOVEXATTR 5424
REMOVEXATTR Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 r ... clude < sys/xattr.h > int removexattr(const char * path , const char * name ); int lremovexattr(const char ... * path , const char * name ); int fremovexattr(int fd , c ... removexattr () は、ファイルシステム内の指定された path に対応する、名前 name の拡張属性を削除する。 lremo ... る。 fremovexattr () は removexattr () と同じだが、 path の代わりに fd で参照されたオープン済みファイルから ...
https://man.plustar.jp/manpage/man2/lremovexattr.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT

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