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

/freebsd-10.2-release/bin/sh/
H A Dmemalloc.h72 * STACKSTRNUL's use is where we want to be able to turn a stack
75 * Note: Because of STACKSTRNUL's semantics, STACKSTRNUL cannot be used
78 #define STACKSTRNUL(p) (p == sstrend ? (p = growstackstr(), *p = '\0') : (*p = '\0')) macro
H A Dcd.c212 STACKSTRNUL(p);
308 STACKSTRNUL(new);
H A Dmiscbltin.c246 STACKSTRNUL(p);
251 STACKSTRNUL(p);
H A Dexpand.c168 STACKSTRNUL(expdest);
518 STACKSTRNUL(expdest);

Completed in 29 milliseconds