Home
last modified time | relevance | path

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

/netbsd-src/regress/sys/arch/arm/sigstackalign/
H A Dsigstackalign.c50 char *stackblock; in main() local
63 stackblock = malloc(BLOCKSIZE); in main()
65 ss.ss_sp = stackblock; in main()
/netbsd-src/bin/sh/
H A Dmemalloc.h70 #define stackblock() stacknxt macro
72 #define STARTSTACKSTR(p) p = stackblock(), sstrnleft = stackblocksize()
80 #define grabstackstr(p) stalloc((p) - stackblock())
H A Dmemalloc.c298 xwrite(herefd, stackblock(), len); in growstackstr()
300 return stackblock(); in growstackstr()
304 return stackblock() + len; in growstackstr()
317 return stackblock() + len; in makestrspace()
H A Dcd.c194 if (lstat(stackblock(), &statb) < 0) { in docd()
294 while (new > stackblock() && (STUNPUTC(new), *new) != '/'); in updatepwd()
301 if (new == stackblock()) in updatepwd()
308 curdir = savestr(stackblock()); in updatepwd()
H A Dmail.c128 p = stackblock(); in chkmail()
H A Dexec.c373 q = stackblock(); in padvance()