hello_world 161 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc const char hello_world[] = "Hello, World!\n"; hello_world 206 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc size_t hello_len = strlen(hello_world); hello_world 211 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc memcpy(hello.data.data(), hello_world, hello_len); hello_world 227 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc ASSERT_STREQ(hello_world, buffer); hello_world 257 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc EXPECT_EQ(strlen(hello_world), statbuf.st_size); hello_world 342 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc ASSERT_EQ(sizeof(hello_world), hello_world 343 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc ki_write(fd, hello_world, sizeof(hello_world))); hello_world 353 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc EXPECT_STREQ(hello_world, buffer); hello_world 46 third_party/libxml/src/testModule.c hello_world_t hello_world = NULL; hello_world 57 third_party/libxml/src/testModule.c if (xmlModuleSymbol(module, "hello_world", (void **) &hello_world)) { hello_world 61 third_party/libxml/src/testModule.c if (hello_world == NULL) { hello_world 66 third_party/libxml/src/testModule.c (*hello_world)(); hello_world 6 third_party/libxml/src/testdso.c XMLPUBFUN int hello_world(void);