Lines Matching refs:cfent
61 static int pkgobjassign(struct cfent *ept, char **server_local,
66 static int ckdup(struct cfent *ept1, struct cfent *ept2);
95 pkgobjassign(struct cfent *ept, char **server_local, char **client_local, in pkgobjassign()
286 struct cfent *ept, map_entry; in pkgobjmap()
298 (void) memset(&map_entry, '\000', sizeof (struct cfent)); in pkgobjmap()
335 (void) memcpy(ept, &map_entry, sizeof (struct cfent)); in pkgobjmap()
390 struct cfent *ept, *ept_i; in sortentry()
553 struct cfent *ept1, *ept2; in dup_merg()
583 (void) memcpy(ept2, ept1, sizeof (struct cfent)); in dup_merg()
610 ckdup(struct cfent *ept1, struct cfent *ept2) in ckdup()
658 repl_cfent(struct cfent *new, struct cfent *old) in repl_cfent()
665 (void) memcpy(old, new, sizeof (struct cfent)); in repl_cfent()
697 cp_cfent(struct cfent *cf_ent, struct cfextra *el_ent) in cp_cfent()
709 (void) memcpy(&(tp->cf_ent), cf_ent, sizeof (struct cfent)); in cp_cfent()