Searched refs:outc (Results 1 – 1 of 1) sorted by relevance
954 unsigned char outc = (unsigned char)output; in addbyter() local958 infop->buffer[0] = outc; /* store */ in addbyter()961 return outc; /* fputc() returns like this on success */ in addbyter()1002 unsigned char outc = (unsigned char)output; in alloc_addbyter() local1026 infop->buffer[ infop->len ] = outc; in alloc_addbyter()1030 return outc; /* fputc() returns like this on success */ in alloc_addbyter()1088 unsigned char outc = (unsigned char)output; in storebuffer() local1089 **buffer = outc; in storebuffer()1091 return outc; /* act like fputc() ! */ in storebuffer()