Home
last modified time | relevance | path

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

/netbsd/src/tests/lib/libexecinfo/
Dt_sig_backtrace.c53 static int the_loop_deref(int);
64 return the_loop_deref(i); in func1()
86 the_loop_deref(int i0) in the_loop_deref() function
211 printf("%d\n", the_loop_deref(0)); in ATF_TC_BODY()