bsd.cfg: configure err functions

This commit is contained in:
Daniel Marjamäki 2021-11-04 16:49:16 +01:00
parent b835744a81
commit c39446ff77
1 changed files with 53 additions and 0 deletions

View File

@ -295,6 +295,59 @@
<not-bool/>
</arg>
</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="FTSENT"/>
<!-- This type definitions refer to https://mandoc.bsd.lv/includes/sys/types.h.html -->