Searched refs:hello_world (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/inserters/char/
H A D1.cc55 std::string_view hello_world; local
56 std::cout << hello_world; local
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/inserters/char/
H A D1.cc55 std::string_view hello_world; local
56 std::cout << hello_world; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/inserters/wchar_t/
H A D1.cc60 std::wstring_view hello_world; local
61 std::wcout << hello_world; local
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/inserters/wchar_t/
H A D1.cc60 std::wstring_view hello_world; local
61 std::wcout << hello_world; local
/netbsd-current/external/bsd/openpam/dist/t/
H A Dt_openpam_readlinev.c127 static const char *hello_world[] = {
255 t_fprintf(tf, "%s \\\n %s\n", hello_world[0], hello_world[1]);
257 ret = orlv_expect(tf, hello_world, 2 /*lines*/, 0 /*eof*/) &&
290 ret = orlv_expect(tf, hello_world, 1 /*lines*/, 0 /*eof*/);
319 ret = orlv_expect(tf, hello_world, 0 /*lines*/, 1 /*eof*/);
126 static const char *hello_world[] = { variable

Completed in 218 milliseconds