/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | c-stack.c | 89 # define find_stack_direction(ptr) STACK_DIRECTION macro 92 find_stack_direction (char const *addr) in find_stack_direction() function 95 return ! addr ? find_stack_direction (&dummy) : addr < &dummy ? 1 : -1; in find_stack_direction() 120 if (find_stack_direction (0) < 0) in segv_handler()
|
H A D | alloca.c | 120 find_stack_direction () in find_stack_direction() function 129 find_stack_direction (); /* Recurse once. */ in find_stack_direction() 181 find_stack_direction (); in alloca()
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | alloca.c | 89 find_stack_direction (int *addr, int depth) 95 dir = depth ? find_stack_direction (addr, depth - 1) : 0; 139 STACK_DIR = find_stack_direction (NULL, (size & 1) + 20); in alloca()
|
/netbsd-src/external/gpl2/diffutils/dist/m4/ |
H A D | c-stack.m4 | 40 # define find_stack_direction(ptr) STACK_DIRECTION 43 find_stack_direction (char const *addr) 46 return (! addr ? find_stack_direction (&dummy) 62 if (find_stack_direction (0) < 0)
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | alloca.c | 106 find_stack_direction (void) in find_stack_direction() function 115 find_stack_direction (); /* Recurse once. */ in find_stack_direction() 169 find_stack_direction (); in C_alloca()
|
H A D | aclocal.m4 | 152 [AC_TRY_RUN([find_stack_direction () 159 return find_stack_direction (); 166 exit (find_stack_direction() < 0);
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | alloca.c | 106 find_stack_direction (void) in find_stack_direction() function 115 find_stack_direction (); /* Recurse once. */ in find_stack_direction() 169 find_stack_direction (); in C_alloca()
|
H A D | acinclude.m4 | 166 find_stack_direction (void) 173 return find_stack_direction (); 182 exit (find_stack_direction() < 0);
|
/netbsd-src/external/gpl2/grep/dist/lib/ |
H A D | alloca.c | 119 find_stack_direction () in find_stack_direction() function 128 find_stack_direction (); /* Recurse once. */ in find_stack_direction() 180 find_stack_direction (); in alloca()
|
/netbsd-src/external/gpl2/texinfo/dist/lib/ |
H A D | alloca.c | 101 find_stack_direction (void) in find_stack_direction() function 110 find_stack_direction (); /* Recurse once. */ in find_stack_direction() 162 find_stack_direction (); in alloca()
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | alloca.c | 117 find_stack_direction (void) in find_stack_direction() function 126 find_stack_direction (); /* Recurse once. */ in find_stack_direction() 178 find_stack_direction (); in alloca()
|
H A D | configure | 8870 find_stack_direction () 8877 return find_stack_direction (); 8886 exit (find_stack_direction () < 0);
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | alloca.c | 106 find_stack_direction (void) in find_stack_direction() function 115 find_stack_direction (); /* Recurse once. */ in find_stack_direction() 169 find_stack_direction (); in C_alloca()
|
H A D | acinclude.m4 | 166 find_stack_direction (void) 173 return find_stack_direction (); 182 exit (find_stack_direction() < 0);
|
/netbsd-src/external/gpl3/gdb/dist/libiberty/ |
H A D | alloca.c | 106 find_stack_direction (void) in find_stack_direction() function 115 find_stack_direction (); /* Recurse once. */ in find_stack_direction() 169 find_stack_direction (); in C_alloca()
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | alloca.c | 101 find_stack_direction (void) in find_stack_direction() function 110 find_stack_direction (); /* Recurse once. */ in find_stack_direction() 162 find_stack_direction (); in alloca()
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | alloca.c | 106 find_stack_direction (void) in find_stack_direction() function 115 find_stack_direction (); /* Recurse once. */ in find_stack_direction() 169 find_stack_direction (); in C_alloca()
|
H A D | acinclude.m4 | 160 [AC_TRY_RUN([find_stack_direction () 167 return find_stack_direction (); 174 exit (find_stack_direction() < 0);
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | alloca.m4 | 78 find_stack_direction (int *addr, int depth) 84 dir = depth ? find_stack_direction (addr, depth - 1) : 0; 91 return find_stack_direction (0, argc + !argv + 20) < 0;
|
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/ |
H A D | functions.m4 | 328 find_stack_direction (int *addr, int depth) 334 dir = depth ? find_stack_direction (addr, depth - 1) : 0; 341 return find_stack_direction (0, argc + !argv + 20) < 0;
|
/netbsd-src/external/gpl2/grep/dist/ |
H A D | configure | 5231 find_stack_direction () 5238 return find_stack_direction (); 5247 exit (find_stack_direction () < 0);
|
/netbsd-src/external/gpl2/diffutils/dist/ |
H A D | aclocal.m4 | 2911 # define find_stack_direction(ptr) STACK_DIRECTION 2914 find_stack_direction (char const *addr) 2917 return (! addr ? find_stack_direction (&dummy) 2933 if (find_stack_direction (0) < 0)
|
H A D | configure | 12046 find_stack_direction () 12053 return find_stack_direction (); 12062 exit (find_stack_direction () < 0);
|
/netbsd-src/external/gpl2/texinfo/dist/ |
H A D | configure | 5542 find_stack_direction () 5549 return find_stack_direction (); 5558 exit (find_stack_direction () < 0);
|
/netbsd-src/external/gpl2/xcvs/dist/ |
H A D | configure | 7329 find_stack_direction () 7336 return find_stack_direction (); 7345 return find_stack_direction () < 0;
|