Home
last modified time | relevance | path

Searched refs:_STPUTC (Results 1 – 3 of 3) sorted by relevance

/dports/shells/dash/dash-0.5.11.5/src/
H A Dmemalloc.h71 static inline char *_STPUTC(int c, char *p) { in _STPUTC() function
81 #define STPUTC(c, p) ((p) = _STPUTC((c), (p)))
/dports/shells/dash/dash-0.5.11.5/
H A DChangeLog638 * Remove unnecessary truncation in _STPUTC.
/dports/sysutils/busybox/busybox-1.26.2/shell/
H A Dash.c1660 _STPUTC(int c, char *p) in _STPUTC() function
1669 #define STPUTC(c, p) ((p) = _STPUTC((c), (p)))
7416 p = _STPUTC('\0', expdest); in expandarg()