Home
last modified time | relevance | path

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

/titanic_41/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()
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()
/titanic_41/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c1459 print_dstring(FILE *fout, char *name, uint16_t cset, char *bufc, uint8_t length) in print_dstring() argument
1463 ud_convert2local(bufc, bufmb, length); in print_dstring()