Home
last modified time | relevance | path

Searched refs:wrstring (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfgets.c29 char *wrstring = "this is a test\n"; in fgets_0100() local
31 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in fgets_0100()
43 wrstring = NULL; in fgets_0100()
56 char *wrstring = "this is a test\n"; in fgets_0200() local
58 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in fgets_0200()
82 char *wrstring = "this is a test\n"; in fgets_0300() local
84 fwrite(wrstring, sizeof(char), strlen(wrstring), fpt in fgets_0300()
108 char *wrstring = "this is a test\\n"; fgets_0400() local
134 char *wrstring = "this is a test\\n"; fgets_0500() local
160 char *wrstring = "this is a test\\n"; fgets_0600() local
[all...]
H A Dfopen.c35 const char *wrstring = "to write"; in fopen_0100() local
62 size_t wrsize = fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in fopen_0100()
94 const char *wrstring = "to write"; in fopen_0300() local
100 size_t wrsize = fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in fopen_0300()
104 } else if (wrsize == strlen(wrstring)) { in fopen_0300()
124 const char *wrstring = "to write"; in fopen_0400() local
131 size_t wrsize = fwrite(wrstring, sizeof(char), strlen(wrstring), fpt in fopen_0400()
154 const char *wrstring = "to write"; fopen_0500() local
210 const char *wrstring = "to write"; fopen_0600() local
269 const char *wrstring = "to write"; fopen_0900() local
[all...]
H A Dfseeko.c20 const char *wrstring = "This is a test sample!"; variable
35 size_t ret = fwrite(wrstring, sizeof(char), strlen(wrstring), fp); in fseeko_0100()
65 size_t ret = fwrite(wrstring, sizeof(char), strlen(wrstring), fp); in fseeko_0200()
95 size_t ret = fwrite(wrstring, sizeof(char), strlen(wrstring), fp); in fseeko_0300()
131 size_t ret = fwrite(wrstring, sizeof(char), strlen(wrstring), fp); in fseeko_0400()
161 size_t ret = fwrite(wrstring, sizeo in fseeko_0500()
[all...]
H A Dftell.c21 const char *wrstring = "This is a test sample!"; variable
36 size_t ret = fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in ftell_0100()
67 size_t ret = fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in ftell_0200()
98 size_t ret = fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in ftell_0300()
H A D__fwriting.c49 const char *wrstring = "helloworld"; in __fwriting_0200() local
53 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in __fwriting_0200()
68 const char *wrstring = "helloworld"; in __fwriting_0300() local
72 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in __fwriting_0300()
H A Dfread.c34 const char *wrstring = "starttowritehelloworld"; in fread_0100() local
39 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in fread_0100()
58 const char *wrstring = "startwritehelloworld"; in fread_0200() local
64 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in fread_0200()
69 EXPECT_STREQ("fread_0200", abc, wrstring); in fread_0200()
84 const char *wrstring = "startwritehelloworld"; in fread_0300() local
89 fwrite(wrstring, sizeof(char), strlen(wrstring), fpt in fread_0300()
106 const char *wrstring = "startwritehelloworld"; fread_0400() local
[all...]
H A Dgetdelim.c26 char *wrstring = "hello,world"; in getdelim_0100() local
33 fwrite(wrstring, sizeof(char), strlen(wrstring), fp); in getdelim_0100()
52 char *wrstring = "helloworld"; in getdelim_0200() local
70 char *wrstring = "helloworld"; in getdelim_0300() local
H A Dgetc.c21 const char *wrstring = "This is a test sample!"; variable
36 size_t ret = fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in getc_0100()
H A Dfsetpos.c111 const char *wrstring = "This is a test case!"; in fsetpos_0400() local
116 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in fsetpos_0400()
123 wrstring = NULL; in fsetpos_0400()
H A Dgetline.c27 char *wrstring = "helloworld"; in getline_0100() local
34 fwrite(wrstring, sizeof(char), strlen(wrstring), fp); in getline_0100()
H A Dfgetws.c53 wchar_t wrstring[100]; in fgetws_0200() local
63 wchar_t *ch = fgetws(wrstring, EINVAL, fptr); in fgetws_0200()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dlseek.c65 char *wrstring = "This is a test sample!"; in lseek_0100() local
68 int retwrite = write(fd, wrstring, sizeof(wrstring)); in lseek_0100()
82 char *wrstring = "This is a test sample!"; in lseek_0200() local
85 int retwrite = write(fd, wrstring, sizeof(wrstring)); in lseek_0200()
99 char *wrstring = "This is a test sample!"; in lseek_0300() local
102 int retwrite = write(fd, wrstring, sizeof(wrstring)); in lseek_0300()
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_fgets_chk_test.cpp24 const char* wrstring = "this is a test\n"; in HWTEST_F() local
26 fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in HWTEST_F()
37 wrstring = nullptr; in HWTEST_F()

Completed in 7 milliseconds