Searched refs:_c (Results 1 – 1 of 1) sorted by relevance
380 static __inline int __sputc(int _c, FILE *_p) { in __sputc() argument381 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')) in __sputc()382 return (*_p->_p++ = _c); in __sputc()384 return (__swbuf(_c, _p)); in __sputc()