Lines Matching refs:printf
172 printf("Testing read on --x, should fault..."); in test()
176 printf("ok!\n"); in test()
184 printf("Testing write on --x, should fault..."); in test()
188 printf("ok!\n"); in test()
190 printf("Testing exec on ---, should fault..."); in test()
192 printf("ok!\n"); in test()
194 printf("Testing exec on r--, should fault..."); in test()
196 printf("ok!\n"); in test()
198 printf("Testing exec on -w-, should fault..."); in test()
200 printf("ok!\n"); in test()
202 printf("Testing exec on rw-, should fault..."); in test()
204 printf("ok!\n"); in test()
206 printf("Testing exec on --x, should succeed..."); in test()
208 printf("ok!\n"); in test()
210 printf("Testing exec on r-x, should succeed..."); in test()
212 printf("ok!\n"); in test()
214 printf("Testing exec on -wx, should succeed..."); in test()
216 printf("ok!\n"); in test()
218 printf("Testing exec on rwx, should succeed..."); in test()
220 printf("ok!\n"); in test()