Searched refs:CHECKSTRSPACE (Results 1 - 4 of 4) sorted by path

/netbsd-current/bin/sh/
H A Dmail.c123 CHECKSTRSPACE(16, p);
H A Dexpand.c600 CHECKSTRSPACE(SPACE_NEEDED, expdest); /* nb: stack block might move */
687 * CHECKSTRSPACE() is lazy, and only
695 CHECKSTRSPACE(nnl + 2, dest);
706 CHECKSTRSPACE(2, dest);
H A Dmemalloc.h74 #define CHECKSTRSPACE(n, p) { if (sstrnleft < n) p = makestrspace(); } macro
H A Dparser.c1765 CHECKSTRSPACE(12, out);
1935 CHECKSTRSPACE(6, out); /* permit 6 calls to USTPUTC */

Completed in 283 milliseconds