OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHECKSTRSPACE
(Results
1 - 3
of
3
) sorted by null
/system/core/sh/
memalloc.h
69
#define
CHECKSTRSPACE
(n, p) { if (sstrnleft < n) p = makestrspace(); }
expand.c
370
CHECKSTRSPACE
(12 - 2, expdest);
parser.c
964
CHECKSTRSPACE
(4, out); /* permit 4 calls to USTPUTC */
[
all
...]
Completed in 33 milliseconds