HomeSort by relevance Sort by last modified time
    Searched refs:STACKSTRNUL (Results 1 - 5 of 5) sorted by null

  /system/core/sh/
memalloc.h 71 #define STACKSTRNUL(p) (sstrnleft == 0? (p = growstackstr(), *p = '\0') : (*p = '\0'))
cd.c 186 STACKSTRNUL(p);
289 STACKSTRNUL(new);
miscbltin.c 185 STACKSTRNUL(p);
190 STACKSTRNUL(p);
histedit.c 463 STACKSTRNUL(dest);
expand.c 495 STACKSTRNUL(expdest);

Completed in 211 milliseconds