Searched defs:STACKSTRNUL (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dmemalloc.h71 #define STACKSTRNUL(p) (sstrnleft == 0? (p = growstackstr(), *p = '\0') : (*p = '\0')) macro

Completed in 3 milliseconds