Searched refs:cef_path (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.bin/cvs/ |
H A D | entries.c | 47 if (current_list != NULL && !strcmp(current_list->cef_path, buf)) in cvs_ent_open() 56 ep->cef_path = xstrdup(buf); in cvs_ent_open() 69 if ((fp = fopen(ep->cef_path, "r")) != NULL) { in cvs_ent_open() 291 if (rename(ep->cef_bpath, ep->cef_path) == -1) in cvs_ent_close() 293 ep->cef_bpath, ep->cef_path, strerror(errno)); in cvs_ent_close() 298 free(ep->cef_path); in cvs_ent_close() 321 cvs_log(LP_TRACE, "cvs_ent_add(%s, %s)", ep->cef_path, line); in cvs_ent_add() 345 cvs_log(LP_TRACE, "cvs_ent_remove(%s, %s)", ep->cef_path, name); in cvs_ent_remove()
|
H A D | cvs.h | 266 char *cef_path; member
|