| /src/external/ibm-public/postfix/dist/src/nbdb_reindexd/ |
| nbdb_safe.c | 16 /* const char *source_path, 36 /* .IP source_path, source_st 98 const char *source_path, const struct stat *source_st, 119 if (!allowed_prefix_match(parsed_allow_root_pfxs, source_path)) { 124 source_path, VAR_NBDB_ALLOW_ROOT_PFXS, 129 if (!allowed_prefix_match(parsed_allow_user_pfxs, source_path)) { 134 source_path, VAR_NBDB_ALLOW_USER_PFXS, 149 leg_idx_path, (int) runas_uid, source_path);
|
| nbdb_process.c | 13 /* const char *source_path, 18 /* $non_legacy_type:$source_path. 26 /* .P source_path 78 int nbdb_process(const char *leg_type, const char *source_path, 112 if ((new_type = nbdb_map_leg_type(leg_type, source_path, 126 vstring_sprintf(new_idx_path, "%s%s", source_path, new_suffix); 144 vstring_sprintf(leg_idx_path, "%s%s", source_path, NBDB_LEGACY_SUFFIX); 156 if (stat (source_path, &source_st) < 0) { 158 source_path); 167 vstring_strcpy(parent_dir_buf, source_path); [all...] |
| nbdb_reindexd.c | 201 static VSTRING *source_path; local 207 source_path = vstring_alloc(100); 240 RECV_ATTR_STR(MAIL_ATTR_NBDB_PATH, source_path), 243 status = nbdb_process(STR(leg_type), STR(source_path), why); 246 STR(leg_type), STR(source_path), STR(why));
|
| nbdb_safe_test.c | 73 const char *source_path; member in struct:TEST_CASE 124 tp->source_path, &tp->source_st, 230 .source_path = "/etc/postfix/access", 243 .source_path = "/etc/postfix/access", 256 .source_path = "/etc/postfix/access", 269 .source_path = "/etc/postfix/access", 282 .source_path = "/etc/postfix/access", 295 .source_path = "/etc/postfix/access", 308 .source_path = "/etc/postfix/access", 321 .source_path = "/etc/postfix/access" [all...] |
| nbdb_sniffer.c | 16 /* const char *source_path, 33 /* .IP source_path 178 const char *nbdb_get_index_cmd_as(const char *source_path, uid_t uid, gid_t gid, 189 if ((fp = vstream_fopen_as(source_path, O_RDONLY, 0, uid, gid)) == 0) { 191 "gid=%d: %m", source_path, (int) uid, (int) gid); 201 * matching the source_path against the values of $alias_maps and
|
| nbdb_index_as.c | 14 /* const char *source_path, 36 /* .IP source_path 88 const char *source_path, uid_t uid, gid_t gid, VSTRING *why) 130 "%s:%s", new_type, source_path));
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data/ |
| dummy_format.py | 15 source_path = test.getSourcePath() 18 cfg.read(source_path)
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data-micro/ |
| dummy_format.py | 15 source_path = test.getSourcePath() 18 cfg.read(source_path)
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/xunit-output/ |
| dummy_format.py | 15 source_path = test.getSourcePath() 18 cfg.read(source_path)
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/ |
| base.py | 15 source_path = testSuite.getSourcePath(path_in_suite) 16 for filename in os.listdir(source_path): 22 filepath = os.path.join(source_path, filename) 79 test.source_path = path 98 elif hasattr(test, 'source_path'): 99 cmd.append(test.source_path)
|
| googletest.py | 94 source_path = testSuite.getSourcePath(path_in_suite) 96 dir_path = os.path.join(source_path, subdir) 102 execpath = os.path.join(source_path, subdir, fn)
|
| /src/external/bsd/kyua-cli/dist/examples/ |
| syntax_test.cpp | 119 const fs::path source_path = example_file(this, "Kyuafile.top"); local 120 ATF_REQUIRE(::symlink(source_path.c_str(), "root/Kyuafile") != -1); 141 const fs::path source_path = example_file(this, "Kyuafile.top"); local 142 ATF_REQUIRE(::symlink(source_path.c_str(), "root/Kyuafile") != -1);
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| discovery.py | 104 source_path = ts.getSourcePath(path_in_suite) 105 cfgpath = chooseConfigFileFromDir(source_path, litConfig.local_config_names) 147 source_path = ts.getSourcePath(path_in_suite) 148 if not os.path.exists(source_path): 152 if not os.path.isdir(source_path): 205 for filename in os.listdir(source_path): 211 file_sourcepath = os.path.join(source_path, filename)
|
| TestRunner.py | 1027 def parseIntegratedTestScriptCommands(source_path, keywords): 1029 parseIntegratedTestScriptCommands(source_path) -> commands 1049 f = open(source_path, 'rb')
|
| /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
| googlebenchmark.py | 74 source_path = testSuite.getSourcePath(path_in_suite) 76 dir_path = os.path.join(source_path, subdir) 82 execpath = os.path.join(source_path, subdir, fn)
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-cmd-env.c | 209 env_mod_path (argv[i], source_path); 211 uiout->field_string ("source-path", source_path);
|
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-cmd-env.c | 207 env_mod_path (argv[i], source_path); 209 uiout->field_string ("source-path", source_path);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| source.h | 54 extern std::string source_path;
|
| source.c | 63 std::string source_path; variable 404 std::string set_path = source_path; 412 mod_path (set_path.c_str (), source_path); 423 gdb_puts (source_path.c_str (), file); 452 source_path = string_printf ("$cdir%c$cwd", DIRNAME_SEPARATOR); 474 mod_path (dirname, source_path); 480 interps_notify_param_changed ("directories", source_path.c_str ()); 493 add_path (dirname, source_path, 0); 957 of openp, using source_path, but that really don't want the file to be 959 qualified against source_path) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| source.h | 54 extern std::string source_path;
|
| source.c | 63 std::string source_path; variable 404 std::string set_path = source_path; 412 mod_path (set_path.c_str (), source_path); 423 gdb_puts (source_path.c_str (), file); 452 source_path = string_printf ("$cdir%c$cwd", DIRNAME_SEPARATOR); 474 mod_path (dirname, source_path); 480 interps_notify_param_changed ("directories", source_path.c_str ()); 493 add_path (dirname, source_path, 0); 957 of openp, using source_path, but that really don't want the file to be 959 qualified against source_path) [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| homedir.c | 927 const char *source_path, 937 assert( source_path != NULL ); 941 source_path, dest_path ); 948 cp.source_prefix_len = strlen( source_path ); 955 strncmp( source_path, dest_path, cp.source_prefix_len ) == 0 && 960 source_path, dest_path ); 964 rc = traverse( source_path, &cb, ctx ); 967 "copy_tree: %s exit %d\n", source_path, 1226 homedir_rename( const char *source_path, const char *dest_path ) 1230 assert( source_path != NULL ) [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| options.cc | 264 char *source_path; local 360 source_path = (char *) alloca (i + 1); 361 memcpy (source_path, canon_source_file, i); 362 source_path[i] = 0; 366 gfc_add_include_path (source_path, true, true, warn, false);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| options.cc | 253 char *source_path; local 345 source_path = (char *) alloca (i + 1); 346 memcpy (source_path, canon_source_file, i); 347 source_path[i] = 0; 351 gfc_add_include_path (source_path, true, true, warn, false);
|
| /src/external/ibm-public/postfix/dist/ |
| postfix-install | 816 eval source_path=$install_root$source 817 compare_or_hardlink $source_path $dest_path || exit 1 829 eval source_path=$install_root$source 830 compare_or_symlink $source_path $dest_path || exit 1
|