/third_party/musl/libc-test/src/functionalext/supplement/ctype/ |
H A D | iswprint.c | 59 const wchar_t *str = L"1Aa®Â Æ"; in iswprint_l_0100() local 74 const wchar_t *str = L"\a\b"; in iswprint_l_0200() local
|
H A D | iswspace.c | 59 const wchar_t *str = L" \t\n\r"; in iswspace_l_0100() local 74 const wchar_t *str = L"1AaÂÆ"; in iswspace_l_0200() local
|
H A D | iswpunct.c | 59 const wchar_t *str = L"!!,。??"; in iswpunct_l_0100() local 74 const wchar_t *str = L"1AaÂÆ"; in iswpunct_l_0200() local
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_vsnprintf_chk_test.cpp | 18 static int VsnprintfHelper(char* str, size_t size, const char* format, ...) in VsnprintfHelper() argument
|
H A D | fortify_vsprintf_chk_test.cpp | 17 static int VsprintfHelper(char* str, size_t size, const char* format, ...) in VsprintfHelper() argument
|
/third_party/musl/libc-test/src/functionalext/supplement/ipc/ |
H A D | semtimedop.c | 39 char str[] = "hello"; in semtimedop_0100() local
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | copy_file_range.c | 22 const char *str = "Hello"; variable
|
H A D | fallocate.c | 30 char str[] = "this is a fatest\n"; in fallocate_0100() local 49 char str[] = "this is a fatest\n"; in fallocate_0200() local 68 char str[] = "this is a fatest\n"; in fallocate_0300() local
|
H A D | getxattr.c | 38 char str[] = "dat"; in getxattr_0100() local
|
H A D | lgetxattr.c | 43 char str[] = "dat"; in lgetxattr_0100() local
|
H A D | llistxattr.c | 43 char str[] = "dat"; in llistxattr_0100() local
|
H A D | listxattr.c | 43 char str[] = "dat"; in listxattr_0100() local
|
H A D | lremovexattr.c | 38 char str[] = "dat"; in lremovexattr_0100() local
|
H A D | lsetxattr.c | 38 char str[] = "dat"; in lsetxattr_0100() local
|
H A D | remap_file_pages.c | 105 char str[LEN] = {0}; in remap_file_pages_0100() local [all...] |
H A D | removexattr.c | 41 char str[] = "bar"; in removexattr_0100() local
|
H A D | setxattr.c | 41 char str[] = "bar"; in setxattr_0100() local
|
/third_party/musl/libc-test/src/functionalext/supplement/locale/ |
H A D | strxfrm.c | 29 char *str = "abcdef"; in strxfrm_0100() local 48 char *str = "abcdef"; in strxfrm_0200() local 67 char *str = "abcdef"; in strxfrm_0300() local 86 char *str = "abcdef"; strxfrm_0400() local 106 char *str = "abcdef"; strxfrm_0500() local 126 char *str = "abcdef"; strxfrm_0600() local 146 char *str = "abcdef"; strxfrm_0700() local [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | getmntent_r.c | 27 char str[100]; in getmntent_rOne() local 84 char str[100]; in getmntent_r_0200() local
|
/third_party/mesa3d/src/util/ |
H A D | string_buffer.h | 48 _mesa_string_buffer_destroy(struct _mesa_string_buffer *str) in _mesa_string_buffer_destroy() argument 61 _mesa_string_buffer_append_char(struct _mesa_string_buffer *str, char c) in _mesa_string_buffer_append_char() argument 67 _mesa_string_buffer_append(struct _mesa_string_buffer *str, const char *c) in _mesa_string_buffer_append() argument 73 _mesa_string_buffer_clear(struct _mesa_string_buffer *str) in _mesa_string_buffer_clear() argument 80 _mesa_string_buffer_crimp_to_fit(struct _mesa_string_buffer *str) _mesa_string_buffer_crimp_to_fit() argument [all...] |
H A D | u_printf.c | 45 size_t util_printf_next_spec_pos(const char *str, size_t pos) in util_printf_next_spec_pos() argument
|
/third_party/musl/libc-test/src/functional/ |
H A D | fnmatch.c | 15 char *str; member
|
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/ |
H A D | mbrtoc16.c | 35 char *str = setlocale(LC_CTYPE, "C.UTF-8"); in mbrtoc16_0100() local 56 char str[] = "\u00a3"; in mbrtoc16_0200() local 78 char str[] = "\xc2"; in mbrtoc16_0300() local
|
H A D | mbrtoc32.c | 35 char *str = setlocale(LC_CTYPE, "C.UTF-8"); in mbrtoc32_0100() local 55 char str[] = "\u00a3"; in mbrtoc32_0200() local 78 char str[] = "\xc2"; in mbrtoc32_0300() local
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | socketpair.c | 31 char *str = "mgn info is hello world"; in socketpair_0100() local 66 char *str = "mgn info is hello world"; in socketpair_0300() local [all...] |