bin/cpdup/hclink.h
102
void *hcc_get_descriptor(struct HostConf *hc, intptr_t desc, int type);
bin/cpdup/hcproto.c
1015
fdp = hcc_get_descriptor(hc, fd, HC_DESC_FD);
bin/cpdup/hcproto.c
1059
fdp = hcc_get_descriptor(trans->hc, HCC_INT32(item), HC_DESC_FD);
bin/cpdup/hcproto.c
426
if (hcc_get_descriptor(hc, desc, HC_DESC_DIR)) {
bin/cpdup/hcproto.c
498
den = hcc_get_descriptor(hc, (intptr_t)dir, HC_DESC_DIR);
bin/cpdup/hcproto.c
541
dir = hcc_get_descriptor(trans->hc, HCC_INT32(item), HC_DESC_DIR);
bin/cpdup/hcproto.c
567
if ((den = hcc_get_descriptor(hc, (intptr_t)dir, HC_DESC_DIR)) != NULL) {
bin/cpdup/hcproto.c
601
dir = hcc_get_descriptor(trans->hc, HCC_INT32(item), HC_DESC_DIR);
bin/cpdup/hcproto.c
714
if (hcc_get_descriptor(hc, desc, HC_DESC_FD)) {
bin/cpdup/hcproto.c
806
fdp = hcc_get_descriptor(hc, fd, HC_DESC_FD);
bin/cpdup/hcproto.c
837
if ((fdp = hcc_get_descriptor(trans->hc, desc, HC_DESC_FD)) == NULL)
bin/cpdup/hcproto.c
898
fdp = hcc_get_descriptor(hc, fd, HC_DESC_FD);
bin/cpdup/hcproto.c
943
fdp = hcc_get_descriptor(trans->hc, HCC_INT32(item), HC_DESC_FD);