manページ検索

phrase: max: clip:
target: order:
Results of 801 - 810 of about 1594 for int (0.100 sec.)
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/munlock.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/munlockall.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/open.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/openat.2.html - [similar]
Man page of SEMGET 2376
SEMGET Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 semget ... .h > #include < sys/ipc.h > #include < sys/sem.h > int semget(key_t key , int nsems , int semflg ); 説明 ... th the argument key . It may be used either to obtain the identifier of a previously created semaphore se ... et, and does not have the CAP_IPC_OWNER capability in the user namespace that governs its IPC namespace. ... or ftok (3). The third command-line argument is an integer that specifies the nsems argument for semget ( ...
https://man.plustar.jp/manpage/man2/semget.2.html - [similar]
Man page of SETNS 2376
SETNS Section: Linux Programmer's Manual (2) Updated: 2015-01-10 Index JM Home Page 名前 setns - ... ature_test_macros (7) 参照 */ #include < sched.h > int setns(int fd , int nstype ); 説明 名前空間を参照す ... o { perror(msg); exit(EXIT_FAILURE); \ } while (0) int main(int argc, char *argv[]) { int fd; if (argc < ... 3) { fprintf(stderr, "%s /proc/PID/ns/FILE cmd args...\n", arg ...
https://man.plustar.jp/manpage/man2/setns.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/setpriority.2.html - [similar]
Man page of SIGNAL 2376
SIGNAL Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 signal ... #include < signal.h > typedef void (*sighandler_t)(int); sighandler_t signal(int signum , sighandler_t si ... ) is the somewhat harder to read: void ( * signal (int signum , void (* handler )(int)) ) (int); 移植性 移 ... end (2), bsd_signal (3), killpg (3), raise (3), siginterrupt (3), sigqueue (3), sigsetops (3), sigvec (3) ...
https://man.plustar.jp/manpage/man2/signal.2.html - [similar]
Man page of SETNETGRENT 2376
SETNETGRENT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 s ... ープのエントリーを操作する 書式 #include < netdb.h > int setnetgrent(const char * netgroup ); void endnetgr ... ent(void); int getnetgrent(char ** host , char ** user , char ** ... domain ); int getnetgrent_r(char ** host , char ** user , char * ... * domain , char * buf , size_t buflen ); int innetgr(const char * netgroup , const char * host ...
https://man.plustar.jp/manpage/man3/endnetgrent.3.html - [similar]
Man page of FSEEK 2376
FSEEK Section: Linux Programmer's Manual (3) Updated: 2018-04-30 Index JM Home Page 名前 fgetpos ... ストリームの位置を変更する 書式 #include < stdio.h > int fseek(FILE * stream , long offset , int whence ); ... tell(FILE * stream ); void rewind(FILE * stream ); int fgetpos(FILE * stream , fpos_t * pos ); int fsetpo ...
https://man.plustar.jp/manpage/man3/fgetpos.3.html - [similar]
PREV 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 NEXT

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