Searched refs:bufc (Results 1 – 3 of 3) sorted by relevance
75 int bufc; member759 ret->bufc = 0; in xIOBuf()770 if (this->bufc > 0) in xgetc()771 return (this->mybuf[--this->bufc]); in xgetc()791 xbackup(IOBuf *this, int c) { this->mybuf[this->bufc++] = c; } in xbackup()
1313 long bufc[DLPI_CHUNKSIZE / sizeof (long)]; in i_dlpi_strgetmsg() local1332 ctl.buf = (dlreplyp == NULL) ? bufc : (void *)dlreplyp->dlm_msg; in i_dlpi_strgetmsg()1334 ctl.maxlen = (dlreplyp == NULL) ? sizeof (bufc) : dlreplyp->dlm_msgsz; in i_dlpi_strgetmsg()1377 cscratch.buf = (char *)bufc; in i_dlpi_strgetmsg()1381 sizeof (bufc); in i_dlpi_strgetmsg()1400 (void) memcpy(dlreplyp->dlm_msg, bufc, in i_dlpi_strgetmsg()
1459 print_dstring(FILE *fout, char *name, uint16_t cset, char *bufc, uint8_t length) in print_dstring() argument1463 ud_convert2local(bufc, bufmb, length); in print_dstring()