Searched refs:build_dirs (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | modules.c | 107 int local_specified, int run_module_prog, int build_dirs, in my_module() argument 510 run_module_prog, build_dirs, extra_arg, in my_module() 542 if (!build_dirs) in my_module() 643 build_dirs, extra_arg, stack); in my_module() 747 int local_specified, int run_module_prog, int build_dirs, in do_module() argument 751 local_specified, run_module_prog, build_dirs, extra_arg, in do_module()
|
| D | client.h | 197 void client_send_expansions (int local, char *where, int build_dirs);
|
| D | client.c | 2745 client_send_expansions (int local, char *where, int build_dirs) in client_send_expansions() argument 2762 send_files (1, argv, local, 0, build_dirs ? SEND_BUILD_DIRS : 0); in client_send_expansions() 4436 int build_dirs; member 4698 if (args->build_dirs && noexec) in send_dirent_proc() 4960 args.build_dirs = flags & SEND_BUILD_DIRS; in send_files()
|
| D | cvs.h | 682 int local_specified, int run_module_prog, int build_dirs,
|
| D | ChangeLog-96 | 528 * client.c (client_send_expansions): Add build_dirs parameter. 530 (send_dirent_proc): Get build_dirs from callerdat; if it is 532 (send_files): Add build_dirs parameter. Change all callers.
|
| D | ChangeLog-97 | 2511 * client.h, client.c (send_files): Replace arguments build_dirs
|
| D | ChangeLog | 9358 * modules.c, cvs.h (do_module): Add build_dirs argument and use it
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ |
| D | Configure | 1910 my @build_dirs = ( [ ] ); # current directory 1926 while (@build_dirs) { 1927 my @curd = @{shift @build_dirs}; 2143 push @build_dirs, [ @curd, splitdir($_, 1) ];
|