OnITRoad - man3
SETALIASENT - Linux手册页
SETALIASENT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 setaliasent,endaliasent,getaliasent,getaliasent_r,getaliasbyname,getaliasbyname_r-读取别名条目 语法 #包括 void setaliasent(void); void endaliasent(
Views:0 2019-08-20
GETAUXVAL - Linux手册页
GETAUXVAL - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 getauxval-从辅助向量中检索值 语法 #include <sys/auxv.h> unsigned long getauxval(unsigned long type); 说明 getauxval()函数从辅助向量中检索值,该向量是内核的ELF二进制加
Views:0 2019-08-20
FGETC - Linux手册页
FGETC - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fgetc,fgets,getc,getchar,ungetc-字符和字符串的输入 语法 #include <stdio.h> int fgetc(FILE *stream); char *fgets(char *s, int size, FILE *stream);
Views:0 2019-08-20
UNLOCKED_STDIO - Linux手册页
UNLOCKED_STDIO - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 getc_unlocked,getchar_unlocked,putc_unlocked,putchar_unlocked-非锁定stdio函数 语法 #include <stdio.h> int getc_unlocked(FILE *stream);
Views:0 2019-08-20
FGETC - Linux手册页
FGETC - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 fgetc,fgets,getc,getchar,ungetc-字符和字符串的输入 语法 #include <stdio.h> int fgetc(FILE *stream); char *fgets(char *s, int size, FILE *stream);
Views:0 2019-08-20
UNLOCKED_STDIO - Linux手册页
UNLOCKED_STDIO - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 getc_unlocked,getchar_unlocked,putc_unlocked,putchar_unlocked-非锁定stdio函数 语法 #include <stdio.h> int getc_unlocked(FILE *stream);
Views:0 2019-08-20
GETCONTEXT - Linux手册页
GETCONTEXT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 getcontext,setcontext-获取或设置用户上下文 语法 #包括 int getcontext(ucontext_t * ucp); int setcontext(const ucontext_t * ucp); 说明 在类似于System V的环境中,其中
Views:0 2019-08-20
GETCWD - Linux手册页
GETCWD - Linux手册页 Linux程序员手册 第3部分 更新日期: 2018-04-30 名称 getcwd,getwd,get_current_dir_name-获取当前工作目录 语法 #include <unistd.h> char *getcwd(char *buf, size_t size); char *getwd(char *buf); char
Views:0 2019-08-20
GETDATE - Linux手册页
GETDATE - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 getdate,getdate_r-将日期加时间字符串转换为细分时间 语法 #包括 struct tm * getdate(const char * string); extern int getdate_err; #包括 int getdate_r(const char * st
Views:0 2019-08-20
GETDATE - Linux手册页
GETDATE - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 getdate,getdate_r-将日期加时间字符串转换为细分时间 语法 #包括 struct tm * getdate(const char * string); extern int getdate_err; #包括 int getdate_r(const char * st
Views:0 2019-08-20
GETDATE - Linux手册页
GETDATE - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 getdate,getdate_r-将日期加时间字符串转换为细分时间 语法 #包括 struct tm * getdate(const char * string); extern int getdate_err; #包括 int getdate_r(const char * st
Views:0 2019-08-20
GETLINE - Linux手册页
GETLINE - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 getline,getdelim-分隔字符串输入 语法 #include <stdio.h> ssize_t getline(char **lineptr, size_t *n, FILE *stream); ssize_t getdelim(char **line
Views:0 2019-08-20
GETDIRENTRIES - Linux手册页
GETDIRENTRIES - Linux手册页 Linux程序员手册 第3部分 更新日期: 2016-03-15 名称 getdirentries-以与文件系统无关的格式获取目录条目 语法 #包括 ssize_t getdirentries(int fd,char * buf,size_t nbytes,off_t * basep); glibc的功能测试宏要求(请参阅feature_t
Views:0 2019-08-20
GETDTABLESIZE - Linux手册页
GETDTABLESIZE - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 getdtablesize-获取文件描述符表大小 语法 #包括 int getdtablesize(void); glibc的功能测试宏要求(请参阅feature_test_macros(7)): getdtablesize(): Since glibc 2.12:
Views:0 2019-08-20
GETENTROPY - Linux手册页
GETENTROPY - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 getentropy-用随机字节填充缓冲区 语法 #包括 int getentropy(void * buffer,size_t长度); glibc的功能测试宏要求(请参阅feature_test_macros(7)): getentropy(): _DEFAULT_SO
Views:0 2019-08-20
GETENV - Linux手册页
GETENV - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 getenv,secure_getenv-获取环境变量 语法 #include <stdlib.h> char *getenv(const char *name); char *secure_getenv(const char *name); glibc的功能测试宏要
Views:0 2019-08-20