Searched refs:hello_world (Results 1 - 2 of 2) sorted by relevance
/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | stdio.c | 50 char hello_world[] = "hello world!"; in stdio_dynamic_chk_001() local 51 FILE *fp = fmemopen(hello_world, sizeof(hello_world), "r"); in stdio_dynamic_chk_001() 55 char buf[bufferSize]; // > sizeof(hello_world) in stdio_dynamic_chk_001() 56 EXPECT_EQ(1u, fread(buf, sizeof(hello_world), 1, fp)); in stdio_dynamic_chk_001() 57 EXPECT_STREQ(hello_world, buf); in stdio_dynamic_chk_001() 181 char hello_world[] = "hello world!"; in stdio_dynamic_chk_005() local 182 FILE *fp = fmemopen(hello_world, sizeof(hello_world), "r"); in stdio_dynamic_chk_005() 189 EXPECT_TRUE(strcmp(hello_world, ge in stdio_dynamic_chk_005() 201 char hello_world[] = "hello world!\\nhello boy!\\0"; stdio_dynamic_chk_006() local 235 char hello_world[] = "hello world!"; stdio_dynamic_chk_007() local [all...] |
/third_party/ltp/testcases/kernel/device-drivers/agp/user_space/ |
H A D | user_tagp.h | 29 #define TEST_STRING hello_world
|
Completed in 2 milliseconds