Home
last modified time | relevance | path

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

/netbsd/src/bin/sh/
Dmemalloc.c130 nbytes = SHELL_ALIGN(nbytes); in stalloc()
222 int newlen = SHELL_ALIGN(stacknleft * 2 + 100); in growstackblock()
268 len = SHELL_ALIGN(len); in grabstackblock()
Dmachdep.h47 #define SHELL_ALIGN(nbytes) (((nbytes) + SHELL_SIZE) & ~SHELL_SIZE) macro
Dnodes.c.pat125 res->bsize += SHELL_ALIGN(sizeof(struct nodelist));
153 SHELL_ALIGN(sizeof(struct nodelist));
Dmknodes.sh164 echo " SHELL_ALIGN(sizeof (struct $struct)),"
Dvar.c1435 bytes = SHELL_ALIGN(bytes); in make_space()