bin/sh/exec.c
231
CHECKSTRSPACE(len, q);
bin/sh/expand.c
161
CHECKSTRSPACE(2, p);
bin/sh/expand.c
203
CHECKSTRSPACE(2, p);
bin/sh/expand.c
288
CHECKSTRSPACE(2, expdest);
bin/sh/expand.c
439
CHECKSTRSPACE((int)(DIGITS(result) + 1), expdest);
bin/sh/expand.c
512
CHECKSTRSPACE(2, dest);
bin/sh/memalloc.c
342
CHECKSTRSPACE(len, p);
bin/sh/miscbltin.c
265
CHECKSTRSPACE(1, p);
bin/sh/parser.c
1142
CHECKSTRSPACE(2, oout);
bin/sh/parser.c
1207
CHECKSTRSPACE(savelen + 1, out);
bin/sh/parser.c
1331
CHECKSTRSPACE(4, out);
bin/sh/parser.c
1435
CHECKSTRSPACE(4, out); /* permit 4 calls to USTPUTC */
bin/sh/parser.c
1665
CHECKSTRSPACE(11, out);