首页 列表 - 第 56 页

DUPLOCALE - Linux手册页

DUPLOCALE - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 duplocale-复制语言环境对象 语法 #include <locale.h> locale_t duplocale(locale_t locobj); glibc的功能测试宏要求(请参阅feature_test_macros(7)): duplocale()

Views:0  2019-08-20

DYSIZE - Linux手册页

DYSIZE - Linux手册页 Linux程序员手册 第3部分 更新日期: 2016-03-15 名称 dysize-获取给定年份的天数 语法 #包括 int dysize(int year); glibc的功能测试宏要求(请参阅feature_test_macros(7)): dysize(): 从glibc 2.19开始: _DEFAULT_SOURCE Glibc 2.19及更早

Views:0  2019-08-20

EUIDACCESS - Linux手册页

EUIDACCESS - Linux手册页 Linux程序员手册 第3部分 更新日期: 2017-09-15 名称 euidaccess,eaccess-检查文件的有效用户权限 语法 #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <unistd.h> int euidacce

Views:0  2019-08-20

DES_CRYPT - Linux手册页

DES_CRYPT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-04-11 名称 des_crypt,ecb_crypt,cbc_crypt,des_setparity,DES_FAILED-快速DES加密 语法 #include <rpc/des_crypt.h> int ecb_crypt(char *key, char *data, un

Views:0  2019-08-20

ECVT - Linux手册页

ECVT - Linux手册页 Linux程序员手册 第3部分 更新日期: 2016-03-15 名称 ecvt,fcvt-将浮点数转换为字符串 语法 #包括 char * ecvt(双精度数字,int ndigits,int * decpt,int * sign); char * fcvt(双精度数字,int ndigits,int * decpt,int * sign); glibc的

Views:0  2019-08-20

ECVT_R - Linux手册页

ECVT_R - Linux手册页 Linux程序员手册 第3部分 更新日期: 2016-03-15 名称 ecvt_r,fcvt_r,qecvt_r,qfcvt_r-将浮点数转换为字符串 语法 #include <stdlib.h> int ecvt_r(double number, int ndigits, int *decpt, int *sign

Views:0  2019-08-20

END - Linux手册页

END - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 etext,edata,程序段的末尾 语法 extern etext; extern edata; extern end; 说明 这些符号的地址表示各个程序段的结尾: etext 这是文本段(程序代码)末尾的第一个地址。 edata 这是初始化数据段末尾之后的第一个地址。 en

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

END - Linux手册页

END - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 etext,edata,end-程序段的末尾 语法 extern etext; extern edata; extern end; 说明 这些符号的地址表示各个程序段的结尾: etext 这是文本段(程序代码)末尾的第一个地址。 edata 这是初始化数据段末尾之后的第一个地址

Views:0  2019-08-20

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

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

ENDIAN - Linux手册页

ENDIAN - Linux手册页 Linux程序员手册 第3部分 更新日期: 2020-06-09 名称 htobe16,htole16,be16toh,le16toh,htobe32,htole32,be32toh,le32toh,htobe64,htole64,be64toh,le64toh-在主机和大/小尾数字节顺序之间转换值 语法 #include <endian.h>

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