Searched refs:bufc (Results 1 – 2 of 2) sorted by relevance
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()