Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/vm/
H A Dvm_tainted_executable.c53 char *big_sp, *big_cp, *big_ep, *little_cp; variable
74 little_cp = "hello, world!"; /* little byte string */
75 little_len = strlen(little_cp); /* length of little byte string */
80 little_cp, little_len);