HomeSort by: relevance | last modified time | path
    Searched defs:workdir (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/bind/dist/bin/check/
named-checkzone.c 104 const char *workdir = NULL; local
358 workdir = isc_commandline_argument;
448 if (workdir != NULL) {
449 result = isc_dir_chdir(workdir);
451 fprintf(stderr, "isc_dir_chdir: %s: %s\n", workdir,
  /src/external/bsd/atf/dist/tools/
test-program.cpp 152 const tools::fs::path& workdir; member in struct:__anon6397::test_case_params
167 workdir(p_workdir)
255 prepare_child(const tools::fs::path& workdir)
265 tools::env::set("HOME", workdir.str());
278 tools::fs::change_directory(workdir);
308 tools::fs::change_ownership(params->workdir, user);
326 prepare_child(params->workdir);
735 const tools::fs::path& workdir,
742 metadata, config, resfile, workdir);
  /src/external/bsd/pkg_install/dist/add/
perform.c 696 int workdir; local
717 workdir = open(".", O_RDONLY|O_CLOEXEC|O_DIRECTORY);
718 if (workdir == -1) {
851 fchdir(workdir);
852 close(workdir);
  /src/external/gpl2/xcvs/dist/src/
history.c 205 char *end; /* Ptr into repository to copy at end of workdir */
325 then it is "workdir/file". (Revision order should always track date.)
694 working = 0; /* User's workdir doesn't count here */
769 char *workdir; local
848 workdir = Xasprintf ("%s%s%s%s", tilde, PrCurDir, slash, update_dir);
851 * "workdir" is the directory where the file "name" is. ("^~" == $HOME)
854 * "$workdir/$name" is the working file name.
860 * The working file directory ("workdir") and the Repository ("repos")
862 * duplication (and save space), the "workdir" field ends with
867 * In other words, if the "workdir" field has a '*' (a very stupid thin
1549 char *workdir; local
    [all...]
  /src/external/bsd/libarchive/dist/test_utils/
test_main.c 3552 char workdir[PATH_MAX * 2]; local
3554 char workdir[1024 * 2];
3597 tmp = snprintf(workdir,
3598 sizeof(workdir), "%s/%s", tmpdir, tests[i].name);
3605 if ((size_t)tmp >= sizeof(workdir)) {
3609 tmpdir, tests[i].name, tmp, sizeof(workdir) - 1);
3612 testworkdir = workdir;

Completed in 37 milliseconds