Home
last modified time | relevance | path

Searched refs:fcd (Results 1 – 25 of 935) sorted by relevance

12345678910>>...38

/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-fincalc.c140 if (fcd == NULL) in fi_to_gui()
189 if (fcd == NULL) in gui_to_fi()
216 fcd->financial_info.fv = -fcd->financial_info.fv; in gui_to_fi()
240 if (fcd == NULL) in fincalc_update_calc_button_cb()
263 if (fcd == NULL) in fincalc_dialog_destroy()
268 g_free(fcd); in fincalc_dialog_destroy()
277 if (fcd == NULL) in fincalc_compounding_radio_toggled()
447 gui_to_fi(fcd); in calc_value()
470 fi_to_gui(fcd); in calc_value()
530 if (!fcd) in show_handler()
[all …]
/dports/lang/gnu-cobol/gnucobol-3.1.2/copy/
H A Dxfhfcd3.cpy109 78 fcd--fcd-decl value h"01".
122 fcd--amode-31bit
123 + fcd--amode-24bit.
135 fcd--insert-tabs
136 + fcd--insert-nulls.
148 fcd--optional-file
149 + fcd--multiple-reel
150 + fcd--line-advancing.
171 fcd--nfs-file-lock
196 78 fcd--external-fcd value h"02".
[all …]
/dports/databases/casstcl/casstcl-2.15.0/generic/
H A Dcasstcl_future.c47 casstcl_futureClientData *fcd = evPtr->fcd; in casstcl_future_eventProc() local
59 (casstcl_future_error_to_tcl(fcd->ct, rc, fcd->future) == TCL_ERROR ) ) { in casstcl_future_eventProc()
106 evPtr->fcd = fcd; in casstcl_future_callback()
132 casstcl_futureClientData *fcd; in casstcl_createFutureObjectCommand() local
143 fcd->ct = ct; in casstcl_createFutureObjectCommand()
144 fcd->future = future; in casstcl_createFutureObjectCommand()
145 fcd->flags = flags; in casstcl_createFutureObjectCommand()
151 fcd->callbackObj = callbackObj; in casstcl_createFutureObjectCommand()
257 resultCode = casstcl_iterate_over_future (fcd->ct, fcd->future, arrayName, codeObj); in casstcl_futureObjectObjCmd()
428 cass_future_free (fcd->future); in casstcl_futureObjectDelete()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/
H A Dcmfabric.c399 …ret = fi_send(fcd->conn_ep, fcd->send_buf, msg->u.pb.total_length, fi_mr_desc(fcd->send_mr), 0, &s… in internal_write_piggyback()
438 ret = fi_send(fcd->conn_ep, fcd->send_buf, sizeof(msg), fi_mr_desc(fcd->send_mr), 0, &sent); in internal_write_response()
513 ret = fi_send(fcd->conn_ep, fcd->send_buf, size, fi_mr_desc(fcd->send_mr), 0, &sent); in internal_write_request()
890 fabd->fcd_array_by_sfd[fcd->sfd] = fcd; in add_completion_fd()
1214 fcd->read_buf = fcd->fabd->svc->get_data_buffer(trans->cm, fcd->read_buffer_len); in CMFABRIC_data_available()
1234 …ret = fi_recv(fcd->conn_ep, fcd->mapped_recv_buf, fcd->buffer_size, fi_mr_desc(fcd->read_mr), 0, f… in CMFABRIC_data_available()
1378 svc->fd_remove_select(fcd->fabd->cm, fcd->fd);
1382 if (fcd->last_write.iov) free(fcd->last_write.iov);
1383 free(fcd);
1562 fcd->fd = 0;
[all …]
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-file-conflict-dialog.c98 if (fcd->dest_image == NULL) in nautilus_file_conflict_dialog_set_images()
101 gtk_box_pack_start (GTK_BOX (fcd->first_hbox), fcd->dest_image, FALSE, FALSE, 0); in nautilus_file_conflict_dialog_set_images()
109 if (fcd->src_image == NULL) in nautilus_file_conflict_dialog_set_images()
112 gtk_box_pack_start (GTK_BOX (fcd->second_hbox), fcd->src_image, FALSE, FALSE, 0); in nautilus_file_conflict_dialog_set_images()
176 gtk_widget_hide (fcd->checkbox); in nautilus_file_conflict_dialog_disable_apply_to_all()
277 dialog = GTK_DIALOG (fcd); in nautilus_file_conflict_dialog_init()
298 fcd->titles_vbox = widget; in nautilus_file_conflict_dialog_init()
308 fcd->first_hbox = hbox; in nautilus_file_conflict_dialog_init()
312 fcd->second_hbox = hbox; in nautilus_file_conflict_dialog_init()
325 fcd->entry = widget; in nautilus_file_conflict_dialog_init()
[all …]
H A Dnautilus-file-conflict-dialog.h37 void nautilus_file_conflict_dialog_set_text (NautilusFileConflictDialog *fcd,
40 void nautilus_file_conflict_dialog_set_images (NautilusFileConflictDialog *fcd,
43 void nautilus_file_conflict_dialog_set_file_labels (NautilusFileConflictDialog *fcd,
46 void nautilus_file_conflict_dialog_set_conflict_name (NautilusFileConflictDialog *fcd,
48 void nautilus_file_conflict_dialog_set_suggested_name (NautilusFileConflictDialog *fcd,
50 void nautilus_file_conflict_dialog_set_replace_button_label (NautilusFileConflictDialog *fcd,
53 void nautilus_file_conflict_dialog_disable_skip (NautilusFileConflictDialog *fcd);
54 void nautilus_file_conflict_dialog_disable_replace (NautilusFileConflictDialog *fcd);
55 void nautilus_file_conflict_dialog_disable_apply_to_all (NautilusFileConflictDialog *fcd);
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dfile_export.c50 struct fcd struct
273 static gboolean write_track (struct fcd *fcd) in write_track() argument
356 static void export_files_write (struct fcd *fcd) in export_files_write() argument
369 g_return_if_fail (fcd && fcd->fc); in export_files_write()
524 g_return_if_fail (fcd && fcd->win_xml && fcd->fc); in export_files_store_option_settings()
552 struct fcd *fcd; in export_files_init() local
598 fcd = g_malloc0 (sizeof (struct fcd)); in export_files_init()
914 g_return_if_fail (fcd && fcd->fc); in export_playlist_file_retrieve_options()
940 g_return_if_fail (fcd && fcd->fc); in export_playlist_file_write()
1044 struct fcd *fcd) in export_playlist_file_response() argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/fuse/
H A Ddax.c123 spin_lock(&fcd->lock); in kick_dmap_free_worker()
132 spin_lock(&fcd->lock); in alloc_dax_mapping()
152 fcd->nr_busy_ranges--; in __dmap_remove_busy_list()
158 spin_lock(&fcd->lock); in dmap_remove_busy_list()
168 fcd->nr_free_ranges++; in __dmap_add_to_free_pool()
807 wait_event(fcd->range_waitq, (fcd->nr_free_ranges > 0)); in __fuse_dax_fault()
1296 fcd = kzalloc(sizeof(*fcd), GFP_KERNEL); in fuse_dax_conn_alloc()
1297 if (!fcd) in fuse_dax_conn_alloc()
1304 kfree(fcd); in fuse_dax_conn_alloc()
1308 fc->dax = fcd; in fuse_dax_conn_alloc()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/fuse/
H A Ddax.c123 spin_lock(&fcd->lock); in kick_dmap_free_worker()
132 spin_lock(&fcd->lock); in alloc_dax_mapping()
152 fcd->nr_busy_ranges--; in __dmap_remove_busy_list()
158 spin_lock(&fcd->lock); in dmap_remove_busy_list()
168 fcd->nr_free_ranges++; in __dmap_add_to_free_pool()
807 wait_event(fcd->range_waitq, (fcd->nr_free_ranges > 0)); in __fuse_dax_fault()
1296 fcd = kzalloc(sizeof(*fcd), GFP_KERNEL); in fuse_dax_conn_alloc()
1297 if (!fcd) in fuse_dax_conn_alloc()
1304 kfree(fcd); in fuse_dax_conn_alloc()
1308 fc->dax = fcd; in fuse_dax_conn_alloc()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/fuse/
H A Ddax.c123 spin_lock(&fcd->lock); in kick_dmap_free_worker()
132 spin_lock(&fcd->lock); in alloc_dax_mapping()
152 fcd->nr_busy_ranges--; in __dmap_remove_busy_list()
158 spin_lock(&fcd->lock); in dmap_remove_busy_list()
168 fcd->nr_free_ranges++; in __dmap_add_to_free_pool()
807 wait_event(fcd->range_waitq, (fcd->nr_free_ranges > 0)); in __fuse_dax_fault()
1296 fcd = kzalloc(sizeof(*fcd), GFP_KERNEL); in fuse_dax_conn_alloc()
1297 if (!fcd) in fuse_dax_conn_alloc()
1304 kfree(fcd); in fuse_dax_conn_alloc()
1308 fc->dax = fcd; in fuse_dax_conn_alloc()
[all …]
/dports/graphics/pinta/pinta-1.7.1/Pinta/Actions/File/
H A DSaveDocumentImplementationAction.cs82 fcd.DoOverwriteConfirmation = true; in SaveFileAs()
96 fcd.AddFilter (format.Filter); in SaveFileAs()
101 fcd.Filter = format.Filter; in SaveFileAs()
121 fcd.Filter = format_desc.Filter; in SaveFileAs()
127 if (this.ConfirmOverwrite (fcd, fcd.Filename)) in SaveFileAs()
135 string file = fcd.Filename; in SaveFileAs()
173 fcd.Destroy (); in SaveFileAs()
177 fcd.Destroy (); in SaveFileAs()
274 if (fcd.Filter == null) in OnFilterChanged()
284 var p = fcd.Filename; in OnFilterChanged()
[all …]
H A DOpenDocumentAction.cs64 fcd.AddFilter (ff); in Activated()
69 fcd.AddFilter (ff2); in Activated()
72 fcd.SetCurrentFolder (PintaCore.System.GetDialogDirectory ()); in Activated()
73 fcd.SelectMultiple = true; in Activated()
75 fcd.AddImagePreview (); in Activated()
77 int response = fcd.Run (); in Activated()
80 PintaCore.System.LastDialogDirectory = fcd.CurrentFolder; in Activated()
82 foreach (var file in fcd.Filenames) in Activated()
83 if (PintaCore.Workspace.OpenFile (file, fcd)) in Activated()
84 RecentManager.Default.AddFull (fcd.Uri, PintaCore.System.RecentData); in Activated()
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/ips_options/
H A Dips_flow.cc119 FlowCheckData* fcd = &config; in eval() local
138 if (fcd->from_client) in eval()
150 if (fcd->from_server) in eval()
187 if (fcd->only_reassembled & ONLY_FRAG) in eval()
204 if (fcd->from_client && fcd->from_server) in flow_verify()
210 if ((fcd->ignore_reassembled & IGNORE_STREAM) && (fcd->only_reassembled & ONLY_STREAM)) in flow_verify()
216 if ((fcd->ignore_reassembled & IGNORE_FRAG) && (fcd->only_reassembled & ONLY_FRAG)) in flow_verify()
222 if (fcd->stateless && (fcd->from_client || fcd->from_server)) in flow_verify()
228 if (fcd->stateless && fcd->established) in flow_verify()
235 if (fcd->stateless && fcd->unestablished) in flow_verify()
[all …]
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dfilemerge.py313 fd = fcd.path()
386 if fcd.isabsent():
589 fcd, argument
656 fd = fcd.path()
879 cd = fcd.changectx()
924 fcd.write(back.data(), fcd.flags())
938 if fcd.isabsent():
954 wctx[relpath].write(fcd.data(), fcd.flags())
1047 fd = fcd.path()
1170 fcd,
[all …]
/dports/biology/exonerate/exonerate-2.4.0/src/util/
H A Dfastacomposition.c55 register FastaComposition_Data *fcd = user_data; in fasta_composition_traverse_func() local
57 if(fcd->report_separately) in fasta_composition_traverse_func()
58 memset(fcd->count, 0, sizeof(gint)*256); in fasta_composition_traverse_func()
60 fcd->count[(guchar)str[i]]++; in fasta_composition_traverse_func()
62 if(fcd->report_separately) in fasta_composition_traverse_func()
63 fasta_composition_report(fdbs->seq->id, fcd->count, fcd->ignore_case); in fasta_composition_traverse_func()
72 FastaComposition_Data fcd = {{0},FALSE, FALSE}; in Argument_main() local
78 Argument_parse_boolean, &fcd.ignore_case); in Argument_main()
81 Argument_parse_boolean, &fcd.report_separately); in Argument_main()
89 if(!fcd.report_separately) in Argument_main()
[all …]
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Samples/TextEditor/TextEditorLib/Commands/
H A DOpenCommand.cs11 …Gtk.FileChooserDialog fcd = new Gtk.FileChooserDialog ("Open File", null, Gtk.FileChooserAction.Op… in Run()
12 fcd.AddButton (Gtk.Stock.Cancel, Gtk.ResponseType.Cancel); in Run()
13 fcd.AddButton (Gtk.Stock.Open, Gtk.ResponseType.Ok); in Run()
14 fcd.DefaultResponse = Gtk.ResponseType.Ok; in Run()
15 fcd.SelectMultiple = false; in Run()
17 Gtk.ResponseType response = (Gtk.ResponseType) fcd.Run (); in Run()
19 TextEditorApp.OpenFile (fcd.Filename); in Run()
20 fcd.Destroy (); in Run()
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Samples/TextEditor/TextEditorLib/
H A DTextEditorApp.cs34 …Gtk.FileChooserDialog fcd = new Gtk.FileChooserDialog ("Save File", null, Gtk.FileChooserAction.Sa… in SaveFile()
35 fcd.AddButton (Gtk.Stock.Cancel, Gtk.ResponseType.Cancel); in SaveFile()
36 fcd.AddButton (Gtk.Stock.Open, Gtk.ResponseType.Ok); in SaveFile()
37 fcd.DefaultResponse = Gtk.ResponseType.Ok; in SaveFile()
38 fcd.SelectMultiple = false; in SaveFile()
40 Gtk.ResponseType response = (Gtk.ResponseType) fcd.Run (); in SaveFile()
42 fcd.Destroy (); in SaveFile()
46 SetOpenFile (fcd.Filename); in SaveFile()
47 fcd.Destroy (); in SaveFile()
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/resources/hpux/ioscan/
H A Dhpux1-fc1 pci:wsio:F:T:F:-1:58:4294967295:fc:fcd:0/4/1/0:16 119 35 18 9 48 140 64 :0:root.sba.lba.fcd:fcd:CLA…
2 pci:wsio:F:T:F:-1:58:4294967295:fc:fcd:0/4/1/1:16 119 35 18 9 48 142 0 :1:root.sba.lba.fcd:fcd:CLAI…
H A Dhpux2-fc1 pci:wsio:F:T:F:-1:67:4294967295:fc:fcd:0/2/1/0:16 119 35 18 9 48 72 64 :0:root.sba.lba.fcd:fcd:CLAI…
2 pci:wsio:F:T:F:-1:67:4294967295:fc:fcd:0/2/1/1:16 119 35 18 9 48 74 0 :1:root.sba.lba.fcd:fcd:CLAIM…
H A Dhpux2-ext_bus5 …_vbus:0/2/1/0.1.4.0.0:3 1 0 0 0 0 0 0 178 61 185 8 0 0 0 0 :5:root.sba.lba.fcd.fcd_fcp.fcd_vbus:fc…
6 …fcd_vbus:0/2/1/0.1.4.255.0:2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 :6:root.sba.lba.fcd.fcd_fcp.fcd_vbus:fc…
7 …_vbus:0/2/1/0.1.5.0.0:3 1 0 0 0 0 0 0 178 61 185 8 0 0 0 0 :7:root.sba.lba.fcd.fcd_fcp.fcd_vbus:fc…
8 …fcd_vbus:0/2/1/0.1.5.255.0:2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 :8:root.sba.lba.fcd.fcd_fcp.fcd_vbus:fc…
9 …_vbus:0/2/1/1.1.4.0.0:3 1 0 0 0 0 0 0 178 61 185 8 0 0 0 0 :9:root.sba.lba.fcd.fcd_fcp.fcd_vbus:fc…
10 …cd_vbus:0/2/1/1.1.4.255.0:2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 :10:root.sba.lba.fcd.fcd_fcp.fcd_vbus:fc…
11 …vbus:0/2/1/1.1.5.0.0:3 1 0 0 0 0 0 0 178 61 185 8 0 0 0 0 :11:root.sba.lba.fcd.fcd_fcp.fcd_vbus:fc…
12 …cd_vbus:0/2/1/1.1.5.255.0:2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 :12:root.sba.lba.fcd.fcd_fcp.fcd_vbus:fc…
/dports/benchmarks/fio/fio-3.29/engines/
H A Dlibcufile.c450 struct fio_libcufile_data *fcd = NULL; in fio_libcufile_open_file() local
459 fcd = calloc(1, sizeof(*fcd)); in fio_libcufile_open_file()
460 if (fcd == NULL) { in fio_libcufile_open_file()
465 fcd->cf_descr.handle.fd = f->fd; in fio_libcufile_open_file()
467 status = cuFileHandleRegister(&fcd->cf_handle, &fcd->cf_descr); in fio_libcufile_open_file()
476 FILE_SET_ENG_DATA(f, fcd); in fio_libcufile_open_file()
480 if (fcd) { in fio_libcufile_open_file()
481 free(fcd); in fio_libcufile_open_file()
482 fcd = NULL; in fio_libcufile_open_file()
497 if (fcd != NULL) { in fio_libcufile_close_file()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dfortchar.c39 void FATR FCSND_(type, fcd, node, sync) in FCSND_() argument
41 _fcd fcd;
59 fstring = _fcdtocp(fcd);
60 flength = _fcdlen(fcd);
88 void FATR FCRCV_(type, fcd, flength, nodeselect, nodefrom, sync) in FCRCV_() argument
90 _fcd fcd;
112 fstring = _fcdtocp(fcd);
113 fsize = _fcdlen(fcd);
/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dfortchar.c39 void FATR FCSND_(type, fcd, node, sync) in FCSND_() argument
41 _fcd fcd;
59 fstring = _fcdtocp(fcd);
60 flength = _fcdlen(fcd);
88 void FATR FCRCV_(type, fcd, flength, nodeselect, nodefrom, sync) in FCRCV_() argument
90 _fcd fcd;
112 fstring = _fcdtocp(fcd);
113 fsize = _fcdlen(fcd);
/dports/lang/gnu-cobol/gnucobol-3.1.2/libcob/
H A Dfileio.c7907 ff->fcd = fcd; in find_fcd()
7923 if(ff->fcd == fcd) { in find_file()
7932 ff->fcd = fcd; in find_file()
7944 if(ff->fcd == fcd) { in save_fcd_status()
8020 if(ff->fcd == fcd) { in cob_extfh_close()
8059 memset(fcd->relKey,0,sizeof(fcd->relKey)); in cob_extfh_start()
8103 memset(fcd->relKey,0,sizeof(fcd->relKey)); in cob_extfh_read()
8115 memset(fcd->relKey,0,sizeof(fcd->relKey)); in cob_extfh_read()
8147 memset(fcd->relKey,0,sizeof(fcd->relKey)); in cob_extfh_read_next()
8182 memset (fcd->relKey, 0, sizeof(fcd->relKey)); in cob_extfh_write()
[all …]
/dports/textproc/senna/senna-1.1.5/lib/
H A Dcache.c316 fcd = tmp; in sen_cache_hash_search()
325 if (!fcd) { in sen_cache_hash_search()
330 fcd = cd; in sen_cache_hash_search()
334 fcd->ref++; in sen_cache_hash_search()
335 fcd->stamp = (*ccount)++; in sen_cache_hash_search()
339 fcd->dev = dev; in sen_cache_hash_search()
340 fcd->inode = inode; in sen_cache_hash_search()
341 fcd->offset = offset; in sen_cache_hash_search()
342 fcd->size = size; in sen_cache_hash_search()
344 dp ("CacheData[%d]: ref: %d\n", fcd->num, fcd->ref); in sen_cache_hash_search()
[all …]

12345678910>>...38