Home
last modified time | relevance | path

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

/dragonfly/bin/cpdup/
H A Dhcproto.c471 hc_readdir(struct HostConf *hc, DIR *dir, struct stat **statpp) in hc_readdir() argument
478 *statpp = NULL; in hc_readdir()
512 *statpp = malloc(sizeof(struct stat)); in hc_readdir()
513 bzero(*statpp, sizeof(struct stat)); in hc_readdir()
520 hc_decode_stat_item(*statpp, item); in hc_readdir()
524 free(*statpp); in hc_readdir()
525 *statpp = NULL; in hc_readdir()
H A Dhcproto.h99 struct HCDirEntry *hc_readdir(struct HostConf *hc, DIR *dir, struct stat **statpp);