Home
last modified time | relevance | path

Searched refs:s (Results 1 – 13 of 13) sorted by relevance

/debug/
A Dstrncat_chk.c27 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 Dwcsncat_chk.c26 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 Dwcrtomb_chk.c26 __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 Dwctomb_chk.c27 __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 Dwmemset_chk.c22 __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 Dvswprintf_chk.c24 __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 Dvsnprintf_chk.c24 ___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 Dvsprintf_chk.c21 ___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 Dsprintf_chk.c24 ___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 Dswprintf_chk.c25 __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 Dsnprintf_chk.c25 ___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 Dtst-chk1.c1444 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 Dsegfault.c45 #define WRITE_STRING(s) write (fd, s, strlen (s)) argument

Completed in 22 milliseconds