Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/zh/common/
H A Dzh_TW-iso2022-7%zh_TW-euc.c75 int bufc; member
759 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()
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1313 long bufc[DLPI_CHUNKSIZE / sizeof (long)]; in i_dlpi_strgetmsg() local
1332 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()
1376 cscratch.buf = (char *)bufc; in i_dlpi_strgetmsg()
1380 sizeof (bufc); in i_dlpi_strgetmsg()
1399 (void) memcpy(dlreplyp->dlm_msg, bufc, in i_dlpi_strgetmsg()
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.c1448 print_dstring(FILE *fout, char *name, uint16_t cset, char *bufc, uint8_t length) in print_dstring() argument
1452 ud_convert2local(bufc, bufmb, length); in print_dstring()