hes_resolve.3
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3 代码 · 共 32 行
3
32 行
.TH hes_resolve 3.SH Namehesiod \- C Language Hesiod name server Interface Library.SH Syntax.nf.B #include <hesiod.h>.PP.B char **hes_resolve(\fIname, HesiodNameType\fR).B char *\fIname, *HesiodNameType\fR;.PP.B int hes_error( ).fi.SH DescriptionThe.NXR "hes_resolve library".PN hes_resolvelibrary is the primary interface to the Hesiod nameserver. The library routine takes two arguments, a nameto be resolved and a string, known as a .PN HesiodNameType .It returns a NULL terminated vector of strings for eachresource record containing Hesiod data, or NULL if there is any error..PPIn the event of an error, you can call the.PN hes_errorroutine to determine the source of the error..SH Files.PN /usr/include/hesiod.h.br.PN /etc/hesiod.conf
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?