error_c_get_text.3ncs

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3NCS 代码 · 共 66 行

3NCS
66
字号
.TH error_c_get_text 3ncs.SH Nameerror_c_get_text \- return subsystem, module, and error texts for a status code.SH Syntaxvoid error_$c_get_text(\fIstatus, subsys, subsysmax, module, modulemax\fP,\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\fIerror, errormax\fP).nfstatus_$t \fIstatus\fP;char *\fIsubsys\fP;long \fIsubsysmax\fP;char *\fImodule\fP;long \fImodulemax\fP;char *\fIerror\fP;long \fIerrormax\fP;.fi.\".SH SYNOPSIS (PASCAL).\".DS\" \fB%include '/usr/include/idl/pas/[].ins.pas'\fR.\"\fBprocedure error_$c_get_text(\fR.\"	\fBin \fIstatus\fB: status_$t;\fR.\"	\fBout \fIsubsys\fB: univ char;\fR.\"	\fBin \fIsubsysmax\fB: integer32;\fR.\"	\fBout \fImodule\fB: univ char;\fR.\"	\fBin \fImodulemax\fB: integer32;\fR.\"	\fBout \fIerror\fB: univ char;\fR.\"	\fBin \fIerrormax\fB: integer32);\fR.\".DE.SH Arguments.TP 15\fIstatus\fRA status code in \fBstatus_$t\fR format..TP 15\fIsubsys\fRA character string.The subsystem represented by the status code..TP 15\fIsubsysmax\fRThe maximum number of bytes to be returned in \fIsubsys\fR..TP 15\fImodule\fRA character string.The module represented by the status code..TP 15\fImodulemax\fRThe maximum number of bytes to be returned in \fImodule\fR..TP 15\fIerror\fRA character string.The error represented by the status code..TP 15\fIerrormax\fRThe maximum number of bytes to be returned in \fIerror\fR..SH DescriptionThe .PN error_$c_get_textroutine returns predefined text strings that describethe subsystem, the module, and the error represented by a status code.The strings are null terminated.  See the.MS intro 3ncsreference page which lists all of the possible diagnostics that could be returned in.PN status.all ..NXR "error_c_get_text".SH Files.PN /usr/lib/stcode.db.SH See Alsointro(3ncs)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?