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
SETBUF - Linux手册页
SETBUF - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 setbuf,setbuffer,setlinebuf,setvbuf-流缓冲操作 语法 #include <stdio.h> void setbuf(FILE *stream, char *buf); void setbuffer(FILE *stream, cha
Views:0 2019-08-20
SETBUF - Linux手册页
SETBUF - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 setbuf,setbuffer,setlinebuf,setvbuf-流缓冲操作 语法 #include <stdio.h> void setbuf(FILE *stream, char *buf); void setbuffer(FILE *stream, cha
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
SETENV - Linux手册页
SETENV - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 setenv-更改或添加环境变量 语法 #include <stdlib.h> int setenv(const char *name, const char *value, int overwrite); int unsetenv(const char *name)
Views:0 2019-08-20
GETFSENT - Linux手册页
GETFSENT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 getfsent,getfsspec,getfsfile,setfsent,endfsent-处理fstab条目 语法 #包括 void endfsent(void); struct fstab * getfsent(void); struct fstab * getfsfile
Views:0 2019-08-20
GETGRENT - Linux手册页
GETGRENT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 getgrent,setgrent,endgrent-获取组文件条目 语法 #include <sys/types.h> #include <grp.h> struct group *getgrent(void); void setgrent(void
Views:0 2019-08-20
GETHOSTBYNAME - Linux手册页
GETHOSTBYNAME - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 gethostbyname,gethostbyaddr,sethostent,gethostent,endhostent,h_errno,herror,hstrerror,gethostbyaddr_r,gethostbyname2,gethostbyname2_r,get
Views:0 2019-08-20
GETHOSTID - Linux手册页
GETHOSTID - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 gethostid,sethostid-获取或设置当前主机的唯一标识符 语法 #包括 长gethostid(void); int sethostid(long hostid); glibc的功能测试宏要求(请参阅feature_test_macros(7)): gethosti
Views:0 2019-08-20
SETJMP - Linux手册页
SETJMP - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-03-13 名称 setjmp,sigsetjmp,longjmp,siglongjmp-执行非本地goto 语法 #include <setjmp.h> int setjmp(jmp_buf env); int sigsetjmp(sigjmp_buf env, int savesig
Views:0 2019-08-20
ENCRYPT - Linux手册页
ENCRYPT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 encrypt, setkey, encrypt_r, setkey_r-加密64位消息 语法 #define _XOPEN_SOURCE /* See feature_test_macros(7) */ #include <unistd.h> void
Views:0 2019-08-20
ENCRYPT - Linux手册页
ENCRYPT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 encrypt, setkey, encrypt_r, setkey_r-加密64位消息 语法 #define _XOPEN_SOURCE /* See feature_test_macros(7) */ #include <unistd.h> void
Views:0 2019-08-20
SETBUF - Linux手册页
SETBUF - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 setbuf,setbuffer,setlinebuf,setvbuf-流缓冲操作 语法 #include <stdio.h> void setbuf(FILE *stream, char *buf); void setbuffer(FILE *stream, cha
Views:0 2019-08-20
SETLOCALE - Linux手册页
SETLOCALE - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 setlocale-设置当前语言环境 语法 #include <locale.h> char *setlocale(int category, const char *locale); 说明 setlocale()函数用于设置或查询程序的当前语言环境。 如果l
Views:0 2019-08-20
SETLOGMASK - Linux手册页
SETLOGMASK - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 setlogmask-设置日志优先级掩码 语法 #include <syslog.h> int setlogmask(int mask); 说明 进程具有日志优先级掩码,该掩码确定可以记录对syslog(3)的哪些调用。所有其他呼叫将被忽略。对于在掩码中设置
Views:0 2019-08-20
GETMNTENT - Linux手册页
GETMNTENT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2019-03-06 名称 getmntent,setmntent,addmntent,endmntent,hasmntopt,getmntent_r-获取文件系统描述符文件条目 语法 #include <stdio.h> #include <mntent.h> FILE *se
Views:0 2019-08-20