std.cfg: Added some missing <strz/>-flags

This commit is contained in:
orbitcowboy 2022-06-03 21:24:20 +02:00
parent 1e3efc1bdf
commit eae164371c
1 changed files with 5 additions and 2 deletions

View File

@ -475,7 +475,7 @@
<arg nr="3" direction="in"> <arg nr="3" direction="in">
<not-null/> <not-null/>
<not-uninit/> <not-uninit/>
<valid>0:</valid> <strz/>
</arg> </arg>
<arg nr="4" direction="in"> <arg nr="4" direction="in">
<not-null/> <not-null/>
@ -2000,6 +2000,7 @@
<arg nr="1" direction="in"> <arg nr="1" direction="in">
<not-null/> <not-null/>
<not-uninit/> <not-uninit/>
<strz/>
</arg> </arg>
<arg nr="2" direction="inout"> <arg nr="2" direction="inout">
<not-null/> <not-null/>
@ -5425,7 +5426,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</arg> </arg>
</function> </function>
<!-- const wchar_t* wcsrchr(const wchar_t* ws, wchar_t wc);--> <!-- const wchar_t* wcsrchr(const wchar_t* ws, wchar_t wc);-->
<!-- wchar_t* wcsrchr(wchar_t* ws, wchar_t wc); --> <!-- wchar_t* wcsrchr(wchar_t* ws, wchar_t wc); -->
<function name="wcsrchr,std::wcsrchr"> <function name="wcsrchr,std::wcsrchr">
<use-retval/> <use-retval/>
<returnValue type="wchar_t *"/> <returnValue type="wchar_t *"/>
@ -5434,6 +5435,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<arg nr="1" direction="in"> <arg nr="1" direction="in">
<not-null/> <not-null/>
<not-uninit/> <not-uninit/>
<strz/>
</arg> </arg>
<arg nr="2" direction="in"> <arg nr="2" direction="in">
<not-uninit/> <not-uninit/>
@ -6189,6 +6191,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<formatstr/> <formatstr/>
<not-null/> <not-null/>
<not-uninit/> <not-uninit/>
<strz/>
</arg> </arg>
</function> </function>
<!-- int snprintf(char *s, size_t n, const char *format, ...); --> <!-- int snprintf(char *s, size_t n, const char *format, ...); -->