Home
last modified time | relevance | path

Searched refs:read_cvsrc (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dcvsrc.c30 read_cvsrc (argc, argv, cmdname) in read_cvsrc() function
H A Dmain.c489 read_cvsrc (&argc, &argv, "cvs");
806 read_cvsrc (&argc, &argv, command_name);
H A Dcvs.h664 void read_cvsrc PROTO((int *argc, char ***argv, char *cmdname));
H A DChangeLog-919485 * cvsrc.c (read_cvsrc): use open_file for error checking
159 * cvsrc.c (read_cvsrc): make sure homeinit is never used while
H A DChangeLog-9395929 * cvsrc.c (read_cvsrc): replace access() by isreadable()
1022 * cvsrc.c (read_cvsrc): Use getline instead of fgets.
1270 * cvsrc.c (read_cvsrc): fix look up of command names in cvsrc file
1966 * cvsrc.c (read_cvsrc): Parenthesize assignment used as truth value.
3073 * cvsrc.c (read_cvsrc): Don't call getenv() three times when one
H A DChangeLog-972014 optarg's (because they might me freed within read_cvsrc).
2016 * cvsrc.c (read_cvsrc): free old argv after constructing a new
2126 * cvsrc.c (read_cvsrc): Fix various memory allocation problems:
H A DChangeLog-96847 * cvsrc.c (read_cvsrc): Deal correctly with lines that specify a
3442 * cvsrc.c, cvs.h (read_cvsrc): Pass in command name rather than
3445 messages don't say "cvs cvs". Update calls to read_cvsrc to pass