Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/vm/
H A Dvm_tainted_executable.c55 char *big_sp, *big_cp, *big_ep, *little_cp; variable
76 little_cp = "hello, world!"; /* little byte string */
77 little_len = strlen(little_cp); /* length of little byte string */
82 little_cp, little_len);