Home
last modified time | relevance | path

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

/dragonfly/bin/cpdup/
HDhclink.h107 struct HCLeaf *hcc_nextchaineditem(struct HostConf *hc, struct HCHead *head);
HDhcproto.c514 while ((item = hcc_nextchaineditem(hc, head)) != NULL) { in hc_readdir()
586 while (hcc_nextchaineditem(hc, head) != NULL) in hc_closedir()
799 while (hcc_nextchaineditem(hc, head) != NULL) in hc_close()
874 item = hcc_nextchaineditem(hc, head); in hc_read()
HDhclink.c499 hcc_nextchaineditem(struct HostConf *hc, struct HCHead *head) in hcc_nextchaineditem() function