Searched refs:cpr_fs_open (Results 1 – 3 of 3) sorted by relevance
91 return (cpr_fs_open(fs_name)); in cpr_statefile_open()93 return (cpr_fs_open(path)); in cpr_statefile_open()144 cpr_fs_open(char *path) in cpr_fs_open() function147 CB_VENTRY(cpr_fs_open); in cpr_fs_open()
238 extern int cpr_fs_open(char *);
72 if ((fd = cpr_fs_open(CPR_CONFIG)) != -1) { in cpr_locate_statefile()102 if ((fd = cpr_fs_open(default_path)) == -1) { in cpr_reset_properties()