std.cfg: Unified comment style

This commit is contained in:
PKEuS 2015-08-15 10:44:52 +02:00
parent 5ca82b8c69
commit aaefdd2f92
1 changed files with 99 additions and 99 deletions

View File

@ -4,7 +4,7 @@
<function name="abort,std::abort"> <function name="abort,std::abort">
<noreturn>true</noreturn> <noreturn>true</noreturn>
</function> </function>
<!-- int abs (int j); --> <!-- int abs(int j); -->
<function name="abs,std::abs"> <function name="abs,std::abs">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -83,7 +83,7 @@
<not-null/> <not-null/>
</arg> </arg>
</function> </function>
<!-- void assert (int expression) --> <!-- void assert(int expression) -->
<function name="assert"> <function name="assert">
<leak-ignore/> <leak-ignore/>
<arg nr="1"> <arg nr="1">
@ -210,7 +210,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- size_t wcsftime (wchar_t* ptr, size_t maxsize, const wchar_t* format, const struct tm* timeptr); --> <!-- size_t wcsftime(wchar_t* ptr, size_t maxsize, const wchar_t* format, const struct tm* timeptr); -->
<function name="wcsftime,std::wcsftime"> <function name="wcsftime,std::wcsftime">
<pure/> <pure/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
@ -278,7 +278,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int feclearexcept (int excepts); --> <!-- int feclearexcept(int excepts); -->
<function name="feclearexcept"> <function name="feclearexcept">
<pure/> <pure/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
@ -287,7 +287,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int fegetenv (fenv_t* envp); --> <!-- int fegetenv(fenv_t* envp); -->
<function name="fegetenv"> <function name="fegetenv">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -295,7 +295,7 @@
<not-null/> <not-null/>
</arg> </arg>
</function> </function>
<!-- int fegetexceptflag (fexcept_t* flagp, int excepts); --> <!-- int fegetexceptflag(fexcept_t* flagp, int excepts); -->
<function name="fegetexceptflag"> <function name="fegetexceptflag">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -306,14 +306,14 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int fegetround (void); --> <!-- int fegetround(void); -->
<function name="fegetround,std::fegetround"> <function name="fegetround,std::fegetround">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
<use-retval/> <use-retval/>
<pure/> <pure/>
</function> </function>
<!-- int feholdexcept (fenv_t* envp); --> <!-- int feholdexcept(fenv_t* envp); -->
<function name="feholdexcept,std::feholdexcept"> <function name="feholdexcept,std::feholdexcept">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -321,7 +321,7 @@
<not-null/> <not-null/>
</arg> </arg>
</function> </function>
<!-- int feraiseexcept (int excepts); --> <!-- int feraiseexcept(int excepts); -->
<function name="feraiseexcept,std::feraiseexcept"> <function name="feraiseexcept,std::feraiseexcept">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -329,7 +329,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int fesetenv (const fenv_t* envp); --> <!-- int fesetenv(const fenv_t* envp); -->
<function name="fesetenv,std::fesetenv"> <function name="fesetenv,std::fesetenv">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -338,7 +338,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int fesetexceptflag (const fexcept_t* flagp, int excepts); --> <!-- int fesetexceptflag(const fexcept_t* flagp, int excepts); -->
<function name="fesetexceptflag,std::fesetexceptflag"> <function name="fesetexceptflag,std::fesetexceptflag">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -350,7 +350,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int fesetround (int rdir); --> <!-- int fesetround(int rdir); -->
<function name="fesetround,std::fesetround"> <function name="fesetround,std::fesetround">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -358,7 +358,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int fetestexcept (int excepts); --> <!-- int fetestexcept(int excepts); -->
<function name="fetestexcept,std::fetestexcept"> <function name="fetestexcept,std::fetestexcept">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -366,7 +366,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int feupdateenv (const fenv_t* envp); --> <!-- int feupdateenv(const fenv_t* envp); -->
<function name="feupdateenv,std::feupdateenv"> <function name="feupdateenv,std::feupdateenv">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -519,7 +519,7 @@
<strz/> <strz/>
</arg> </arg>
</function> </function>
<!-- void * calloc (size_t nitems, size_t size); --> <!-- void * calloc(size_t nitems, size_t size); -->
<function name="calloc"> <function name="calloc">
<use-retval/> <use-retval/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
@ -585,7 +585,7 @@
</arg> </arg>
</function> </function>
<!-- double cos(double x); --> <!-- double cos(double x); -->
<!-- float cosf(float x); --> <!-- float cosf(float x); -->
<!-- long double cosl(long double x); --> <!-- long double cosl(long double x); -->
<function name="cos,cosf,cosl"> <function name="cos,cosf,cosl">
<use-retval/> <use-retval/>
@ -597,7 +597,7 @@
</arg> </arg>
</function> </function>
<!-- double complex ccos(double complex x); --> <!-- double complex ccos(double complex x); -->
<!-- float complex ccosf(float complex x); --> <!-- float complex ccosf(float complex x); -->
<!-- long double complex ccosl(long double complex x); --> <!-- long double complex ccosl(long double complex x); -->
<function name="ccos,ccosf,ccosl"> <function name="ccos,ccosf,ccosl">
<use-retval/> <use-retval/>
@ -842,7 +842,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- wint_t fgetwc (FILE * stream); --> <!-- wint_t fgetwc(FILE * stream); -->
<function name="fgetwc"> <function name="fgetwc">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -1014,7 +1014,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- wint_t fputwc (wchar_t wc, FILE * stream); --> <!-- wint_t fputwc(wchar_t wc, FILE * stream); -->
<function name="fputwc"> <function name="fputwc">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -1041,7 +1041,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int fputws (const wchar_t* ws, FILE* stream); --> <!-- int fputws(const wchar_t* ws, FILE* stream); -->
<function name="fputws"> <function name="fputws">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -1109,7 +1109,7 @@
<not-null/> <not-null/>
</arg> </arg>
</function> </function>
<!-- double hypot(double x, double y); --> <!-- double hypot(double x, double y); -->
<!-- float hypotf(float x, float y); --> <!-- float hypotf(float x, float y); -->
<!-- long double hypotl(long double x, long double y); --> <!-- long double hypotl(long double x, long double y); -->
<function name="hypot,hypotf,hypotl"> <function name="hypot,hypotf,hypotl">
@ -1207,7 +1207,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- wchar_t* fgetws (wchar_t* ws, int num, FILE* stream); --> <!-- wchar_t* fgetws(wchar_t* ws, int num, FILE* stream); -->
<function name="fgetws"> <function name="fgetws">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -1234,7 +1234,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int fwide (FILE* stream, int mode); --> <!-- int fwide(FILE* stream, int mode); -->
<function name="fwide"> <function name="fwide">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -1288,7 +1288,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- size_t mbrlen (const char* pmb, size_t max, mbstate_t* ps); --> <!-- size_t mbrlen(const char* pmb, size_t max, mbstate_t* ps); -->
<function name="mbrlen"> <function name="mbrlen">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -1314,7 +1314,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int mbsinit (const mbstate_t* ps); --> <!-- int mbsinit(const mbstate_t* ps); -->
<function name="mbsinit"> <function name="mbsinit">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -1322,7 +1322,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- wint_t getwchar (void); --> <!-- wint_t getwchar(void); -->
<function name="getwchar"> <function name="getwchar">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -1339,7 +1339,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- size_t mbsrtowcs (wchar_t* dest, const char** src, size_t max, mbstate_t* ps); --> <!-- size_t mbsrtowcs(wchar_t* dest, const char** src, size_t max, mbstate_t* ps); -->
<function name="mbsrtowcs"> <function name="mbsrtowcs">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -1396,7 +1396,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- wint_t getwc (FILE* stream); --> <!-- wint_t getwc(FILE* stream); -->
<function name="getwc"> <function name="getwc">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -1463,7 +1463,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int isalnum ( int c ); --> <!-- int isalnum(int c); -->
<function name="isalnum,std::isalnum"> <function name="isalnum,std::isalnum">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1474,7 +1474,7 @@
<valid>0:255</valid> <valid>0:255</valid>
</arg> </arg>
</function> </function>
<!-- int iswalnum ( wint_t c ); --> <!-- int iswalnum(wint_t c); -->
<function name="iswalnum"> <function name="iswalnum">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1484,7 +1484,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int isalpha ( int c ); --> <!-- int isalpha(int c); -->
<function name="isalpha,std::isalpha"> <function name="isalpha,std::isalpha">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1495,7 +1495,7 @@
<valid>0:255</valid> <valid>0:255</valid>
</arg> </arg>
</function> </function>
<!-- int iswalpha (wint_t c);--> <!-- int iswalpha(wint_t c);-->
<function name="iswalpha"> <function name="iswalpha">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1505,7 +1505,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int isblank ( int c ); --> <!-- int isblank(int c); -->
<function name="isblank"> <function name="isblank">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1516,7 +1516,7 @@
<valid>0:255</valid> <valid>0:255</valid>
</arg> </arg>
</function> </function>
<!-- int iswblank (wint_t c); --> <!-- int iswblank(wint_t c); -->
<function name="iswblank"> <function name="iswblank">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1526,7 +1526,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int iscntrl ( int c ); --> <!-- int iscntrl(int c); -->
<function name="iscntrl,std::iscntrl"> <function name="iscntrl,std::iscntrl">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1537,7 +1537,7 @@
<valid>0:255</valid> <valid>0:255</valid>
</arg> </arg>
</function> </function>
<!-- int iswcntrl (wint_t c); --> <!-- int iswcntrl(wint_t c); -->
<function name="iswcntrl"> <function name="iswcntrl">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1560,7 +1560,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int isdigit ( int c ); --> <!-- int isdigit(int c); -->
<function name="isdigit,std::isdigit"> <function name="isdigit,std::isdigit">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1571,7 +1571,7 @@
<valid>0:255</valid> <valid>0:255</valid>
</arg> </arg>
</function> </function>
<!-- int iswdigit (wint_t c); --> <!-- int iswdigit(wint_t c); -->
<function name="iswdigit"> <function name="iswdigit">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1581,7 +1581,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int isgraph ( int c ); --> <!-- int isgraph(int c); -->
<function name="isgraph,std::isgraph"> <function name="isgraph,std::isgraph">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1592,7 +1592,7 @@
<valid>0:255</valid> <valid>0:255</valid>
</arg> </arg>
</function> </function>
<!-- int iswgraph (wint_t c); --> <!-- int iswgraph(wint_t c); -->
<function name="iswgraph"> <function name="iswgraph">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1602,7 +1602,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int islower ( int c ); --> <!-- int islower(int c); -->
<function name="islower,std::islower"> <function name="islower,std::islower">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1613,7 +1613,7 @@
<valid>0:255</valid> <valid>0:255</valid>
</arg> </arg>
</function> </function>
<!-- int iswlower (wint_t c); --> <!-- int iswlower(wint_t c); -->
<function name="iswlower"> <function name="iswlower">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1623,7 +1623,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int isprint ( int c ); --> <!-- int isprint(int c); -->
<function name="isprint,std::isprint"> <function name="isprint,std::isprint">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1634,7 +1634,7 @@
<valid>0:255</valid> <valid>0:255</valid>
</arg> </arg>
</function> </function>
<!-- int iswprint (wint_t c); --> <!-- int iswprint(wint_t c); -->
<function name="iswprint"> <function name="iswprint">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1644,7 +1644,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int ispunct ( int c ); --> <!-- int ispunct(int c); -->
<function name="ispunct"> <function name="ispunct">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1655,7 +1655,7 @@
<valid>0:255</valid> <valid>0:255</valid>
</arg> </arg>
</function> </function>
<!-- int iswpunct (wint_t c); --> <!-- int iswpunct(wint_t c); -->
<function name="iswpunct"> <function name="iswpunct">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1665,7 +1665,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int isspace ( int c ); --> <!-- int isspace(int c); -->
<function name="isspace,std::isspace"> <function name="isspace,std::isspace">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1676,7 +1676,7 @@
<valid>0:255</valid> <valid>0:255</valid>
</arg> </arg>
</function> </function>
<!-- int iswspace (wint_t c); --> <!-- int iswspace(wint_t c); -->
<function name="iswspace"> <function name="iswspace">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1686,7 +1686,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int isupper ( int c ); --> <!-- int isupper(int c); -->
<function name="isupper,std::isupper"> <function name="isupper,std::isupper">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1697,7 +1697,7 @@
<valid>0:255</valid> <valid>0:255</valid>
</arg> </arg>
</function> </function>
<!-- int iswupper (wint_t c); --> <!-- int iswupper(wint_t c); -->
<function name="iswupper"> <function name="iswupper">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1707,7 +1707,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int isxdigit ( int c ); --> <!-- int isxdigit(int c); -->
<function name="isxdigit,std::isxdigit"> <function name="isxdigit,std::isxdigit">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1718,7 +1718,7 @@
<valid>0:255</valid> <valid>0:255</valid>
</arg> </arg>
</function> </function>
<!-- int iswxdigit (wint_t c); --> <!-- int iswxdigit(wint_t c); -->
<function name="iswxdigit"> <function name="iswxdigit">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1741,7 +1741,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- wint_t towlower ( wint_t c ); --> <!-- wint_t towlower(wint_t c); -->
<function name="towlower"> <function name="towlower">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1751,7 +1751,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- wint_t towupper (wint_t c); --> <!-- wint_t towupper(wint_t c); -->
<function name="towupper"> <function name="towupper">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1761,7 +1761,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- wctrans_t wctrans (const char* property); --> <!-- wctrans_t wctrans(const char* property); -->
<function name="wctrans"> <function name="wctrans">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1772,7 +1772,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- wctype_t wctype (const char* property); --> <!-- wctype_t wctype(const char* property); -->
<function name="wctype"> <function name="wctype">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1783,9 +1783,9 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- double complex cabs( double complex z ); --> <!-- double complex cabs(double complex z); -->
<!-- float complex cabsf( float complex z ); --> <!-- float complex cabsf(float complex z); -->
<!-- long double complex cabsl( long double complex z ); --> <!-- long double complex cabsl(long double complex z); -->
<function name="cabs,cabsf,cabs"> <function name="cabs,cabsf,cabs">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1795,9 +1795,9 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- double complex cacos( double complex z ); --> <!-- double complex cacos(double complex z); -->
<!-- float complex cacosf( float complex z ); --> <!-- float complex cacosf(float complex z); -->
<!-- long double complex cacosl( long double complex z ); --> <!-- long double complex cacosl(long double complex z); -->
<function name="cacos,cacosf,cacosl"> <function name="cacos,cacosf,cacosl">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1807,9 +1807,9 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- double complex cacosh( double complex z ); --> <!-- double complex cacosh(double complex z); -->
<!-- float complex cacoshf( float complex z ); --> <!-- float complex cacoshf(float complex z); -->
<!-- long double complex cacoshl( long double complex z ); --> <!-- long double complex cacoshl(long double complex z); -->
<function name="cacosh,cacoshf,cacoshl"> <function name="cacosh,cacoshf,cacoshl">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -1987,7 +1987,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int fpclassify (double x); --> <!-- int fpclassify(double x); -->
<function name="fpclassify"> <function name="fpclassify">
<pure/> <pure/>
<use-retval/> <use-retval/>
@ -1997,7 +1997,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int isfinite (double x); --> <!-- int isfinite(double x); -->
<function name="isfinite"> <function name="isfinite">
<pure/> <pure/>
<use-retval/> <use-retval/>
@ -2043,9 +2043,9 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- double logb (double x); --> <!-- double logb(double x); -->
<!-- float logbf (float x); --> <!-- float logbf(float x); -->
<!-- long double logbl (long double x); --> <!-- long double logbl(long double x); -->
<function name="logb,logbf,logbl"> <function name="logb,logbf,logbl">
<pure/> <pure/>
<use-retval/> <use-retval/>
@ -2055,7 +2055,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int isless(double x, double y); --> <!-- int isless(double x, double y); -->
<function name="isless"> <function name="isless">
<pure/> <pure/>
<use-retval/> <use-retval/>
@ -2068,7 +2068,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int islessequal(double x, double y); --> <!-- int islessequal(double x, double y); -->
<function name="islessequal"> <function name="islessequal">
<pure/> <pure/>
<use-retval/> <use-retval/>
@ -2230,7 +2230,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- void longjmp (jmp_buf env, int val); --> <!-- void longjmp(jmp_buf env, int val); -->
<function name="longjmp"> <function name="longjmp">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -2553,7 +2553,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- void* bsearch (const void* key, const void* base, size_t num, size_t size, int (*compar)(const void*,const void*));--> <!-- void* bsearch(const void* key, const void* base, size_t num, size_t size, int(*compar)(const void*,const void*));-->
<function name="bsearch"> <function name="bsearch">
<use-retval/> <use-retval/>
<pure/> <pure/>
@ -2611,7 +2611,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- wint_t putwc (wchar_t wc, FILE* stream); --> <!-- wint_t putwc(wchar_t wc, FILE* stream); -->
<function name="putwc"> <function name="putwc">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -2633,7 +2633,7 @@
<valid>0:</valid> <valid>0:</valid>
</arg> </arg>
</function> </function>
<!-- wint_t putwchar (wchar_t wc); --> <!-- wint_t putwchar(wchar_t wc); -->
<function name="putwchar"> <function name="putwchar">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -2696,7 +2696,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- double round(double x); --> <!-- double round(double x); -->
<!-- float roundf(float x); --> <!-- float roundf(float x); -->
<!-- long double roundl(long double x); --> <!-- long double roundl(long double x); -->
<function name="round,roundf,roundl"> <function name="round,roundf,roundl">
@ -2742,7 +2742,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int raise (int sig); --> <!-- int raise(int sig); -->
<function name="raise"> <function name="raise">
<arg nr="1"> <arg nr="1">
<not-uninit/> <not-uninit/>
@ -2832,7 +2832,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- int setjmp (jmp_buf env); --> <!-- int setjmp(jmp_buf env); -->
<function name="setjmp"> <function name="setjmp">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -3103,7 +3103,7 @@
<valid>0:</valid> <valid>0:</valid>
</arg> </arg>
</function> </function>
<!-- int wcsncmp (const wchar_t* wcs1, const wchar_t* wcs2, size_t num); --> <!-- int wcsncmp(const wchar_t* wcs1, const wchar_t* wcs2, size_t num); -->
<function name="wcsncmp"> <function name="wcsncmp">
<use-retval/> <use-retval/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
@ -3211,13 +3211,13 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- struct lconv* localeconv (void); --> <!-- struct lconv* localeconv(void); -->
<function name="localeconv"> <function name="localeconv">
<use-retval/> <use-retval/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
</function> </function>
<!-- char* setlocale (int category, const char* locale); --> <!-- char* setlocale(int category, const char* locale); -->
<function name="setlocale"> <function name="setlocale">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -3323,8 +3323,8 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- const char * strrchr ( const char * str, int character ); <!-- const char * strrchr(const char * str, int character);
char * strrchr ( char * str, int character ); --> char * strrchr( char * str, int character); -->
<function name="strrchr"> <function name="strrchr">
<use-retval/> <use-retval/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
@ -3338,8 +3338,8 @@
<valid>0:255</valid> <valid>0:255</valid>
</arg> </arg>
</function> </function>
<!-- const char * strpbrk ( const char * str1, const char * str2 ); <!-- const char * strpbrk(const char * str1, const char * str2);
char * strpbrk ( char * str1, const char * str2 ); --> char * strpbrk( char * str1, const char * str2); -->
<function name="strbprk"> <function name="strbprk">
<use-retval/> <use-retval/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
@ -3354,8 +3354,8 @@
<not-uninit/> <not-uninit/>
</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"> <function name="wcsrchr">
<use-retval/> <use-retval/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
@ -3503,7 +3503,7 @@
</arg> </arg>
<arg nr="2"/> <arg nr="2"/>
</function> </function>
<!-- size_t mbrtowc (wchar_t* pwc, const char* pmb, size_t max, mbstate_t* ps); --> <!-- size_t mbrtowc(wchar_t* pwc, const char* pmb, size_t max, mbstate_t* ps); -->
<function name="mbrtowc"> <function name="mbrtowc">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -3626,7 +3626,7 @@
</arg> </arg>
<arg nr="4"/> <arg nr="4"/>
</function> </function>
<!-- int fwprintf (FILE* stream, const wchar_t* format, ...); --> <!-- int fwprintf(FILE* stream, const wchar_t* format, ...); -->
<function name="fwprintf"> <function name="fwprintf">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -3684,7 +3684,7 @@
<formatstr/> <formatstr/>
</arg> </arg>
</function> </function>
<!-- int sscanf(const char *string, const char * format, ...); --> <!-- int sscanf(const char *string, const char * format, ...); -->
<function name="sscanf"> <function name="sscanf">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -3693,7 +3693,7 @@
<formatstr/> <formatstr/>
</arg> </arg>
</function> </function>
<!-- int fwscanf (FILE* stream, const wchar_t* format, ...); --> <!-- int fwscanf(FILE* stream, const wchar_t* format, ...); -->
<function name="fwscanf"> <function name="fwscanf">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -3723,7 +3723,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- /*unspecified*/ setw( int n ); --> <!-- /*unspecified*/ setw(int n); -->
<function name="setw"> <function name="setw">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -3731,7 +3731,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- /*unspecified*/ setiosflags (ios_base::fmtflags mask); --> <!-- /*unspecified*/ setiosflags(ios_base::fmtflags mask); -->
<function name="setiosflags"> <function name="setiosflags">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -3739,7 +3739,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- /*unspecified*/ resetiosflags (ios_base::fmtflags mask); --> <!-- /*unspecified*/ resetiosflags(ios_base::fmtflags mask); -->
<function name="resetiosflags"> <function name="resetiosflags">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -3747,7 +3747,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- /*unspecified*/ setfill (char_type c); --> <!-- /*unspecified*/ setfill(char_type c); -->
<function name="setfill"> <function name="setfill">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -3755,7 +3755,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- /*unspecified*/ setprecision (int n); --> <!-- /*unspecified*/ setprecision(int n); -->
<function name="setprecision"> <function name="setprecision">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -3763,7 +3763,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- /*unspecified*/ setbase (int base); --> <!-- /*unspecified*/ setbase(int base); -->
<function name="setbase"> <function name="setbase">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
@ -3771,7 +3771,7 @@
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- struct tmx *zonetime(const time_t *tp, int zone); --> <!-- struct tmx *zonetime(const time_t *tp, int zone); -->
<function name="zonetime"> <function name="zonetime">
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>