manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 116 for pathname (0.026 sec.)
Man page of FANOTIFY_MARK 8005
FANOTIFY_MARK Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... t flags , uint64_t mask , int dirfd , const char * pathname ); 説明 fanotify API の概要については fanotify (7) ... 位の論理和 (OR) で指定できる。 FAN_MARK_DONT_FOLLOW pathname がシンボリックリンクの場合、 リンクが参照するファイ ... にマークを付ける (デフォルトでは fanotify_mark () は pathname がシンボリックリンクの場合シンボリックリンクの展開 ... 。 FAN_MARK_MOUNT Mark the mount point specified by pathname . If pathname is not itself a mount point, the mou ...
https://man.plustar.jp/manpage/man2/fanotify_mark.2.html - [similar]
Man page of MKFIFO 7980
MKFIFO Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mkfifo ... > #include < sys/stat.h > int mkfifo(const char * pathname , mode_t mode ); #include < fcntl.h > /* AT_* 定数 ... sys/stat.h > int mkfifoat(int dirfd , const char * pathname , mode_t mode ); glibc 向けの機能検査マクロの要件 ... 2.10 より前: _ATFILE_SOURCE 説明 mkfifo () は名前 pathname を持つFIFOスペシャルファイルを作成 する。FIFOの許可 ... と全く同様に動作するが、以下で説明する点が異なる。 pathname で指定されたパス名が相対パスの場合、このパス名はフ ...
https://man.plustar.jp/manpage/man3/mkfifo.3.html - [similar]
Man page of MKFIFO 7980
MKFIFO Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mkfifo ... > #include < sys/stat.h > int mkfifo(const char * pathname , mode_t mode ); #include < fcntl.h > /* AT_* 定数 ... sys/stat.h > int mkfifoat(int dirfd , const char * pathname , mode_t mode ); glibc 向けの機能検査マクロの要件 ... 2.10 より前: _ATFILE_SOURCE 説明 mkfifo () は名前 pathname を持つFIFOスペシャルファイルを作成 する。FIFOの許可 ... と全く同様に動作するが、以下で説明する点が異なる。 pathname で指定されたパス名が相対パスの場合、このパス名はフ ...
https://man.plustar.jp/manpage/man3/mkfifoat.3.html - [similar]
Man page of UTIMENSAT 7704
UTIMENSAT Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 uti ... ys/stat.h > int utimensat(int dirfd , const char * pathname , const struct timespec times [2], int flags ); in ... 点が異なる点である。 utimensat () では、 ファイルは pathname で渡されるパス名で指定される。 futimens () では、 ... 条件はこの場合も検出される。 utimensat() 固有の内容 pathname が相対パスの場合、 デフォルトでは、 オープンしたフ ... テムコールが役に立つのかの説明は openat (2) を参照。 pathname が相対パスで dirfd が特別な値 AT_FDCWD の場合、 pa ...
https://man.plustar.jp/manpage/man2/utimensat.2.html - [similar]
Man page of UTIMENSAT 7704
UTIMENSAT Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 uti ... ys/stat.h > int utimensat(int dirfd , const char * pathname , const struct timespec times [2], int flags ); in ... 点が異なる点である。 utimensat () では、 ファイルは pathname で渡されるパス名で指定される。 futimens () では、 ... 条件はこの場合も検出される。 utimensat() 固有の内容 pathname が相対パスの場合、 デフォルトでは、 オープンしたフ ... テムコールが役に立つのかの説明は openat (2) を参照。 pathname が相対パスで dirfd が特別な値 AT_FDCWD の場合、 pa ...
https://man.plustar.jp/manpage/man3/futimens.3.html - [similar]
Man page of EXECVEAT 7667
EXECVEAT Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 exec ... < unistd.h > int execveat(int dirfd , const char * pathname , char *const argv [], char *const envp [], int fl ... ags ); 説明 execveat () システムコールは dirfd と pathname の組み合わせで参照されるプログラムを実行する。 exe ... と全く同様に動作するが、 以下で説明する点が異なる。 pathname で指定されたパス名が相対パスの場合、このパス名はフ ... トワーキングディレクトリに対する相対パスではない)。 pathname で指定されたパス名が相対パスで、 dirfd が特別な値 ...
https://man.plustar.jp/manpage/man2/execveat.2.html - [similar]
Man page of ACCESS 7567
ACCESS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 access ... 書式 #include < unistd.h > int access(const char * pathname , int mode ); #include < fcntl.h > /* AT_* 定数の定 ... unistd.h > int faccessat(int dirfd , const char * pathname , int mode , int flags ); /* But see C library/ker ... , below */ int faccessat2(int dirfd , const char * pathname , int mode , int flags ); glibc 向けの機能検査マク ... CE 説明 access () は、呼び出し元プロセスがファイル pathname にアクセスできるかどうかをチェックする。 pathname ...
https://man.plustar.jp/manpage/man2/access.2.html - [similar]
Man page of ACCESS 7567
ACCESS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 access ... 書式 #include < unistd.h > int access(const char * pathname , int mode ); #include < fcntl.h > /* AT_* 定数の定 ... unistd.h > int faccessat(int dirfd , const char * pathname , int mode , int flags ); /* But see C library/ker ... , below */ int faccessat2(int dirfd , const char * pathname , int mode , int flags ); glibc 向けの機能検査マク ... CE 説明 access () は、呼び出し元プロセスがファイル pathname にアクセスできるかどうかをチェックする。 pathname ...
https://man.plustar.jp/manpage/man2/faccessat.2.html - [similar]
Man page of ACCESS 7567
ACCESS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 access ... 書式 #include < unistd.h > int access(const char * pathname , int mode ); #include < fcntl.h > /* AT_* 定数の定 ... unistd.h > int faccessat(int dirfd , const char * pathname , int mode , int flags ); /* But see C library/ker ... , below */ int faccessat2(int dirfd , const char * pathname , int mode , int flags ); glibc 向けの機能検査マク ... CE 説明 access () は、呼び出し元プロセスがファイル pathname にアクセスできるかどうかをチェックする。 pathname ...
https://man.plustar.jp/manpage/man2/faccessat2.2.html - [similar]
Man page of OPEN_BY_HANDLE_AT 7454
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... h > int name_to_handle_at(int dirfd , const char * pathname , struct file_handle * handle , int * mount_id , i ... e_to_handle_at () システムコールは、 引数 dirfd と pathname で指定されるファイルに対応するファイルハンドルとマ ... の論理和を取って構成されるビットマスクである。 引数 pathname と dirfd はその組み合わせでハンドルを取得するファイ ... ルを指定する。 以下の 4 つのパターンがある。 * pathname が空でない文字列で絶対パス名を含む場合、 このパス名 ...
https://man.plustar.jp/manpage/man2/name_to_handle_at.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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