Searched refs:fopen_case (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | cvs.h | 584 extern int fopen_case PROTO ((char *, char *, FILE **, char **));
|
| H A D | filesubr.c | 1019 fopen_case (name, mode, fp, pathp) in fopen_case() function
|
| H A D | ChangeLog-97 | 2333 * 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 D | rcs.c | 244 status = fopen_case (rcsfile, "rb", &fp, &found_path); 264 status = fopen_case (rcsfile, "rb", &fp, &found_path);
|
| H A D | ChangeLog | 2398 different case where appropriate (analogous to fopen_case).
|