Searched defs:bputc (Results 1 – 3 of 3) sorted by relevance
476 #define bputc(c,b) ((b)->b_nleft ? (--(b)->b_nleft, *(b)->b_ptr++ = (c)) \ macro
454 #define bputc(c,b) ((b)->b_nleft ? (--(b)->b_nleft, \ macro
309 #define bputc(c,b) ((b)->b_nleft ? (--(b)->b_nleft, *(b)->b_ptr++ = (c)) \ macro