Home
last modified time | relevance | path

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

/freebsd/contrib/diff/lib/
H A Dc-stack.c140 # define find_stack_direction(ptr) STACK_DIRECTION macro
143 find_stack_direction (char const *addr) in find_stack_direction() function
146 return ! addr ? find_stack_direction (&dummy) : addr < &dummy ? 1 : -1; in find_stack_direction()
191 if (find_stack_direction (0) < 0) in segv_handler()
/freebsd/contrib/ntp/sntp/
H A Dconfigure8787 find_stack_direction (int *addr, int depth)
8793 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
8800 return find_stack_direction (0, argc + !argv + 20) < 0;
/freebsd/contrib/ntp/
H A Dconfigure18186 find_stack_direction (int *addr, int depth)
18192 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
18199 return find_stack_direction (0, argc + !argv + 20) < 0;