manページ検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 116 for pathname (0.013 sec.)
Man page of GETCWD 6878
GETCWD Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 getcwd ... レントワーキングディレクトリの 絶対パス名 (absolute pathname) が入った文字列を返す。 返される文字列はヌルで終端 ... Linux 3.12, the limit on the size of the returned pathname was the system page size. On many architectures, P ... res have a larger page size.) If the length of the pathname of the current working directory exceeds this limi ... ) alternative implementation that returns the full pathname. Following a change in Linux 2.6.36, the pathname ...
https://man.plustar.jp/manpage/man3/getcwd.3.html - [similar]
Man page of GETCWD 6878
GETCWD Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 getcwd ... レントワーキングディレクトリの 絶対パス名 (absolute pathname) が入った文字列を返す。 返される文字列はヌルで終端 ... Linux 3.12, the limit on the size of the returned pathname was the system page size. On many architectures, P ... res have a larger page size.) If the length of the pathname of the current working directory exceeds this limi ... ) alternative implementation that returns the full pathname. Following a change in Linux 2.6.36, the pathname ...
https://man.plustar.jp/manpage/man3/getwd.3.html - [similar]
Man page of FUTIMESAT 6802
FUTIMESAT Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 fut ... ys/time.h > int futimesat(int dirfd , const char * pathname , const struct timeval times [2]); glibc 向けの機能 ... 作するが、このマニュアルページで説明する点が異なる。 pathname で渡されたパス名が相対パスの場合、 パス名はファイル ... レクトリに対する相対パスと解釈されるわけではない)。 pathname が相対パスで dirfd が特別な値 AT_FDCWD の場合、 pa ... ワーキングディレクトリに対する相対パスと解釈される。 pathname が絶対パスの場合、 dirfd は無視される。 返り値 成功 ...
https://man.plustar.jp/manpage/man2/futimesat.2.html - [similar]
Man page of EXECVE 6427
EXECVE Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 execve ... 書式 #include < unistd.h > int execve(const char * pathname , char *const argv [], char *const envp []); 説明 ... execve () executes the program referred to by pathname . This causes the program that is currently being ... and (initialized and uninitialized) data segments. pathname は、バイナリ実行形式か、 以下の形式の行で始まるスク ... た後に そのプログラムに SIGTRAP シグナルが送られる。 pathname で参照されるプログラムファイルに set-user-ID ビット ...
https://man.plustar.jp/manpage/man2/execve.2.html - [similar]
Man page of PATH_RESOLUTION 5838
PATH_RESOLUTION Section: Linux Programmer's Manual (7) Updated: 2020-04-11 Index JM Home Page 名 ... て解決される。 ステップ 1: 解決過程を開始する If the pathname starts with the '/' character, the starting lookup ... E_NEWNS flag set. This handles the '/' part of the pathname. If the pathname does not start with the '/' chara ... recursion if the prefix ('dirname') component of a pathname contains a filename that is a symbolic link that r ... olic links that will be followed while resolving a pathname is 40. In kernels before 2.6.18, the limit on the ...
https://man.plustar.jp/manpage/man7/path_resolution.7.html - [similar]
Man page of FTOK 5800
FTOK Section: Linux Programmer's Manual (3) Updated: 2020-04-11 Index JM Home Page 名前 ftok - パ ... h > #include < sys/ipc.h > key_t ftok(const char * pathname , int proj_id ); 説明 ftok () 関数は pathname で与 ... トタイプは以下のようになっていた。 key_t ftok(char * pathname , char proj_id ); 現在では proj_id は int だが、依 ... いる。 関連キーワード proj , FTOK , ftok , semget , pathname , 属性 , プロジェクト , pages , 低位 , キー Linux ...
https://man.plustar.jp/manpage/man3/ftok.3.html - [similar]
Man page of EUIDACCESS 5763
EUIDACCESS Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 eu ... #include < unistd.h > int euidaccess(const char * pathname , int mode ); int eaccess(const char * pathname , ... e ); 説明 access (2) と同様、 euidaccess () は引数 pathname で指定されたファイルの許可 (permission) と存在のチ ... s , エラー , アクセス , 関数 , 操作 , mode , int , pathname Linux マニュアル 一覧 [ man1 ] [ man2 ] [ man3 ] [ ...
https://man.plustar.jp/manpage/man3/eaccess.3.html - [similar]
Man page of EUIDACCESS 5763
EUIDACCESS Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 eu ... #include < unistd.h > int euidaccess(const char * pathname , int mode ); int eaccess(const char * pathname , ... e ); 説明 access (2) と同様、 euidaccess () は引数 pathname で指定されたファイルの許可 (permission) と存在のチ ... s , エラー , アクセス , 関数 , 操作 , mode , int , pathname Linux マニュアル 一覧 [ man1 ] [ man2 ] [ man3 ] [ ...
https://man.plustar.jp/manpage/man3/euidaccess.3.html - [similar]
Man page of SYMLINK 5562
SYMLINK Section: Linux Programmer's Manual (7) Updated: 2020-06-09 Index JM Home Page 名前 symli ... mbolic links, magic links are not resolved through pathname-expansion, but instead act as direct references to ... and commands, we require some terminology. Given a pathname of the form a/b/c , the part preceding the final s ... 合である。 The treatment of symbolic links within a pathname passed to a system call is as follows: 1. Within t ... he dirname component of a pathname, symbolic links are always followed in nearly ever ...
https://man.plustar.jp/manpage/man7/symlink.7.html - [similar]
Man page of EXEC 5524
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 */); int ... ... /* (char *) NULL */); int execle(const char * pathname , const char * arg , ... /*, (char *) NULL, char * ... const envp [] */); int execv(const char * pathname , char *const argv []); int execvp(const char * fi ... is sought in the colon-separated list of directory pathnames specified in the PATH environment variable. If th ...
https://man.plustar.jp/manpage/man3/exec.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT

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