Home
last modified time | relevance | path

Searched refs:resolved_name (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/api/
H A Dgraphics_lib.cpp66 char resolved_name[MAXPATHLEN]; in boinc_init_options_graphics_lib() local
90 if (boinc_resolve_filename(graphics_lib, resolved_name, MAXPATHLEN)) { in boinc_init_options_graphics_lib()
100 if (!strcmp(graphics_lib, resolved_name)) { in boinc_init_options_graphics_lib()
101 sprintf(resolved_name, "./%s", graphics_lib); in boinc_init_options_graphics_lib()
109 graphics_lib_handle = dlopen(resolved_name, RTLD_NOW); in boinc_init_options_graphics_lib()
129 resolved_name, errormsg?errormsg:"" in boinc_init_options_graphics_lib()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/StdLib/
H A Drealpath.c38 char *resolved_name in realpath() argument
42 if (file_name == NULL || resolved_name == NULL) { in realpath()
53 UnicodeStrToAsciiStr(Temp, resolved_name); in realpath()
54 return (resolved_name); in realpath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/mapreduce/mapreduce/
H A Dutil.py262 resolved_name = for_name(fq_name)
263 if isinstance(resolved_name, (type, types.ClassType)):
265 return resolved_name()
266 elif isinstance(resolved_name, types.MethodType):
268 return getattr(resolved_name.im_class(), resolved_name.__name__)
270 return resolved_name
/dports/devel/p5-MooX-Thunking/MooX-Thunking-0.08/lib/MooX/
H A DThunking.pm33 my $resolved_name = "_${name}_resolved";
34 $orig->($resolved_name, is => 'rw'); # cache whether resolved
38 return if $self->$resolved_name; # already resolved
39 $self->$resolved_name(1);
/dports/www/mod_php80/php-8.0.15/main/
H A Dfopen_wrappers.c132 char resolved_name[MAXPATHLEN]; local
155 if (expand_filepath(path, resolved_name) == NULL) {
159 path_len = strlen(resolved_name);
160 memcpy(path_tmp, resolved_name, path_len + 1); /* safe */
162 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
232 resolved_name_len = strlen(resolved_name);
234 if (resolved_name[resolved_name_len - 1] != PHP_DIR_SEPARATOR) {
235 resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR;
236 resolved_name[++resolved_name_len] = '\0';
247 resolved_name[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {
[all …]
/dports/www/mod_php81/php-8.1.1/main/
H A Dfopen_wrappers.c132 char resolved_name[MAXPATHLEN]; local
155 if (expand_filepath(path, resolved_name) == NULL) {
159 path_len = strlen(resolved_name);
160 memcpy(path_tmp, resolved_name, path_len + 1); /* safe */
162 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
232 resolved_name_len = strlen(resolved_name);
234 if (resolved_name[resolved_name_len - 1] != PHP_DIR_SEPARATOR) {
235 resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR;
236 resolved_name[++resolved_name_len] = '\0';
247 resolved_name[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {
[all …]
/dports/lang/php74/php-7.4.27/main/
H A Dfopen_wrappers.c141 char resolved_name[MAXPATHLEN]; local
164 if (expand_filepath(path, resolved_name) == NULL) {
168 path_len = strlen(resolved_name);
169 memcpy(path_tmp, resolved_name, path_len + 1); /* safe */
171 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
241 resolved_name_len = strlen(resolved_name);
243 if (resolved_name[resolved_name_len - 1] != PHP_DIR_SEPARATOR) {
244 resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR;
245 resolved_name[++resolved_name_len] = '\0';
256 resolved_name[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {
[all …]
/dports/lang/php73/php-7.3.33/main/
H A Dfopen_wrappers.c136 char resolved_name[MAXPATHLEN]; local
159 if (expand_filepath(path, resolved_name) == NULL) {
163 path_len = strlen(resolved_name);
164 memcpy(path_tmp, resolved_name, path_len + 1); /* safe */
166 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
232 resolved_name_len = strlen(resolved_name);
234 if (resolved_name[resolved_name_len - 1] != PHP_DIR_SEPARATOR) {
235 resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR;
236 resolved_name[++resolved_name_len] = '\0';
247 resolved_name[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {
[all …]
/dports/lang/php81/php-8.1.1/main/
H A Dfopen_wrappers.c132 char resolved_name[MAXPATHLEN]; local
155 if (expand_filepath(path, resolved_name) == NULL) {
159 path_len = strlen(resolved_name);
160 memcpy(path_tmp, resolved_name, path_len + 1); /* safe */
162 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
232 resolved_name_len = strlen(resolved_name);
234 if (resolved_name[resolved_name_len - 1] != PHP_DIR_SEPARATOR) {
235 resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR;
236 resolved_name[++resolved_name_len] = '\0';
247 resolved_name[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {
[all …]
/dports/lang/php80/php-8.0.15/main/
H A Dfopen_wrappers.c132 char resolved_name[MAXPATHLEN]; local
155 if (expand_filepath(path, resolved_name) == NULL) {
159 path_len = strlen(resolved_name);
160 memcpy(path_tmp, resolved_name, path_len + 1); /* safe */
162 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
232 resolved_name_len = strlen(resolved_name);
234 if (resolved_name[resolved_name_len - 1] != PHP_DIR_SEPARATOR) {
235 resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR;
236 resolved_name[++resolved_name_len] = '\0';
247 resolved_name[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {
[all …]
/dports/www/mod_php73/php-7.3.33/main/
H A Dfopen_wrappers.c136 char resolved_name[MAXPATHLEN]; local
159 if (expand_filepath(path, resolved_name) == NULL) {
163 path_len = strlen(resolved_name);
164 memcpy(path_tmp, resolved_name, path_len + 1); /* safe */
166 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
232 resolved_name_len = strlen(resolved_name);
234 if (resolved_name[resolved_name_len - 1] != PHP_DIR_SEPARATOR) {
235 resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR;
236 resolved_name[++resolved_name_len] = '\0';
247 resolved_name[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {
[all …]
/dports/www/mod_php74/php-7.4.27/main/
H A Dfopen_wrappers.c141 char resolved_name[MAXPATHLEN]; local
164 if (expand_filepath(path, resolved_name) == NULL) {
168 path_len = strlen(resolved_name);
169 memcpy(path_tmp, resolved_name, path_len + 1); /* safe */
171 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
241 resolved_name_len = strlen(resolved_name);
243 if (resolved_name[resolved_name_len - 1] != PHP_DIR_SEPARATOR) {
244 resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR;
245 resolved_name[++resolved_name_len] = '\0';
256 resolved_name[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dhandle_closer.cc50 std::wstring resolved_name; in AddHandle() local
52 resolved_name = handle_name; in AddHandle()
54 if (!ResolveRegistryName(resolved_name, &resolved_name)) in AddHandle()
64 names->second.insert(resolved_name); in AddHandle()
68 names->second.insert(resolved_name); in AddHandle()
H A Dregistry_policy.cc124 std::wstring resolved_name(name); in GenerateRules() local
125 if (resolved_name.empty()) { in GenerateRules()
129 if (!ResolveRegistryName(resolved_name, &resolved_name)) in GenerateRules()
132 name = resolved_name.c_str(); in GenerateRules()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dhandle_closer.cc50 std::wstring resolved_name; in AddHandle() local
52 resolved_name = handle_name; in AddHandle()
54 if (!ResolveRegistryName(resolved_name, &resolved_name)) in AddHandle()
64 names->second.insert(resolved_name); in AddHandle()
68 names->second.insert(resolved_name); in AddHandle()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dhandle_closer.cc50 std::wstring resolved_name; in AddHandle() local
52 resolved_name = handle_name; in AddHandle()
54 if (!ResolveRegistryName(resolved_name, &resolved_name)) in AddHandle()
64 names->second.insert(resolved_name); in AddHandle()
68 names->second.insert(resolved_name); in AddHandle()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dhandle_closer.cc50 std::wstring resolved_name; in AddHandle() local
52 resolved_name = handle_name; in AddHandle()
54 if (!ResolveRegistryName(resolved_name, &resolved_name)) in AddHandle()
64 names->second.insert(resolved_name); in AddHandle()
68 names->second.insert(resolved_name); in AddHandle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dhandle_closer.cc50 std::wstring resolved_name; in AddHandle() local
52 resolved_name = handle_name; in AddHandle()
54 if (!ResolveRegistryName(resolved_name, &resolved_name)) in AddHandle()
64 names->second.insert(resolved_name); in AddHandle()
68 names->second.insert(resolved_name); in AddHandle()
H A Dregistry_policy.cc125 std::wstring resolved_name(name); in GenerateRules() local
126 if (resolved_name.empty()) { in GenerateRules()
130 if (!ResolveRegistryName(resolved_name, &resolved_name)) in GenerateRules()
133 name = resolved_name.c_str(); in GenerateRules()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/win/
H A Dshortcut_unittest.cc149 FilePath resolved_name; in TEST_F() local
150 EXPECT_TRUE(ResolveShortcut(link_file_, &resolved_name, nullptr)); in TEST_F()
153 base::ReadFile(resolved_name, read_contents, base::size(read_contents)); in TEST_F()
161 FilePath resolved_name; in TEST_F() local
163 EXPECT_TRUE(ResolveShortcut(link_file_, &resolved_name, &args)); in TEST_F()
166 base::ReadFile(resolved_name, read_contents, base::size(read_contents)); in TEST_F()
213 FilePath resolved_name; in TEST_F() local
214 EXPECT_TRUE(ResolveShortcut(link_file_, &resolved_name, nullptr)); in TEST_F()
217 base::ReadFile(resolved_name, read_contents, base::size(read_contents)); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/win/
H A Dshortcut_unittest.cc149 FilePath resolved_name; in TEST_F() local
150 EXPECT_TRUE(ResolveShortcut(link_file_, &resolved_name, nullptr)); in TEST_F()
153 base::ReadFile(resolved_name, read_contents, base::size(read_contents)); in TEST_F()
161 FilePath resolved_name; in TEST_F() local
163 EXPECT_TRUE(ResolveShortcut(link_file_, &resolved_name, &args)); in TEST_F()
166 base::ReadFile(resolved_name, read_contents, base::size(read_contents)); in TEST_F()
213 FilePath resolved_name; in TEST_F() local
214 EXPECT_TRUE(ResolveShortcut(link_file_, &resolved_name, nullptr)); in TEST_F()
217 base::ReadFile(resolved_name, read_contents, base::size(read_contents)); in TEST_F()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dhandle_closer.cc48 base::string16 resolved_name; in AddHandle() local
50 resolved_name = handle_name; in AddHandle()
52 if (!ResolveRegistryName(resolved_name, &resolved_name)) in AddHandle()
62 names->second.insert(resolved_name); in AddHandle()
66 names->second.insert(resolved_name); in AddHandle()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dhandle_closer.cc50 base::string16 resolved_name; in AddHandle() local
52 resolved_name = handle_name; in AddHandle()
54 if (!ResolveRegistryName(resolved_name, &resolved_name)) in AddHandle()
64 names->second.insert(resolved_name); in AddHandle()
68 names->second.insert(resolved_name); in AddHandle()
/dports/devel/dmucs/dmucs/
H A Dgethost.cc176 std::string resolved_name; in main() local
178 resolved_name = ""; in main()
190 getHostName(resolved_name, c); in main()
211 resolved_name += "/100"; in main()
215 tmp << "DISTCC_HOSTS=" << resolved_name; in main()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dhandle_closer.cc50 base::string16 resolved_name; in AddHandle() local
52 resolved_name = handle_name; in AddHandle()
54 if (!ResolveRegistryName(resolved_name, &resolved_name)) in AddHandle()
64 names->second.insert(resolved_name); in AddHandle()
68 names->second.insert(resolved_name); in AddHandle()

1234567891011