Searched refs:checkout_file (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dmkmodules.c24 static int checkout_file (char *file, char *temp);
803 switch (checkout_file (CVSROOTADM_MODULES, temp))
823 } /* switch on checkout_file() */
835 if (checkout_file (fileptr->filename, temp) == 0)
839 * checkout_file already printed a real error message. If the
881 if (checkout_file (fname, temp) == 0)
956 checkout_file (char *file, char *temp) function
H A Dupdate.c56 static int checkout_file (struct file_info *finfo, Vers_TS *vers_ts,
677 retval = checkout_file (finfo, vers, 0, 0, 0);
724 retval = checkout_file (finfo, vers, 0, 0, 1);
777 retval = checkout_file (finfo, vers, 0, 0, 1);
1224 checkout_file (struct file_info *finfo, Vers_TS *vers_ts, int adding, function
1599 /* If the revision is dead, let checkout_file handle it rather
1776 /* This stuff is just copied blindly from checkout_file. I
2387 /* FIXME: If checkout_file fails, we should arrange to
2389 status = checkout_file (finfo, xvers, 1, 0, 1);
2608 registered above in checkout_file
[all...]

Completed in 147 milliseconds