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