/debug/ |
A D | strncat_chk.c | 27 char *s = s1; in __strncat_chk() local 53 return s; in __strncat_chk() 59 return s; in __strncat_chk() 65 return s; in __strncat_chk() 71 return s; in __strncat_chk() 83 return s; in __strncat_chk() 94 return s; in __strncat_chk()
|
A D | wcsncat_chk.c | 26 wchar_t * const s = dest; in __wcsncat_chk() local 52 return s; in __wcsncat_chk() 58 return s; in __wcsncat_chk() 64 return s; in __wcsncat_chk() 70 return s; in __wcsncat_chk() 82 return s; in __wcsncat_chk() 93 return s; in __wcsncat_chk()
|
A D | wcrtomb_chk.c | 26 __wcrtomb_chk (char *s, wchar_t wchar, mbstate_t *ps, size_t buflen) in __wcrtomb_chk() argument 33 return __wcrtomb (s, wchar, ps); in __wcrtomb_chk()
|
A D | wctomb_chk.c | 27 __wctomb_chk (char *s, wchar_t wchar, size_t buflen) in __wctomb_chk() argument 34 return __wcrtomb (s, wchar, &__wctomb_state); in __wctomb_chk()
|
A D | wmemset_chk.c | 22 __wmemset_chk (wchar_t *s, wchar_t c, size_t n, size_t dstlen) in __wmemset_chk() argument 27 return wmemset (s, c, n); in __wmemset_chk()
|
A D | vswprintf_chk.c | 24 __vswprintf_chk (wchar_t *s, size_t maxlen, int flag, size_t slen, in __vswprintf_chk() argument 34 return __vswprintf_internal (s, maxlen, format, ap, mode); in __vswprintf_chk()
|
A D | vsnprintf_chk.c | 24 ___vsnprintf_chk (char *s, size_t maxlen, int flag, size_t slen, in ___vsnprintf_chk() argument 34 return __vsnprintf_internal (s, maxlen, format, ap, mode); in ___vsnprintf_chk()
|
A D | vsprintf_chk.c | 21 ___vsprintf_chk (char *s, int flag, size_t slen, const char *format, in ___vsprintf_chk() argument 35 return __vsprintf_internal (s, slen, format, ap, mode); in ___vsprintf_chk()
|
A D | sprintf_chk.c | 24 ___sprintf_chk (char *s, int flag, size_t slen, const char *format, ...) in ___sprintf_chk() argument 40 ret = __vsprintf_internal (s, slen, format, ap, mode); in ___sprintf_chk()
|
A D | swprintf_chk.c | 25 __swprintf_chk (wchar_t *s, size_t maxlen, int flag, size_t slen, in __swprintf_chk() argument 38 ret = __vswprintf_internal (s, maxlen, format, ap, mode); in __swprintf_chk()
|
A D | snprintf_chk.c | 25 ___snprintf_chk (char *s, size_t maxlen, int flag, size_t slen, in ___snprintf_chk() argument 38 ret = __vsnprintf_internal (s, maxlen, format, ap, mode); in ___snprintf_chk()
|
A D | tst-chk1.c | 1444 mbstate_t s; in do_test() local 1445 memset (&s, '\0', sizeof (s)); in do_test() 1461 memset (&s, '\0', sizeof (s)); in do_test() 1498 memset (&s, '\0', sizeof (s)); in do_test() 1518 memset (&s, '\0', sizeof (s)); in do_test() 1556 memset (&s, '\0', sizeof (s)); in do_test() 1665 fd_set s; in do_test() local 1666 FD_ZERO (&s); in do_test() 1671 FD_SET (FD_SETSIZE, &s); in do_test() 1682 FD_CLR (FD_SETSIZE, &s); in do_test() [all …]
|
A D | segfault.c | 45 #define WRITE_STRING(s) write (fd, s, strlen (s)) argument
|