bin/sh/exec.c
225
CHECKSTRSPACE(len, q);
bin/sh/expand.c
155
CHECKSTRSPACE(2, p);
bin/sh/expand.c
197
CHECKSTRSPACE(2, p);
bin/sh/expand.c
282
CHECKSTRSPACE(2, expdest);
bin/sh/expand.c
433
CHECKSTRSPACE((int)(DIGITS(result) + 1), expdest);
bin/sh/expand.c
506
CHECKSTRSPACE(2, dest);
bin/sh/memalloc.c
337
CHECKSTRSPACE(len, p);
bin/sh/miscbltin.c
290
CHECKSTRSPACE(1, p);
bin/sh/parser.c
1138
CHECKSTRSPACE(2, oout);
bin/sh/parser.c
1203
CHECKSTRSPACE(savelen + 1, out);
bin/sh/parser.c
1327
CHECKSTRSPACE(4, out);
bin/sh/parser.c
1431
CHECKSTRSPACE(4, out); /* permit 4 calls to USTPUTC */
bin/sh/parser.c
1661
CHECKSTRSPACE(11, out);