OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHELL_ALIGN
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/sh/
machdep.h
47
#define
SHELL_ALIGN
(nbytes) (((nbytes) + SHELL_SIZE) & ~SHELL_SIZE)
nodes.c.pat
125
res->bsize +=
SHELL_ALIGN
(sizeof(struct nodelist));
153
SHELL_ALIGN
(sizeof(struct nodelist));
memalloc.c
129
nbytes =
SHELL_ALIGN
(nbytes);
221
int newlen =
SHELL_ALIGN
(stacknleft * 2 + 100);
267
len =
SHELL_ALIGN
(len);
mknodes.sh
164
echo "
SHELL_ALIGN
(sizeof (struct $struct)),"
Completed in 73 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025