bsd.cfg: configure err functions
This commit is contained in:
parent
b835744a81
commit
c39446ff77
53
cfg/bsd.cfg
53
cfg/bsd.cfg
|
@ -295,6 +295,59 @@
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<function name="err,errx">
|
||||||
|
<noreturn>true</noreturn>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<formatstr/>
|
||||||
|
<arg nr="2" direction="in">
|
||||||
|
<formatstr/>
|
||||||
|
<strz/>
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<function name="errc">
|
||||||
|
<noreturn>true</noreturn>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<formatstr/>
|
||||||
|
<arg nr="3" direction="in">
|
||||||
|
<formatstr/>
|
||||||
|
<strz/>
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<function name="verr,verrx">
|
||||||
|
<noreturn>true</noreturn>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" direction="in">
|
||||||
|
<strz/>
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="3"/>
|
||||||
|
</function>
|
||||||
|
<function name="verrc">
|
||||||
|
<noreturn>true</noreturn>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<formatstr/>
|
||||||
|
<arg nr="3" direction="in">
|
||||||
|
<strz/>
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="4"/>
|
||||||
|
</function>
|
||||||
<podtype name="FTS"/>
|
<podtype name="FTS"/>
|
||||||
<podtype name="FTSENT"/>
|
<podtype name="FTSENT"/>
|
||||||
<!-- This type definitions refer to https://mandoc.bsd.lv/includes/sys/types.h.html -->
|
<!-- This type definitions refer to https://mandoc.bsd.lv/includes/sys/types.h.html -->
|
||||||
|
|
Loading…
Reference in New Issue