OnITRoad - man2
GETRESUID - Linux手册页
GETRESUID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getresuid,getresgid-获取真实,有效和已保存的用户/组ID 语法 #定义_GNU_SOURCE / 参见feature_test_macros(7) / #包括 int getresuid(uid_t * ruid,uid_t * euid,uid_t * s
Views:0 2019-08-20
GETRLIMIT - Linux手册页
GETRLIMIT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 getrlimit,setrlimit,prlimit-获取/设置资源限制 语法 #包括 #包括 int getrlimit(int resource,struct rlimit * rlim); int setrlimit(int resource,const struct
Views:0 2019-08-20
GETRUSAGE - Linux手册页
GETRUSAGE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getrusage-获取资源使用情况 语法 #包括 #包括 int getrusage(int who,struct rusage * usage); 说明 getrusage()返回谁的资源使用量度,可以是以下之一: RUSAGE_SELF 返回调用进程的资源使用情况
Views:0 2019-08-20
GETSID - Linux手册页
GETSID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getsid-获取会话ID 语法 #包括 #包括 pid_t getsid(pid_t pid); glibc的功能测试宏要求(请参阅feature_test_macros(7)): getsid(): _XOPEN_SOURCE> = 500 || / *自glibc 2.12
Views:0 2019-08-20
GETSOCKNAME - Linux手册页
GETSOCKNAME - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getsockname-获取套接字名称 语法 #include <sys/socket.h> int getsockname(int sockfd, struct sockaddr *addr, socklen_t *addrlen); 说明 getsoc
Views:0 2019-08-20
GETSOCKOPT - Linux手册页
GETSOCKOPT - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 getsockopt,setsockopt-在套接字上获取和设置选项 语法 #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> int getsockopt(
Views:0 2019-08-20
GETTID - Linux手册页
GETTID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 gettid-获取线程标识 语法 #define _GNU_SOURCE #include <unistd.h> #include <sys/types.h> pid_t gettid(void); 说明 gettid()返回调用者的线程ID(TID)。
Views:0 2019-08-20
GETTIMEOFDAY - Linux手册页
GETTIMEOFDAY - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 gettimeofday,settimeofday-获取/设置时间 语法 #include <sys/time.h> int gettimeofday(struct timeval *tv, struct timezone *tz); int settim
Views:0 2019-08-20
GETUID - Linux手册页
GETUID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 getuid,geteuid-获取用户身份 语法 #包括 #包括 uid_t getuid(void); uid_t geteuid(void); 说明 getuid()返回调用过程的真实用户ID。 geteuid()返回调用过程的有效用户ID。 错误说明 这些功能总是成功的
Views:0 2019-08-20
GETUID - Linux手册页
GETUID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 getuid,geteuid-获取用户身份 语法 #包括 #包括 uid_t getuid(void); uid_t geteuid(void); 说明 getuid()返回调用过程的真实用户ID。 geteuid()返回调用过程的有效用户ID。 错误说明 这些功能总是成功的
Views:0 2019-08-20
GETUNWIND - Linux手册页
GETUNWIND - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getunwind-将展开数据复制到调用者的缓冲区 语法 #include <syscall.h> #include <linux/unwind.h> long getunwind(void *buf, size_t buf_size); 注意:此系统
Views:0 2019-08-20
GETXATTR - Linux手册页
GETXATTR - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-06-09 名称 getxattr,lgetxattr,fgetxattr-检索扩展的属性值 语法 #include <sys/types.h> #include <sys/xattr.h> ssize_t getxattr(const char *path, const
Views:0 2019-08-20
UNIMPLEMENTED - Linux手册页
UNIMPLEMENTED - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 afs_syscall,break,fattach,fdetach,ftime,getmsg,getpmsg,gtty,isastream,锁,madvise1,mpx,prof,profil,putmsg,putpmsg,安全性,stty,tuxcall,ulimit,v
Views:0 2019-08-20
IDLE - Linux手册页
IDLE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2012-12-31 名称 idle-使进程0空闲 语法 #include <unistd.h> int idle(void); 说明 idle()是在引导过程中使用的内部系统调用。它将进程的页面标记为可交换,降低其优先级,并进入主调度循环。 idle()永不返回。 只有进程0可以调用idle()。
Views:0 2019-08-20
OUTB - Linux手册页
OUTB - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 outb,outw,outl,outsb,outsw,outsl,inb,inw,inl,insb,insw,insl,outb_p,outw_p,outl_p,inb_p,inw_p,inl_p-端口I / O 语法 #include <sys/io.h> unsigne
Views:0 2019-08-20
OUTB - Linux手册页
OUTB - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 outb,outw,outl,outsb,outsw,outsl,inb,inw,inl,insb,insw,insl,outb_p,outw_p,outl_p,inb_p,inw_p,inl_p-端口I / O 语法 #include <sys/io.h> unsigne
Views:0 2019-08-20