首页 列表 - 第 16 页
MSGGET - Linux手册页
MSGGET - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-08-02 名称 msgget-获取系统V消息队列标识符 语法 #include <sys/types.h> #include <sys/ipc.h> #include <sys/msg.h> int msgget(key_t key, int msgflg);
Views:0 2019-08-20
MSGOP - Linux手册页
MSGOP - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 msgrcv,msgsnd-系统V消息队列操作 语法 #include <sys/types.h> #include <sys/ipc.h> #include <sys/msg.h> int msgsnd(int msqid, const void
Views:0 2019-08-20
MSGOP - Linux手册页
MSGOP - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 msgrcv,msgsnd-系统V消息队列操作 语法 #include <sys/types.h> #include <sys/ipc.h> #include <sys/msg.h> int msgsnd(int msqid, const void
Views:0 2019-08-20
MSGOP - Linux手册页
MSGOP - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 msgrcv,msgsnd-系统V消息队列操作 语法 #include <sys/types.h> #include <sys/ipc.h> #include <sys/msg.h> int msgsnd(int msqid, const void
Views:0 2019-08-20
MSYNC - Linux手册页
MSYNC - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 msync-将文件与内存映射同步 语法 #包括 int msync(void * addr,size_t长度,int标志); 说明 msync()将对使用mmap(2)映射到内存中的文件的核内副本所做的更改刷新回文件系统。如果不使用此调用,则不能保证在调用munmap(2)之前将更
Views:0 2019-08-20
MLOCK - Linux手册页
MLOCK - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 mlock,mlock2,munlock,mlockall,munlockall-锁定和解锁内存 语法 #include <sys/mman.h> int mlock(const void *addr, size_t len); int mlock2(const void
Views:0 2019-08-20
MLOCK - Linux手册页
MLOCK - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 mlock,mlock2,munlock,mlockall,munlockall-锁定和解锁内存 语法 #include <sys/mman.h> int mlock(const void *addr, size_t len); int mlock2(const void
Views:0 2019-08-20
MMAP - Linux手册页
MMAP - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 mmap,munmap-将文件或设备映射或取消映射到内存中 语法 #include <sys/mman.h> void *mmap(void *addr, size_t length, int prot, int flags, int fd, off_
Views:0 2019-08-20
OPEN_BY_HANDLE_AT - Linux手册页
OPEN_BY_HANDLE_AT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 name_to_handle_at,open_by_handle_at-获取路径名的句柄并通过句柄打开文件 语法 #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <
Views:0 2019-08-20
NANOSLEEP - Linux手册页
NANOSLEEP - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 nanosleep-高分辨率睡眠 语法 #include <time.h> int nanosleep(const struct timespec *req, struct timespec *rem); glibc的功能测试宏要求(请参阅feature_test_
Views:0 2019-08-20
STAT - Linux手册页
STAT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 stat,fstat,lstat,fstatat-获取文件状态 语法 #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> int stat(const char *path
Views:0 2019-08-20
NFSSERVCTL - Linux手册页
NFSSERVCTL - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 nfsservctl-内核nfs守护程序的syscall接口 语法 #include <linux/nfsd/syscall.h> long nfsservctl(int cmd, struct nfsctl_arg *argp,
Views:0 2019-08-20
NICE - Linux手册页
NICE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 nice-更改流程优先级 语法 #include <unistd.h> int nice(int inc); glibc的功能测试宏要求(请参阅feature_test_macros(7)): nice():_ XOPEN_SOURCE || / 自glibc 2.19起:
Views:0 2019-08-20
STAT - Linux手册页
STAT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 stat,fstat,lstat,fstatat-获取文件状态 语法 #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> int stat(const char *path
Views:0 2019-08-20
STAT - Linux手册页
STAT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-08-13 名称 stat,fstat,lstat,fstatat-获取文件状态 语法 #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> int stat(const char *path
Views:0 2019-08-20
UNAME - Linux手册页
UNAME - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-10-10 名称 uname-获取有关当前内核的名称和信息 语法 #包括 int uname(结构utsname * buf); 说明 uname()以buf指向的结构返回系统信息。 utsname结构定义于: struct utsname { char sysname[]; /* O
Views:0 2019-08-20