Searched refs:find_stack_direction (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/diff/lib/
H A Dc-stack.c140 # define find_stack_direction(ptr) STACK_DIRECTION macro
143 find_stack_direction (char const *addr) function
146 return ! addr ? find_stack_direction (&dummy) : addr < &dummy ? 1 : -1;
191 if (find_stack_direction (0) < 0)
/freebsd-current/contrib/dialog/
H A Dconfigure8668 find_stack_direction (void)
8675 return find_stack_direction ();
8684 $ac_main_return (find_stack_direction () < 0);
/freebsd-current/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-current/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;

Completed in 711 milliseconds