Home
last modified time | relevance | path

Searched refs:result_path (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/path/
H A Dpathpath.c47 char *result_path; in pathpath() local
73 result_path = buf + strlen(buf); in pathpath()
74 sfsprintf(result_path, sizeof(buf) - (result_path - buf), "/%s", path_to_search); in pathpath()
85 result_path = (char *)path_to_search2; in pathpath()
86 if (result_path) { in pathpath()
94 (strchr(result_path, '/') || (result_path = cached_path))) { in pathpath()
95 if (!cached_path && *result_path == '/') cached_path = strdup(result_path); in pathpath()
99 result_path += slen; in pathpath()
110 result_path = in pathpath()
112 if (result_path) return result_path; in pathpath()
[all …]
/dports/net-p2p/transmission-daemon/transmission-3.00/libtransmission/
H A Dsubprocess-test.c61 result_path, in test_spawn_async_args()
104 tr_free(result_path); in test_spawn_async_args()
131 result_path, in test_spawn_async_env()
197 tr_free(result_path); in test_spawn_async_env()
211 result_path, in test_spawn_async_cwd_explicit()
238 tr_free(result_path); in test_spawn_async_cwd_explicit()
254 result_path, in test_spawn_async_cwd_inherit()
282 tr_free(result_path); in test_spawn_async_cwd_inherit()
296 result_path, in test_spawn_async_cwd_missing()
310 tr_free(result_path); in test_spawn_async_cwd_missing()
[all …]
/dports/net-p2p/transmission-utils/transmission-3.00/libtransmission/
H A Dsubprocess-test.c61 result_path, in test_spawn_async_args()
104 tr_free(result_path); in test_spawn_async_args()
131 result_path, in test_spawn_async_env()
197 tr_free(result_path); in test_spawn_async_env()
211 result_path, in test_spawn_async_cwd_explicit()
238 tr_free(result_path); in test_spawn_async_cwd_explicit()
254 result_path, in test_spawn_async_cwd_inherit()
282 tr_free(result_path); in test_spawn_async_cwd_inherit()
296 result_path, in test_spawn_async_cwd_missing()
310 tr_free(result_path); in test_spawn_async_cwd_missing()
[all …]
/dports/net-p2p/transmission-cli/transmission-3.00/libtransmission/
H A Dsubprocess-test.c61 result_path, in test_spawn_async_args()
104 tr_free(result_path); in test_spawn_async_args()
131 result_path, in test_spawn_async_env()
197 tr_free(result_path); in test_spawn_async_env()
211 result_path, in test_spawn_async_cwd_explicit()
238 tr_free(result_path); in test_spawn_async_cwd_explicit()
254 result_path, in test_spawn_async_cwd_inherit()
282 tr_free(result_path); in test_spawn_async_cwd_inherit()
296 result_path, in test_spawn_async_cwd_missing()
310 tr_free(result_path); in test_spawn_async_cwd_missing()
[all …]
/dports/net-p2p/transmission-gtk/transmission-3.00/libtransmission/
H A Dsubprocess-test.c61 result_path, in test_spawn_async_args()
104 tr_free(result_path); in test_spawn_async_args()
131 result_path, in test_spawn_async_env()
197 tr_free(result_path); in test_spawn_async_env()
211 result_path, in test_spawn_async_cwd_explicit()
238 tr_free(result_path); in test_spawn_async_cwd_explicit()
254 result_path, in test_spawn_async_cwd_inherit()
282 tr_free(result_path); in test_spawn_async_cwd_inherit()
296 result_path, in test_spawn_async_cwd_missing()
310 tr_free(result_path); in test_spawn_async_cwd_missing()
[all …]
/dports/net-p2p/transmission-qt/transmission-3.00/libtransmission/
H A Dsubprocess-test.c61 result_path, in test_spawn_async_args()
104 tr_free(result_path); in test_spawn_async_args()
131 result_path, in test_spawn_async_env()
197 tr_free(result_path); in test_spawn_async_env()
211 result_path, in test_spawn_async_cwd_explicit()
238 tr_free(result_path); in test_spawn_async_cwd_explicit()
254 result_path, in test_spawn_async_cwd_inherit()
282 tr_free(result_path); in test_spawn_async_cwd_inherit()
296 result_path, in test_spawn_async_cwd_missing()
310 tr_free(result_path); in test_spawn_async_cwd_missing()
[all …]
/dports/www/transmission-web/transmission-3.00/libtransmission/
H A Dsubprocess-test.c61 result_path, in test_spawn_async_args()
104 tr_free(result_path); in test_spawn_async_args()
131 result_path, in test_spawn_async_env()
197 tr_free(result_path); in test_spawn_async_env()
211 result_path, in test_spawn_async_cwd_explicit()
238 tr_free(result_path); in test_spawn_async_cwd_explicit()
254 result_path, in test_spawn_async_cwd_inherit()
282 tr_free(result_path); in test_spawn_async_cwd_inherit()
296 result_path, in test_spawn_async_cwd_missing()
310 tr_free(result_path); in test_spawn_async_cwd_missing()
[all …]
/dports/security/stunnel/stunnel-5.60/tests/recipes/
H A D045_include9 mkdir -p "${result_path}/conf.d"
13 pid = ${result_path}/stunnel.pid
14 output = ${result_path}/stunnel.log" > "${result_path}/conf.d/00-global.conf"
19 connect = 127.0.0.1:${https1}" > "${result_path}/conf.d/01-service.conf"
24 cert = ${script_path}/certs/server_cert.pem" > "${result_path}/conf.d/02-service.conf"
30 include = ${result_path}/conf.d
38 rm -f -r "${result_path}/conf.d"
H A D050_ticket_secrets17 pid = ${result_path}/stunnel.pid
18 output = ${result_path}/stunnel.log
24 execArgs = execute_read ${result_path}/temp.log
25 connect = ${result_path}/stunnel.sock
34 pid = ${result_path}/stunnel_server.pid
35 output = ${result_path}/stunnel_server.log
43 accept = ${result_path}/stunnel.sock
H A D040_reload13 pid = ${result_path}/stunnel.pid
14 output = ${result_path}/stunnel.log
34 pid = ${result_path}/stunnel.pid
35 output = ${result_path}/stunnel.log
/dports/security/stunnel/stunnel-5.60/tests/
H A Dmake_test8 result_path=$(pwd)
11 cd "${result_path}"
12 result_path="${result_path}/logs"
69 rm -rf "${result_path}"
70 mkdir "${result_path}"
71 cd "${result_path}"
/dports/textproc/zorba/zorba-2.7.0/test/
H A Dpath_test.cpp38 std::string result_path; in main() local
39 result_path = result.get_path(); in main()
44 while((findpos=result_path.find('\\', findpos)) != string::npos) in main()
46 result_path.replace(findpos, 1, "/"); in main()
50 cout << result_path << endl; in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/cert/internal/
H A Dpath_builder.cc615 if (result_path && result_path->IsValid()) in GetBestValidPath()
616 return result_path; in GetBestValidPath()
680 std::unique_ptr<CertPathBuilderResultPath> result_path = in Run() local
683 if (!cert_path_iter_->GetNextPath(&result_path->certs, in Run()
699 result_path->certs, result_path->last_cert_trust, delegate_, time_, in Run()
702 &result_path->user_constrained_policy_set, &result_path->errors); in Run()
705 << result_path->errors.ToDebugString(result_path->certs); in Run()
710 bool path_is_good = result_path->IsValid(); in Run()
712 AddResultPath(std::move(result_path)); in Run()
729 if (result_path->IsValid() && !out_result_.HasValidPath()) in AddResultPath()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cert/internal/
H A Dpath_builder.cc616 if (result_path && result_path->IsValid()) in GetBestValidPath()
617 return result_path; in GetBestValidPath()
681 std::unique_ptr<CertPathBuilderResultPath> result_path = in Run() local
684 if (!cert_path_iter_->GetNextPath(&result_path->certs, in Run()
700 result_path->certs, result_path->last_cert_trust, delegate_, time_, in Run()
703 &result_path->user_constrained_policy_set, &result_path->errors); in Run()
706 << result_path->errors.ToDebugString(result_path->certs); in Run()
711 bool path_is_good = result_path->IsValid(); in Run()
713 AddResultPath(std::move(result_path)); in Run()
730 if (result_path->IsValid() && !out_result_.HasValidPath()) in AddResultPath()
[all …]
/dports/lang/python27/Python-2.7.18/Lib/
H A Dntpath.py65 result_drive, result_path = splitdrive(path)
72 result_path = p_path
78 result_path = p_path
83 if result_path and result_path[-1] not in '\\/':
84 result_path = result_path + '\\'
85 result_path = result_path + p_path
87 if (result_path and result_path[0] not in '\\/' and
89 return result_drive + sep + result_path
90 return result_drive + result_path
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dntpath.py65 result_drive, result_path = splitdrive(path)
72 result_path = p_path
78 result_path = p_path
83 if result_path and result_path[-1] not in '\\/':
84 result_path = result_path + '\\'
85 result_path = result_path + p_path
87 if (result_path and result_path[0] not in '\\/' and
89 return result_drive + sep + result_path
90 return result_drive + result_path
/dports/security/gnome-keyring/gnome-keyring-40.0/daemon/dbus/
H A Dgkd-secret-create.c62 gchar *result_path; member
109 g_assert (!self->result_path); in create_collection_with_secret()
111 self->result_path = gkd_secret_create_with_secret (self->attributes, master, &error); in create_collection_with_secret()
113 if (!self->result_path) { in create_collection_with_secret()
122 if (!gkd_secret_util_parse_path (self->result_path, &identifier, NULL)) in create_collection_with_secret()
129 gkd_secret_service_emit_collection_created (service, self->result_path); in create_collection_with_secret()
147 g_assert (!self->result_path); in locate_alias_collection_if_exists()
162 self->result_path = path; in locate_alias_collection_if_exists()
184 gkd_secret_unlock_queue (unlock, self->result_path); in unlock_or_complete_this_prompt()
302 path = self->result_path ? self->result_path : "/"; in gkd_secret_create_encode_result()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgsserver_accesscontrol_wms_getprint_postgres.py173 result_path = os.path.join(self.temp_dir.path(), 'white.png')
174 with open(result_path, 'wb+') as f:
178 image = QImage(result_path)
208 result_path = os.path.join(self.temp_dir.path(), 'red.png')
209 with open(result_path, 'wb+') as f:
213 image = QImage(result_path)
343 result_path = os.path.join(self.temp_dir.path(), 'atlas_1_2.png')
344 with open(result_path, 'wb+') as f:
348 image = QImage(result_path)
372 with open(result_path, 'wb+') as f:
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsserver_accesscontrol_wms_getprint_postgres.py173 result_path = os.path.join(self.temp_dir.path(), 'white.png')
174 with open(result_path, 'wb+') as f:
178 image = QImage(result_path)
208 result_path = os.path.join(self.temp_dir.path(), 'red.png')
209 with open(result_path, 'wb+') as f:
213 image = QImage(result_path)
343 result_path = os.path.join(self.temp_dir.path(), 'atlas_1_2.png')
344 with open(result_path, 'wb+') as f:
348 image = QImage(result_path)
372 with open(result_path, 'wb+') as f:
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/lint/
H A Dsuppress.py65 def _ParseAndInsertNewSuppressions(result_path, config_path): argument
69 print('Parsing and merging %s' % result_path)
70 dom = minidom.parse(result_path)
113 def _Suppress(config_path, result_path): argument
114 _ParseAndInsertNewSuppressions(result_path, config_path)
127 _Suppress(args.config, args.result_path)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/cast/common/certificate/
H A Dcast_cert_validator.cc148 CertificatePathResult result_path = {}; in VerifyDeviceCert() local
149 Error error = FindCertificatePath(der_certs, time, &result_path, trust_store); in VerifyDeviceCert()
155 !crl->CheckRevocation(result_path.path, time)) { in VerifyDeviceCert()
159 *policy = GetAudioPolicy(result_path.path); in VerifyDeviceCert()
164 X509_get_subject_name(result_path.target_cert.get()); in VerifyDeviceCert()
174 bssl::UniquePtr<EVP_PKEY>{X509_get_pubkey(result_path.target_cert.get())}, in VerifyDeviceCert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/cast/common/certificate/
H A Dcast_cert_validator.cc148 CertificatePathResult result_path = {}; in VerifyDeviceCert() local
149 Error error = FindCertificatePath(der_certs, time, &result_path, trust_store); in VerifyDeviceCert()
155 !crl->CheckRevocation(result_path.path, time)) { in VerifyDeviceCert()
159 *policy = GetAudioPolicy(result_path.path); in VerifyDeviceCert()
164 X509_get_subject_name(result_path.target_cert.get()); in VerifyDeviceCert()
174 bssl::UniquePtr<EVP_PKEY>{X509_get_pubkey(result_path.target_cert.get())}, in VerifyDeviceCert()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/alphamat/samples/
H A Dinformation_flow_matting.cpp39 string result_path = parser.get<std::string>("out"); in main() local
72 if (result_path.empty()) in main()
82 imwrite(result_path, result); in main()
83 printf("Result saved: '%s'\n", result_path.c_str()); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/gyp/
H A Dlint.py31 result_path, argument
73 with open(result_path, 'rb') as f:
77 with open(result_path, 'wb') as f:
81 dom = minidom.parse(result_path)
108 '--xml', _RebasePath(result_path),
226 if os.path.exists(result_path):
227 os.remove(result_path)
258 if not os.path.exists(result_path):
262 if os.path.getsize(result_path) < 10:
276 with open(result_path) as f:
[all …]
/dports/graphics/perceptualdiff/perceptualdiff-2.1/
H A Dcoveralls.bash8 result_path="$path/CMakeFiles/perceptualdiff.dir"
14 cd "$result_path"
23 cp "$result_path/$f.gcov" "$path" || true

12345678910>>...13