OnITRoad - man2

GETGROUPS - Linux手册页

GETGROUPS - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 getgroups,setgroups-获取/设置补充组ID的列表 语法 #包括 #包括 int getgroups(int size,gid_t list []); #包括 int setgroups(size_t大小,const gid_t *列表); glibc的功能测试

Views:0  2019-08-20

GETHOSTNAME - Linux手册页

GETHOSTNAME - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-10-10 名称 gethostname,sethostname-获取/设置主机名 语法 #包括 int gethostname(char *名称,size_t len); int sethostname(const char * name,size_t len); glibc的功能测试宏要

Views:0  2019-08-20

GETITIMER - Linux手册页

GETITIMER - Linux手册页 Linux程序员手册 第2部分 更新日期: 2020-04-11 名称 getitimer,setitimer-获取或设置间隔计时器的值 语法 #include <sys/time.h> int getitimer(int which, struct itimerval *curr_value); int setitimer(int

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

GETPAGESIZE - Linux手册页

GETPAGESIZE - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getpagesize-获取内存页面大小 语法 #包括 int getpagesize(void); glibc的功能测试宏要求(请参阅feature_test_macros(7)): getpagesize(): Since glibc 2.19: _DEFAULT_S

Views:0  2019-08-20

GETPEERNAME - Linux手册页

GETPEERNAME - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getpeername-获取连接的对等套接字的名称 语法 #包括 int getpeername(int sockfd,struct sockaddr * addr,socklen_t * addrlen); 说明 getpeername()在addr指向的缓冲区中返回

Views:0  2019-08-20

SETPGID - Linux手册页

SETPGID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 setpgid,getpgid,setpgrp,getpgrp-设置/获取进程组 语法 #包括 #包括 int setpgid(pid_t pid,pid_t pgid); pid_t getpgid(pid_t pid); pid_t getpgrp(void); / * POS

Views:0  2019-08-20

SETPGID - Linux手册页

SETPGID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 setpgid,getpgid,setpgrp,getpgrp-设置/获取进程组 语法 #包括 #包括 int setpgid(pid_t pid,pid_t pgid); pid_t getpgid(pid_t pid); pid_t getpgrp(void); / * POS

Views:0  2019-08-20

GETPID - Linux手册页

GETPID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 getpid,getppid-获取进程标识 语法 #包括 #包括 pid_t getpid(void); pid_t getppid(void); 说明 getpid()返回调用进程的进程ID(PID)。 (通常由生成唯一临时文件名的例程使用。) getppid()返回调用进程的

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

GETPID - Linux手册页

GETPID - Linux手册页 Linux程序员手册 第2部分 更新日期: 2019-03-06 名称 getpid,getppid-获取进程标识 语法 #包括 #包括 pid_t getpid(void); pid_t getppid(void); 说明 getpid()返回调用进程的进程ID(PID)。 (通常由生成唯一临时文件名的例程使用。) getppid()返回调用进程的

Views:0  2019-08-20

GETPRIORITY - Linux手册页

GETPRIORITY - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getpriority,setpriority-获取/设置程序调度优先级 语法 #包括 #包括 int getpriority(int which,id_t who); int setpriority(int which,id_t who,int prio); 说明 流

Views:0  2019-08-20

GETRANDOM - Linux手册页

GETRANDOM - Linux手册页 Linux程序员手册 第2部分 更新日期: 2017-09-15 名称 getrandom-获取一系列随机字节 语法 #包括 ssize_t getrandom(void * buf,size_t buflen,unsigned int标志); 说明 系统调用getrandom()最多将buflen个随机字节填充到buf指向的缓冲区中。这些字节

Views:0  2019-08-20

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

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

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