Searched refs:greet (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
H A Dtut01-hello-world.c30 greet (const char *name)
45 "greet",
108 fn_type greet = local
109 (fn_type)gcc_jit_result_get_code (result, "greet");
110 if (!greet)
112 fprintf (stderr, "NULL greet");
117 greet ("world");
H A Dtut01-hello-world.cc30 greet (const char *name)
45 "greet",
93 fn_type greet = local
94 (fn_type)gcc_jit_result_get_code (result, "greet");
95 if (!greet)
97 fprintf (stderr, "NULL greet");
102 greet ("world");
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/docs/examples/
H A Dtut01-hello-world.c30 greet (const char *name)
45 "greet",
108 fn_type greet = local
109 (fn_type)gcc_jit_result_get_code (result, "greet");
110 if (!greet)
112 fprintf (stderr, "NULL greet");
117 greet ("world");
H A Dtut01-hello-world.cc30 greet (const char *name)
45 "greet",
93 fn_type greet = local
94 (fn_type)gcc_jit_result_get_code (result, "greet");
95 if (!greet)
97 fprintf (stderr, "NULL greet");
102 greet ("world");
/netbsd-current/external/mit/xorg/lib/libXdmGreet/
H A DMakefile10 greet.c \
/netbsd-current/external/mit/xorg/bin/xdm/
H A DMakefile13 SRCS+= Login.c greet.c verify.c
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d7878 wstring greet = "Hello world";
7879 assert(normalize(greet) is greet); // the same exact slice
7900 wstring greet = "Hello world";
7901 assert(normalize(greet) is greet); // the same exact slice
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d8664 wstring greet = "Hello world";
8665 assert(normalize(greet) is greet); // the same exact slice
8686 wstring greet = "Hello world";
8687 assert(normalize(greet) is greet); // the same exact slice

Completed in 117 milliseconds