manページ検索

phrase: max: clip:
target: order:
Results of 791 - 800 of about 1594 for int (0.255 sec.)
Man page of CHMOD 2376
CHMOD Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 chmod, ... イルのモードを変更する 書式 #include < sys/stat.h > int chmod(const char * pathname , mode_t mode ); int f ... chmod(int fd , mode_t mode ); #include < fcntl.h > /* AT_* 定 ... 数の定義 */ #include < sys/stat.h > int fchmodat(int dirfd , const char * pathname , mode_ ... t mode , int flags ); glibc 向けの機能検査マクロの要件 ( featur ...
https://man.plustar.jp/manpage/man2/chmod.2.html - [similar]
Man page of OPEN 2376
OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op ... s.h > #include < sys/stat.h > #include < fcntl.h > int open(const char * pathname , int flags ); int open ... (const char * pathname , int flags , mode_t mode ); int creat(const char * path ... name , mode_t mode ); int openat(int dirfd , const char * pathname , int fla ... gs ); int openat(int dirfd , const char * pathname , int fla ...
https://man.plustar.jp/manpage/man2/creat.2.html - [similar]
Man page of CHMOD 2376
CHMOD Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 chmod, ... イルのモードを変更する 書式 #include < sys/stat.h > int chmod(const char * pathname , mode_t mode ); int f ... chmod(int fd , mode_t mode ); #include < fcntl.h > /* AT_* 定 ... 数の定義 */ #include < sys/stat.h > int fchmodat(int dirfd , const char * pathname , mode_ ... t mode , int flags ); glibc 向けの機能検査マクロの要件 ( featur ...
https://man.plustar.jp/manpage/man2/fchmod.2.html - [similar]
Man page of CHMOD 2376
CHMOD Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 chmod, ... イルのモードを変更する 書式 #include < sys/stat.h > int chmod(const char * pathname , mode_t mode ); int f ... chmod(int fd , mode_t mode ); #include < fcntl.h > /* AT_* 定 ... 数の定義 */ #include < sys/stat.h > int fchmodat(int dirfd , const char * pathname , mode_ ... t mode , int flags ); glibc 向けの機能検査マクロの要件 ( featur ...
https://man.plustar.jp/manpage/man2/fchmodat.2.html - [similar]
Man page of FCNTL 2376
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... 行う 書式 #include < unistd.h > #include < fcntl.h > int fcntl(int fd , int cmd , ... /* arg */ ); 説明 fcn ... 括弧内で 指定されている (ほとんどの場合、必要な型は int であり、この引数を表すの に arg という名前を使って ... とを示す。 ファイルディスクリプターの複製 F_DUPFD ( int ) Duplicate the file descriptor fd using the lowes ... る。 詳細は dup (2) を参照のこと。 F_DUPFD_CLOEXEC ( int ; Linux 2.6.24 以降) F_DUPFD と同様だが、それに加え ...
https://man.plustar.jp/manpage/man2/fcntl.2.html - [similar]
Man page of FCNTL 2376
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... 行う 書式 #include < unistd.h > #include < fcntl.h > int fcntl(int fd , int cmd , ... /* arg */ ); 説明 fcn ... 括弧内で 指定されている (ほとんどの場合、必要な型は int であり、この引数を表すの に arg という名前を使って ... とを示す。 ファイルディスクリプターの複製 F_DUPFD ( int ) Duplicate the file descriptor fd using the lowes ... る。 詳細は dup (2) を参照のこと。 F_DUPFD_CLOEXEC ( int ; Linux 2.6.24 以降) F_DUPFD と同様だが、それに加え ...
https://man.plustar.jp/manpage/man2/fcntl64.2.html - [similar]
Man page of GETPRIORITY 2376
GETPRIORITY Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 g ... include < sys/time.h > #include < sys/resource.h > int getpriority(int which , id_t who ); int setpriorit ... y(int which , id_t who , int prio ); 説明 The scheduling ...
https://man.plustar.jp/manpage/man2/getpriority.2.html - [similar]
Man page of MLOCK 2376
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... ックとロック解除を行う 書式 #include < sys/mman.h > int mlock(const void * addr , size_t len ); int mlock2 ... (const void * addr , size_t len , int flags ); int munlock(const void * addr , size_t le ... n ); int mlockall(int flags ); int munlockall(void); 説明 m ... 続けることが保証される。 mlock2 () also locks pages in the specified range starting at addr and continuing ...
https://man.plustar.jp/manpage/man2/mlock.2.html - [similar]
Man page of MLOCK 2376
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... ックとロック解除を行う 書式 #include < sys/mman.h > int mlock(const void * addr , size_t len ); int mlock2 ... (const void * addr , size_t len , int flags ); int munlock(const void * addr , size_t le ... n ); int mlockall(int flags ); int munlockall(void); 説明 m ... 続けることが保証される。 mlock2 () also locks pages in the specified range starting at addr and continuing ...
https://man.plustar.jp/manpage/man2/mlock2.2.html - [similar]
Man page of MLOCK 2376
MLOCK Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 mlock, ... ックとロック解除を行う 書式 #include < sys/mman.h > int mlock(const void * addr , size_t len ); int mlock2 ... (const void * addr , size_t len , int flags ); int munlock(const void * addr , size_t le ... n ); int mlockall(int flags ); int munlockall(void); 説明 m ... 続けることが保証される。 mlock2 () also locks pages in the specified range starting at addr and continuing ...
https://man.plustar.jp/manpage/man2/mlockall.2.html - [similar]
PREV 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 NEXT

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