Home
last modified time | relevance | path

Searched refs:active_path (Results 1 – 25 of 71) sorted by relevance

123

/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/storage/file/
H A Dsieve-file-storage.c110 pathlen = p - active_path; in sieve_storage_get_relative_link_path()
289 *active_path = path; in sieve_file_storage_get_full_active_path()
316 if ( active_path != NULL && *active_path != '\0' ) { in sieve_file_storage_init_common()
333 active_path); in sieve_file_storage_init_common()
358 fstorage->active_path = p_strdup(storage->pool, active_path); in sieve_file_storage_init_common()
467 if ( active_path != NULL && *active_path != '\0' ) { in sieve_file_storage_init_common()
531 if ( active_path == NULL || *active_path == '\0' ) in sieve_file_storage_init()
559 if ( active_path != NULL && *active_path != '\0' ) { in sieve_file_storage_init()
571 if ( active_path == NULL || *active_path == '\0' ) { in sieve_file_storage_init()
678 if ( (active_path == NULL || *active_path == '\0') ) { in sieve_file_storage_do_init_legacy()
[all …]
H A Dsieve-file-storage-active.c40 fstorage->active_path); in sieve_file_storage_active_read_link()
53 fstorage->active_path, error); in sieve_file_storage_active_read_link()
69 fname = strrchr(fstorage->active_path, '/'); in sieve_file_storage_active_parse_link()
93 fstorage->active_path, link); in sieve_file_storage_active_parse_link()
110 fstorage->active_path, scriptpath); in sieve_file_storage_active_parse_link()
134 fstorage->active_path, in sieve_file_storage_active_replace_link()
257 fstorage->active_path, NULL, NULL); in sieve_file_storage_active_script_open()
286 fstorage->active_path, in sieve_file_storage_active_script_open()
332 fstorage->active_path); in sieve_file_storage_active_rescue_regular()
358 fstorage->active_path, dstpath); in sieve_file_storage_active_rescue_regular()
[all …]
/dports/news/inn-current/inn-2.7-20211226/expire/
H A Dexpireover.c56 char *active_path = NULL; in main() local
86 active_path = xstrdup(optarg); in main()
139 if (active_path == NULL) { in main()
140 active_path = concatpath(innconf->pathdb, INN_PATH_ACTIVE); in main()
143 if (strcmp(active_path, "-") == 0) { in main()
148 qp = QIOopen(active_path); in main()
150 sysdie("can't open active file (%s)", active_path); in main()
152 free(active_path); in main()
/dports/news/inn/inn-2.6.4/expire/
H A Dexpireover.c57 char *active_path = NULL; in main() local
87 active_path = xstrdup(optarg); in main()
140 if (active_path == NULL) { in main()
141 active_path = concatpath(innconf->pathdb, INN_PATH_ACTIVE); in main()
144 if (strcmp(active_path, "-") == 0) { in main()
149 qp = QIOopen(active_path); in main()
151 sysdie("can't open active file (%s)", active_path); in main()
153 free(active_path); in main()
/dports/sysutils/shlock/inn-2.6.4/expire/
H A Dexpireover.c57 char *active_path = NULL; in main() local
87 active_path = xstrdup(optarg); in main()
140 if (active_path == NULL) { in main()
141 active_path = concatpath(innconf->pathdb, INN_PATH_ACTIVE); in main()
144 if (strcmp(active_path, "-") == 0) { in main()
149 qp = QIOopen(active_path); in main()
151 sysdie("can't open active file (%s)", active_path); in main()
153 free(active_path); in main()
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/xcode/
H A Dxcode.plugin.zsh17 local active_path
18 active_path=${"$(xcode-select -p)"%%/Contents/Developer*}
19 echo "Found ${xcode_files[1]}. Opening with ${active_path}"
20 open -a "$active_path" "${xcode_files[1]}"
128 local versions version active_path
130 active_path=$(xcode-select -p)
131 active_path=${active_path%%/Contents/Developer*}
134 if [[ "${xcode_versions[$version]}" == $active_path ]]; then
135 printf "%s (%s)\n" $version $active_path
139 printf "%s (%s)\n" "<unknown>" $active_path
/dports/games/flightgear-data/fgdata/Nasal/canvas/map/
H A DFLT.lcontroller33 active_path: 0,
50 while (size(me.models) <= me.active_path) append(me.models, []);
51 for (var i=size(me.models[me.active_path]); i<size(path); i+=1)
52 me.layer.append(me.active_path, path[i], me.models[me.active_path]);
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dstorage_partition_impl_map_unittest.cc31 base::FilePath active_path = browser_context.GetPath().Append( in TEST() local
34 ASSERT_TRUE(base::CreateDirectory(active_path)); in TEST()
35 active_paths->insert(active_path); in TEST()
48 EXPECT_TRUE(base::PathExists(active_path)); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dstorage_partition_impl_map_unittest.cc78 base::FilePath active_path = browser_context.GetPath().Append( in TEST() local
81 ASSERT_TRUE(base::CreateDirectory(active_path)); in TEST()
82 active_paths->insert(active_path); in TEST()
95 EXPECT_TRUE(base::PathExists(active_path)); in TEST()
/dports/news/gup/gup/
H A Dgup.c210 active_path = ACTIVE_PATH;
216 case 'a': active_path = optarg; break;
262 if (!active_path || !*active_path) {
602 fd = open(active_path, O_RDONLY);
604 sprintf(msg, "Could not open active file '%s'", active_path);
612 sprintf(msg, "No groups found in active file '%s'", active_path);
/dports/math/gnumeric/gnumeric-1.12.50/src/dialogs/
H A Ddialog-formula-guru.c71 GtkTreePath* active_path; member
607 g_return_if_fail (state->active_path == NULL); in cb_dialog_formula_guru_selector_clicked()
610 state->active_path = gtk_tree_model_get_path (model, &iter); in cb_dialog_formula_guru_selector_clicked()
633 g_return_if_fail (state->active_path == NULL); in cb_dialog_formula_guru_clear_clicked()
1011 if (state->active_path) { in dialog_formula_guru()
1013 gtk_tree_path_free (state->active_path); in dialog_formula_guru()
1014 state->active_path = NULL; in dialog_formula_guru()
1019 if (state->active_path) { in dialog_formula_guru()
1020 gtk_tree_path_free (state->active_path); in dialog_formula_guru()
1021 state->active_path = NULL; in dialog_formula_guru()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/metrics/
H A Dpersistent_histogram_allocator.cc713 const FilePath& active_path, in CreateWithActiveFile() argument
719 if (!base::ReplaceFile(active_path, base_path, nullptr)) in CreateWithActiveFile()
721 if (base::PathExists(active_path)) in CreateWithActiveFile()
726 base::ReplaceFile(spare_path, active_path, nullptr); in CreateWithActiveFile()
728 return base::GlobalHistogramAllocator::CreateWithFile(active_path, size, id, in CreateWithActiveFile()
737 FilePath base_path, active_path, spare_path; in CreateWithActiveFileInDir() local
738 ConstructFilePaths(dir, name, &base_path, &active_path, &spare_path); in CreateWithActiveFileInDir()
739 return CreateWithActiveFile(base_path, active_path, spare_path, size, id, in CreateWithActiveFileInDir()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/metrics/
H A Dpersistent_histogram_allocator.cc713 const FilePath& active_path, in CreateWithActiveFile() argument
719 if (!base::ReplaceFile(active_path, base_path, nullptr)) in CreateWithActiveFile()
721 if (base::PathExists(active_path)) in CreateWithActiveFile()
726 base::ReplaceFile(spare_path, active_path, nullptr); in CreateWithActiveFile()
728 return base::GlobalHistogramAllocator::CreateWithFile(active_path, size, id, in CreateWithActiveFile()
737 FilePath base_path, active_path, spare_path; in CreateWithActiveFileInDir() local
738 ConstructFilePaths(dir, name, &base_path, &active_path, &spare_path); in CreateWithActiveFileInDir()
739 return CreateWithActiveFile(base_path, active_path, spare_path, size, id, in CreateWithActiveFileInDir()
/dports/multimedia/libv4l/linux-5.13-rc2/net/sctp/
H A Dassociola.c449 asoc->peer.active_path = transport; in sctp_assoc_set_primary()
511 if (asoc->peer.active_path == peer) in sctp_assoc_rm_peer()
512 asoc->peer.active_path = transport; in sctp_assoc_rm_peer()
551 struct sctp_transport *active = asoc->peer.active_path; in sctp_assoc_rm_peer()
729 if (asoc->peer.active_path == asoc->peer.retran_path && in sctp_assoc_add_peer()
945 active = asoc->peer.active_path; in sctp_assoc_lookup_tsn()
1283 if (asoc->peer.active_path == asoc->peer.retran_path && in sctp_assoc_update_retran_path()
1284 asoc->peer.active_path->state == SCTP_ACTIVE) in sctp_assoc_update_retran_path()
1368 trans_pri = sctp_trans_elect_best(asoc->peer.active_path, trans_pf); in sctp_select_active_and_retran_path()
1373 asoc->peer.active_path = trans_pri; in sctp_select_active_and_retran_path()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sctp/
H A Dassociola.c449 asoc->peer.active_path = transport; in sctp_assoc_set_primary()
511 if (asoc->peer.active_path == peer) in sctp_assoc_rm_peer()
512 asoc->peer.active_path = transport; in sctp_assoc_rm_peer()
551 struct sctp_transport *active = asoc->peer.active_path; in sctp_assoc_rm_peer()
729 if (asoc->peer.active_path == asoc->peer.retran_path && in sctp_assoc_add_peer()
945 active = asoc->peer.active_path; in sctp_assoc_lookup_tsn()
1283 if (asoc->peer.active_path == asoc->peer.retran_path && in sctp_assoc_update_retran_path()
1284 asoc->peer.active_path->state == SCTP_ACTIVE) in sctp_assoc_update_retran_path()
1368 trans_pri = sctp_trans_elect_best(asoc->peer.active_path, trans_pf); in sctp_select_active_and_retran_path()
1373 asoc->peer.active_path = trans_pri; in sctp_select_active_and_retran_path()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sctp/
H A Dassociola.c449 asoc->peer.active_path = transport; in sctp_assoc_set_primary()
511 if (asoc->peer.active_path == peer) in sctp_assoc_rm_peer()
512 asoc->peer.active_path = transport; in sctp_assoc_rm_peer()
551 struct sctp_transport *active = asoc->peer.active_path; in sctp_assoc_rm_peer()
729 if (asoc->peer.active_path == asoc->peer.retran_path && in sctp_assoc_add_peer()
945 active = asoc->peer.active_path; in sctp_assoc_lookup_tsn()
1283 if (asoc->peer.active_path == asoc->peer.retran_path && in sctp_assoc_update_retran_path()
1284 asoc->peer.active_path->state == SCTP_ACTIVE) in sctp_assoc_update_retran_path()
1368 trans_pri = sctp_trans_elect_best(asoc->peer.active_path, trans_pf); in sctp_select_active_and_retran_path()
1373 asoc->peer.active_path = trans_pri; in sctp_select_active_and_retran_path()
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkComboBox.t74 my $active_path = Gtk2::TreePath->new_from_string
77 $model->get ($model->get_iter ($active_path), 0),
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Target/
H A DStackFrameList.cpp290 CallSequence active_path = {}; in FindInterveningFrames() member
314 solution_path = active_path; in FindInterveningFrames()
330 active_path.push_back(CallDescriptor{&callee}); in FindInterveningFrames()
336 std::tie(active_path.back().address_type, active_path.back().address) = in FindInterveningFrames()
343 active_path.pop_back(); in FindInterveningFrames()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp290 CallSequence active_path = {}; in FindInterveningFrames() member
314 solution_path = active_path; in FindInterveningFrames()
330 active_path.push_back(CallDescriptor{&callee}); in FindInterveningFrames()
336 std::tie(active_path.back().address_type, active_path.back().address) = in FindInterveningFrames()
343 active_path.pop_back(); in FindInterveningFrames()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Target/
H A DStackFrameList.cpp290 CallSequence active_path = {}; in FindInterveningFrames() member
314 solution_path = active_path; in FindInterveningFrames()
330 active_path.push_back(CallDescriptor{&callee}); in FindInterveningFrames()
336 std::tie(active_path.back().address_type, active_path.back().address) = in FindInterveningFrames()
343 active_path.pop_back(); in FindInterveningFrames()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Target/
H A DStackFrameList.cpp290 CallSequence active_path = {}; in FindInterveningFrames() member
314 solution_path = active_path; in FindInterveningFrames()
330 active_path.push_back(CallDescriptor{&callee}); in FindInterveningFrames()
336 std::tie(active_path.back().address_type, active_path.back().address) = in FindInterveningFrames()
343 active_path.pop_back(); in FindInterveningFrames()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Target/
H A DStackFrameList.cpp290 CallSequence active_path = {}; in FindInterveningFrames() member
314 solution_path = active_path; in FindInterveningFrames()
330 active_path.push_back(CallDescriptor{&callee}); in FindInterveningFrames()
336 std::tie(active_path.back().address_type, active_path.back().address) = in FindInterveningFrames()
343 active_path.pop_back(); in FindInterveningFrames()
/dports/net/gupnp-tools/gupnp-tools-0.10.2/src/av-cp/
H A Drenderer-combo.c226 GtkTreePath *active_path; in is_iter_active() local
242 active_path = gtk_tree_model_get_path (model, &active_iter); in is_iter_active()
243 g_assert (active_path != NULL); in is_iter_active()
245 ret = (gtk_tree_path_compare (path, active_path) == 0); in is_iter_active()
248 gtk_tree_path_free (active_path); in is_iter_active()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Target/
H A DStackFrameList.cpp287 CallSequence active_path = {}; in FindInterveningFrames() member
311 solution_path = active_path; in FindInterveningFrames()
327 active_path.push_back(CallDescriptor{&callee}); in FindInterveningFrames()
333 std::tie(active_path.back().address_type, active_path.back().address) = in FindInterveningFrames()
340 active_path.pop_back(); in FindInterveningFrames()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Target/
H A DStackFrameList.cpp287 CallSequence active_path = {}; in FindInterveningFrames() member
311 solution_path = active_path; in FindInterveningFrames()
327 active_path.push_back(CallDescriptor{&callee}); in FindInterveningFrames()
333 std::tie(active_path.back().address_type, active_path.back().address) = in FindInterveningFrames()
340 active_path.pop_back(); in FindInterveningFrames()

123