| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | client.h | 116 send_files (int argc, char **argv, int local, int aflag,
|
| H A D | watch.c | 357 send_files (argc, argv, the_args.local, 0, SEND_NO_CONTENTS); in watch_addremove() 532 send_files (argc, argv, local, 0, SEND_NO_CONTENTS); in watchers()
|
| H A D | edit.c | 95 send_files (argc, argv, local, 0, SEND_NO_CONTENTS); in watch_onoff() 575 send_files (argc, argv, local, 0, SEND_NO_CONTENTS); in edit() 1225 send_files (argc, argv, local, 0, SEND_NO_CONTENTS); in editors()
|
| H A D | remove.c | 109 send_files (argc, argv, local, 0, 0); in cvsremove()
|
| H A D | annotate.c | 129 send_files (argc, argv, local, 0, SEND_NO_CONTENTS); in annotate()
|
| H A D | diff.c | 435 send_files (argc, argv, local, 0, 0); in diff() 437 send_files (argc, argv, local, 0, SEND_NO_CONTENTS); in diff()
|
| H A D | status.c | 100 send_files (argc, argv, local, 0, 0); in cvsstatus()
|
| H A D | ls.c | 189 send_files (argc, argv, !recurse, 0, SEND_NO_CONTENTS); in ls()
|
| H A D | add.c | 277 send_files (argc, argv, 0, 0, SEND_BUILD_DIRS | SEND_NO_CONTENTS); in add()
|
| H A D | admin.c | 635 send_files (argc, argv, 0, 0, SEND_NO_CONTENTS); in admin()
|
| H A D | update.c | 333 send_files (argc, argv, local, aflag, flags); in update() 356 send_files (failed_patches_count, failed_patches, local, in update()
|
| H A D | tag.c | 285 send_files (argc, argv, local, 0, in cvstag()
|
| H A D | ChangeLog-97 | 391 * add.c (add): Pass SEND_NO_CONTENTS to send_files. 702 * status.c (status): Don't pass SEND_NO_CONTENTS to send_files. 2511 * client.h, client.c (send_files): Replace arguments build_dirs 2518 send_files callers. 2919 (commit): Pass force_ci to send_files as new force argument. 2925 (send_files): Add force parameter. Change all callers. Set up a 2927 * client.h (send_files): Update declaration.
|
| H A D | client.c | 2762 send_files (1, argv, local, 0, build_dirs ? SEND_BUILD_DIRS : 0); in client_send_expansions() 4948 send_files (int argc, char **argv, int local, int aflag, unsigned int flags) in send_files() function
|
| H A D | acl.c | 792 send_files (argc, argv, recursive, 0, SEND_NO_CONTENTS); in cvsacl()
|
| H A D | log.c | 402 send_files (argc, argv, local, 0, SEND_NO_CONTENTS); in cvslog()
|
| H A D | ChangeLog-9395 | 2817 * client.c (send_files): Call send_repository even if 3035 * client.c, client.h (send_files): Add parameter aflag. 3484 (send_files): Remove unused variables repos and i. 3611 get_responses_and_close, start_server, send_files, 3617 send_file_names, send_files): Declare. 3637 (send_files): Use update_filesdone_proc and send_dirent_proc
|
| H A D | commit.c | 604 send_files (find_args.argc, find_args.argv, local, 0, in commit()
|
| H A D | ChangeLog-96 | 532 (send_files): Add build_dirs parameter. Change all callers. 533 * client.h (send_files): Update prototype. 1752 to occur, to avoid passing the wrong information to send_files(). 4422 * client.c (send_files): No longer call send_file_names. 4426 send_files.
|
| H A D | ChangeLog | 4295 (send_files): Call send_max_dotdot. 10236 (send_files): Use it (plugs memory leak). 10748 (send_files): set above element if BACKUP_MODIFIED_FILES flag is 10758 BACKUP_MODIFIED_FILES flags before calling send_files(). 12372 * add.c (add): switch the order of send_files and send_file_names 12373 to make multiple repository support possible. send_files needs to
|