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

/freebsd-9.3-release/contrib/cvs/src/
H A Dmkmodules.c23 static int checkout_file PROTO((char *file, char *temp));
420 switch (checkout_file (CVSROOTADM_MODULES, temp))
440 } /* switch on checkout_file() */
452 if (checkout_file (fileptr->filename, temp) == 0)
457 * checkout_file already printed a real error message. If the
501 if (checkout_file (fname, temp) == 0)
572 checkout_file (file, temp) function
H A Dupdate.c56 static int checkout_file PROTO ((struct file_info *finfo, Vers_TS *vers_ts,
648 retval = checkout_file (finfo, vers, 0, 0, 0);
695 retval = checkout_file (finfo, vers, 0, 0, 1);
748 retval = checkout_file (finfo, vers, 0, 0, 1);
1230 checkout_file (finfo, vers_ts, adding, merging, update_server) function
1615 /* If the revision is dead, let checkout_file handle it rather
1797 /* This stuff is just copied blindly from checkout_file. I
2359 * isn't, namely when checkout_file() has just created the file,
2360 * but simply setting it in checkout_file() appears to cause other
2488 /* FIXME: If checkout_file fail
[all...]

Completed in 166 milliseconds