Home
last modified time | relevance | path

Searched refs:fopen_case (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dcvs.h584 extern int fopen_case PROTO ((char *, char *, FILE **, char **));
H A Dfilesubr.c1019 fopen_case (name, mode, fp, pathp) in fopen_case() function
H A DChangeLog-972333 * filesubr.c (fopen_case): Don't set *PATHP if we return an
2454 * filesubr.c (fopen_case): If CVS_OPENDIR gives an
2584 fopen_case.
2586 * cvs.h, filesubr.c (cvs_casecmp, fopen_case): New functions.
H A Drcs.c244 status = fopen_case (rcsfile, "rb", &fp, &found_path);
264 status = fopen_case (rcsfile, "rb", &fp, &found_path);
H A DChangeLog2398 different case where appropriate (analogous to fopen_case).