Searched refs:_STPUTC (Results 1 – 2 of 2) sorted by relevance
71 static inline char *_STPUTC(int c, char *p) { in _STPUTC() function81 #define STPUTC(c, p) ((p) = _STPUTC((c), (p)))
195 p = _STPUTC('\0', expdest); in expandarg()
Completed in 6 milliseconds