Home
last modified time | relevance | path

Searched refs:hello (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/tests/vm/
H A DMakefile93 CUSTOM_TARGETS += vm/hello
95 vm/hello: vm/hello.c
99 .PHONY: install-vm/hello
100 install-vm/hello: vm/hello
102 cp $(SYMROOT)/vm/hello $(INSTALLDIR)/vm/
104 vm/vm_tainted_executable: vm/hello
/xnu-11417.101.15/tests/
H A Dtest_strings.c220 char hello[] = "hello"; variable
222 T_CPY(dst, sizeof(dst), hello, sizeof(hello));