Home
last modified time | relevance | path

Searched refs:comm (Results 1 – 25 of 7789) sorted by relevance

12345678910>>...312

/dports/misc/clifm/clifm-1.3/src/
H A Dexec.c700 if (*comm[0] == 'c' && comm[0][1] == 'd' && !comm[0][2]) { in exec_cmd()
731 return mime_open_with(comm[1], comm[2] ? comm + 2 : NULL); in exec_cmd()
786 || (*comm[0] == 'f' && comm[0][1] == 'h' && !comm[0][2])) { in exec_cmd()
802 exit_code = dup_file(comm[1], comm[2] ? comm[2] : NULL); in exec_cmd()
807 || *comm[0] == 't' || *comm[0] == 'u' || *comm[0] == 'l') in exec_cmd()
819 || (*comm[0] == 'm' && (!comm[0][1] || (comm[0][1] == 'v' in exec_cmd()
822 || (*comm[0] == 'v' && (!comm[0][1] || (comm[0][1] == 'v' in exec_cmd()
827 if (((*comm[0] == 'c' || *comm[0] == 'v') && !comm[0][1]) in exec_cmd()
828 || (*comm[0] == 'v' && comm[0][1] == 'v' && !comm[0][2]) in exec_cmd()
836 if (*comm[0] == 'v' && comm[0][1] == 'v' && !comm[0][2]) in exec_cmd()
[all …]
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfr-command-tar.c244 fr_process_set_out_line_func (comm->process, process_line, comm); in fr_command_tar_list()
250 fr_process_add_arg (comm->process, comm->filename); in fr_command_tar_list()
278 double fraction = (double) ++comm->n_file / (comm->n_files + 1); in process_line__generic()
311 comm); in fr_command_tar_add()
329 fr_process_add_arg (comm->process, comm->filename); in fr_command_tar_add()
383 comm); in fr_command_tar_delete()
386 fr_process_set_begin_func (comm->process, begin_func__delete, comm); in fr_command_tar_delete()
432 comm); in fr_command_tar_extract()
447 fr_process_add_arg (comm->process, comm->filename); in fr_command_tar_extract()
710 fr_process_add_arg (comm->process, comm->filename); in fr_command_tar_recompress()
[all …]
H A Dfr-command-cfile.c117 filename = get_uncompressed_name_from_archive (comm, comm->filename); in list__process_line()
136 fr_command_add_file (comm, fdata); in list__process_line()
150 comm); in fr_command_cfile_list()
155 fr_process_add_arg (comm->process, comm->filename); in fr_command_cfile_list()
157 fr_process_start (comm->process); in fr_command_cfile_list()
192 comm->action, in fr_command_cfile_list()
319 fr_process_add_arg (comm->process, comm->filename); in fr_command_cfile_add()
371 fr_process_add_arg (comm->process, comm->filename); in fr_command_cfile_extract()
461 compr_file = get_uncompressed_name_from_archive (comm, comm->filename); in fr_command_cfile_extract()
523 fr_process_add_arg (comm->process, comm->filename); in fr_command_cfile_test()
[all …]
H A Dfr-command.c282 comm); in fr_command_set_process()
286 comm); in fr_command_set_process()
587 comm->e_filename = g_shell_quote (comm->filename); in fr_command_set_filename()
593 fr_command_working_archive (comm, comm->filename); in fr_command_set_filename()
638 FR_COMMAND_GET_CLASS (G_OBJECT (comm))->list (comm); in fr_command_list()
662 FR_COMMAND_GET_CLASS (G_OBJECT (comm))->add (comm, in fr_command_add()
701 FR_COMMAND_GET_CLASS (G_OBJECT (comm))->extract (comm, in fr_command_extract()
720 FR_COMMAND_GET_CLASS (G_OBJECT (comm))->test (comm); in fr_command_test()
728 FR_COMMAND_GET_CLASS (G_OBJECT (comm))->uncompress (comm); in fr_command_uncompress()
736 FR_COMMAND_GET_CLASS (G_OBJECT (comm))->recompress (comm); in fr_command_recompress()
[all …]
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/core/
H A Dfr-command-tar.c269 fr_process_set_out_line_func (comm->process, process_line, comm); in fr_command_tar_list()
275 fr_process_add_arg (comm->process, comm->filename); in fr_command_tar_list()
303 double fraction = (double) ++comm->n_file / (comm->n_files + 1); in process_line__generic()
336 comm); in fr_command_tar_add()
354 fr_process_add_arg (comm->process, comm->filename); in fr_command_tar_add()
408 comm); in fr_command_tar_delete()
411 fr_process_set_begin_func (comm->process, begin_func__delete, comm); in fr_command_tar_delete()
457 comm); in fr_command_tar_extract()
472 fr_process_add_arg (comm->process, comm->filename); in fr_command_tar_extract()
737 fr_process_add_arg (comm->process, comm->filename); in fr_command_tar_recompress()
[all …]
H A Dfr-command-cfile.c100 FrCommand *comm = FR_COMMAND (data); in list__process_line() local
115 filename = get_uncompressed_name_from_archive (comm, comm->filename); in list__process_line()
134 fr_command_add_file (comm, fdata); in list__process_line()
148 comm); in fr_command_cfile_list()
153 fr_process_add_arg (comm->process, comm->filename); in fr_command_cfile_list()
155 fr_process_start (comm->process); in fr_command_cfile_list()
184 fr_command_add_file (comm, fdata); in fr_command_cfile_list()
190 comm->action, in fr_command_cfile_list()
309 fr_process_add_arg (comm->process, comm->filename); in fr_command_cfile_add()
361 fr_process_add_arg (comm->process, comm->filename); in fr_command_cfile_extract()
[all …]
H A Dfr-command.c273 comm); in fr_command_set_process()
277 comm); in fr_command_set_process()
578 comm->e_filename = g_shell_quote (comm->filename); in fr_command_set_filename()
584 fr_command_working_archive (comm, comm->filename); in fr_command_set_filename()
629 FR_COMMAND_GET_CLASS (G_OBJECT (comm))->list (comm); in fr_command_list()
653 FR_COMMAND_GET_CLASS (G_OBJECT (comm))->add (comm, in fr_command_add()
692 FR_COMMAND_GET_CLASS (G_OBJECT (comm))->extract (comm, in fr_command_extract()
711 FR_COMMAND_GET_CLASS (G_OBJECT (comm))->test (comm); in fr_command_test()
719 FR_COMMAND_GET_CLASS (G_OBJECT (comm))->uncompress (comm); in fr_command_uncompress()
727 FR_COMMAND_GET_CLASS (G_OBJECT (comm))->recompress (comm); in fr_command_recompress()
[all …]
H A Dfr-command-7z.c257 fr_process_set_begin_func (comm->process, list__begin, comm); in fr_command_7z_list()
262 add_password_arg (comm, comm->password, FALSE); in fr_command_7z_list()
264 fr_process_add_arg (comm->process, comm->filename); in fr_command_7z_list()
281 fr_command_progress (comm, (double) ++comm->n_file / (comm->n_files + 1)); in parse_progress_line()
349 add_password_arg (comm, comm->password, FALSE); in fr_command_7z_add()
396 fr_process_add_arg (comm->process, comm->filename); in fr_command_7z_add()
435 fr_process_add_arg (comm->process, comm->filename); in fr_command_7z_delete()
483 add_password_arg (comm, comm->password, FALSE); in fr_command_7z_extract()
498 fr_process_add_arg (comm->process, comm->filename); in fr_command_7z_extract()
519 add_password_arg (comm, comm->password, FALSE); in fr_command_7z_test()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dqes_bcast_module.f90117 INTEGER, INTENT(IN) :: ionode_id, comm local
166 INTEGER, INTENT(IN) :: ionode_id, comm local
175 CALL mp_bcast(obj%job, ionode_id, comm)
185 INTEGER, INTENT(IN) :: ionode_id, comm local
206 INTEGER, INTENT(IN) :: ionode_id, comm local
259 INTEGER, INTENT(IN) :: ionode_id, comm local
288 INTEGER, INTENT(IN) :: ionode_id, comm local
335 INTEGER, INTENT(IN) :: ionode_id, comm local
360 INTEGER, INTENT(IN) :: ionode_id, comm local
381 INTEGER, INTENT(IN) :: ionode_id, comm local
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/coll/base/
H A Dcoll_base_comm_unselect.c63 CLOSE(comm, barrier); in mca_coll_base_comm_unselect()
64 CLOSE(comm, bcast); in mca_coll_base_comm_unselect()
65 CLOSE(comm, exscan); in mca_coll_base_comm_unselect()
66 CLOSE(comm, gather); in mca_coll_base_comm_unselect()
67 CLOSE(comm, gatherv); in mca_coll_base_comm_unselect()
68 CLOSE(comm, reduce); in mca_coll_base_comm_unselect()
71 CLOSE(comm, scan); in mca_coll_base_comm_unselect()
72 CLOSE(comm, scatter); in mca_coll_base_comm_unselect()
82 CLOSE(comm, ibcast); in mca_coll_base_comm_unselect()
89 CLOSE(comm, iscan); in mca_coll_base_comm_unselect()
[all …]
H A Dcoll_base_comm_select.c106 comm->c_name, comm->c_contextid); in mca_coll_base_comm_select()
245 CHECK_NULL(which_func, comm, bcast) || in mca_coll_base_comm_select()
246 ((OMPI_COMM_IS_INTRA(comm)) && CHECK_NULL(which_func, comm, exscan)) || in mca_coll_base_comm_select()
252 ((OMPI_COMM_IS_INTRA(comm)) && CHECK_NULL(which_func, comm, scan)) || in mca_coll_base_comm_select()
263 ((OMPI_COMM_IS_INTRA(comm)) && CHECK_NULL(which_func, comm, iexscan)) || in mca_coll_base_comm_select()
269 ((OMPI_COMM_IS_INTRA(comm)) && CHECK_NULL(which_func, comm, iscan)) || in mca_coll_base_comm_select()
280 ((OMPI_COMM_IS_INTRA(comm)) && CHECK_NULL(which_func, comm, exscan_init)) || in mca_coll_base_comm_select()
286 ((OMPI_COMM_IS_INTRA(comm)) && CHECK_NULL(which_func, comm, scan_init)) || in mca_coll_base_comm_select()
296 mca_coll_base_comm_unselect(comm); in mca_coll_base_comm_select()
357 if( NULL != comm->super.s_info) { in check_components()
[all …]
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dfr-command-tar.c275 fr_process_set_out_line_func (comm->process, process_line, comm); in fr_command_tar_list()
281 fr_process_add_arg (comm->process, comm->filename); in fr_command_tar_list()
345 comm); in fr_command_tar_add()
363 fr_process_add_arg (comm->process, comm->filename); in fr_command_tar_add()
418 comm); in fr_command_tar_delete()
421 fr_process_set_begin_func (comm->process, begin_func__delete, comm); in fr_command_tar_delete()
466 comm); in fr_command_tar_extract()
480 fr_process_add_arg (comm->process, comm->filename); in fr_command_tar_extract()
539 fr_process_set_continue_func (comm->process, gzip_continue_func, comm); in fr_command_tar_recompress()
802 fr_process_add_arg (comm->process, comm->filename); in fr_command_tar_recompress()
[all …]
H A Dfr-command-cfile.c104 FrCommand *comm = FR_COMMAND (data); in list__process_line() local
122 filename = get_uncompressed_name_from_archive (comm, comm->filename); in list__process_line()
146 fr_command_cfile_list (FrCommand *comm) in fr_command_cfile_list() argument
153 comm); in fr_command_cfile_list()
158 fr_process_add_arg (comm->process, comm->filename); in fr_command_cfile_list()
159 fr_process_end_command (comm->process); in fr_command_cfile_list()
202 fr_command_cfile_add (FrCommand *comm, in fr_command_cfile_add() argument
230 fr_process_end_command (comm->process); in fr_command_cfile_add()
340 fr_process_add_arg (comm->process, comm->filename); in fr_command_cfile_add()
393 fr_process_add_arg (comm->process, comm->filename); in fr_command_cfile_extract()
[all …]
/dports/audio/eawplus/eawplus-12.1_3/timidity/
H A D88prot.cfg253 #extension comm 7 008000Clav.
287 #extension comm 41 042000Viola
288 #extension comm 42 043000Cello
292 #extension comm 46 047000Harp
304 #extension comm 58 059000Tuba
314 #extension comm 68 069000Oboe
319 #extension comm 73 074000Flute
381 #extension comm 81 082001Saw
384 #extension comm 123 124001Dog
585 #extension comm 84 085127Oboe
[all …]
/dports/science/plumed/plumed2-2.7.2/regtest/basic/rt-make-2/
H A Dmain.cpp37 reset(comm,a); in run()
41 reset(comm,a); in run()
45 reset(comm,a); in run()
49 reset(comm,a); in run()
63 if(comm.Get_rank()==0) req=comm.Isend(&a[0],a.size(),1,77); in run()
64 if(comm.Get_rank()==1) req=comm.Isend(a,2,77); in run()
65 if(comm.Get_rank()==2) req=comm.Isend(a,0,77); in run()
67 if(comm.Get_rank()==1) comm.Recv(b,0,77); in run()
68 if(comm.Get_rank()==2) comm.Recv(b,1,77); in run()
95 if(comm.Get_rank()==2) req=comm.Isend(vec,0,78); in run()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/coll/base/
H A Dcoll_base_comm_unselect.c58 CLOSE(comm, barrier); in mca_coll_base_comm_unselect()
59 CLOSE(comm, bcast); in mca_coll_base_comm_unselect()
60 CLOSE(comm, exscan); in mca_coll_base_comm_unselect()
61 CLOSE(comm, gather); in mca_coll_base_comm_unselect()
62 CLOSE(comm, gatherv); in mca_coll_base_comm_unselect()
63 CLOSE(comm, reduce); in mca_coll_base_comm_unselect()
66 CLOSE(comm, scan); in mca_coll_base_comm_unselect()
77 CLOSE(comm, ibcast); in mca_coll_base_comm_unselect()
84 CLOSE(comm, iscan); in mca_coll_base_comm_unselect()
102 free(comm->c_coll); in mca_coll_base_comm_unselect()
[all …]
H A Dcoll_base_comm_select.c117 comm->c_name, comm->c_contextid); in mca_coll_base_comm_select()
171 COPY(avail->ac_module, comm, scan); in mca_coll_base_comm_select()
225 CHECK_NULL(which_func, comm, bcast) || in mca_coll_base_comm_select()
226 ((OMPI_COMM_IS_INTRA(comm)) && CHECK_NULL(which_func, comm, exscan)) || in mca_coll_base_comm_select()
227 CHECK_NULL(which_func, comm, gather) || in mca_coll_base_comm_select()
229 CHECK_NULL(which_func, comm, reduce) || in mca_coll_base_comm_select()
232 ((OMPI_COMM_IS_INTRA(comm)) && CHECK_NULL(which_func, comm, scan)) || in mca_coll_base_comm_select()
243 ((OMPI_COMM_IS_INTRA(comm)) && CHECK_NULL(which_func, comm, iexscan)) || in mca_coll_base_comm_select()
249 ((OMPI_COMM_IS_INTRA(comm)) && CHECK_NULL(which_func, comm, iscan)) || in mca_coll_base_comm_select()
259 mca_coll_base_comm_unselect(comm); in mca_coll_base_comm_select()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpid/pamid/src/comm/
H A Dmpid_selectcolls.c88 comm->mpid.user_selected[coll] = in MPIDI_Update_coll()
179 MPID_assert_always(comm!=NULL); in MPIDI_Comm_coll_envvars()
202 comm->mpid.user_selected[i] = comm->mpid.coll_algorithm[i][0][0]; in MPIDI_Comm_coll_envvars()
203 memcpy(&comm->mpid.user_metadata[i], &comm->mpid.coll_metadata[i][0][0], in MPIDI_Comm_coll_envvars()
267 comm->mpid.scattervs[0] = comm->mpid.scattervs[1] = 0; in MPIDI_Comm_coll_envvars()
301 comm->mpid.optscatter = 0; in MPIDI_Comm_coll_envvars()
309 comm->mpid.optscatter = 1; in MPIDI_Comm_coll_envvars()
318 comm->mpid.allgathers[0] = comm->mpid.allgathers[1] = comm->mpid.allgathers[2] = 0; in MPIDI_Comm_coll_envvars()
349 comm->mpid.allgathervs[0] = comm->mpid.allgathervs[1] = comm->mpid.allgathervs[2] = 0; in MPIDI_Comm_coll_envvars()
380 comm->mpid.optgather = 0; in MPIDI_Comm_coll_envvars()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/communicator/
H A Dcomm_init.c269 ompi_communicator_t *comm; in ompi_comm_finalize() local
325 if ( NULL != comm ) { in ompi_comm_finalize()
327 OBJ_RELEASE(comm); in ompi_comm_finalize()
368 comm->c_f_to_c_index = opal_pointer_array_add(&ompi_comm_f_to_c_table, comm); in ompi_comm_construct()
369 comm->c_name[0] = '\0'; in ompi_comm_construct()
373 comm->c_flags = 0; in ompi_comm_construct()
374 comm->c_my_rank = 0; in ompi_comm_construct()
375 comm->c_cube_dim = 0; in ompi_comm_construct()
423 if ( MPI_COMM_NULL != comm && OMPI_COMM_IS_PML_ADDED(comm) ) { in ompi_comm_destruct()
428 if (NULL != comm->c_topo) { in ompi_comm_destruct()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/communicator/
H A Dcomm_init.c268 ompi_communicator_t *comm; in ompi_comm_finalize() local
324 if ( NULL != comm ) { in ompi_comm_finalize()
326 OBJ_RELEASE(comm); in ompi_comm_finalize()
367 comm->c_f_to_c_index = opal_pointer_array_add(&ompi_comm_f_to_c_table, comm); in ompi_comm_construct()
368 comm->c_name[0] = '\0'; in ompi_comm_construct()
372 comm->c_flags = 0; in ompi_comm_construct()
373 comm->c_my_rank = 0; in ompi_comm_construct()
374 comm->c_cube_dim = 0; in ompi_comm_construct()
420 if ( MPI_COMM_NULL != comm && OMPI_COMM_IS_PML_ADDED(comm) ) { in ompi_comm_destruct()
425 if (NULL != comm->c_topo) { in ompi_comm_destruct()
[all …]
/dports/games/xblast/xblast-2.10.4/
H A Dcom_base.c38 XBComm *comm; in CommDisplay() local
39 for (comm = list; comm != NULL; comm = comm->next) { in CommDisplay()
40 fprintf (stderr, "(%u,%u) ", comm->type, Socket_Fd (comm->socket)); in CommDisplay()
58 comm->next = list; in CommInit()
59 list = comm; in CommInit()
62 comm->next->prev = comm; in CommInit()
93 comm->next->prev = comm->prev; in CommFinish()
96 comm->prev->next = comm->next; in CommFinish()
125 XBComm *comm; in CommFind() local
127 for (comm = list; comm != NULL; comm = comm->next) { in CommFind()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/imports/
H A Dmpi.cpp1382 comm.comm ) ); in Gather()
1421 comm.comm ) ); in Gather()
1474 comm.comm ) ); in AllGather()
1494 comm.comm ) ); in AllGather()
1542 comm.comm ) ); in AllGather()
1553 comm.comm ) ); in AllGather()
1575 comm.comm ) ); in AllGather()
1599 comm.comm ) ); in AllGather()
1891 comm.comm ) ); in AllToAll()
1931 comm.comm ) ); in AllToAll()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/goblin-0.0.24/src/mach/
H A Dload_command.rs1445 Segment32 (comm) => comm.cmd, in cmd()
1446 Segment64 (comm) => comm.cmd, in cmd()
1447 Uuid (comm) => comm.cmd, in cmd()
1448 Symtab (comm) => comm.cmd, in cmd()
1449 Symseg (comm) => comm.cmd, in cmd()
1450 Thread (comm) => comm.cmd, in cmd()
1451 Unixthread (comm) => comm.cmd, in cmd()
1452 LoadFvmlib (comm) => comm.cmd, in cmd()
1453 IdFvmlib (comm) => comm.cmd, in cmd()
1454 Ident (comm) => comm.cmd, in cmd()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/goblin/src/mach/
H A Dload_command.rs1443 Segment32 (comm) => comm.cmd, in cmd()
1444 Segment64 (comm) => comm.cmd, in cmd()
1445 Uuid (comm) => comm.cmd, in cmd()
1446 Symtab (comm) => comm.cmd, in cmd()
1447 Symseg (comm) => comm.cmd, in cmd()
1448 Thread (comm) => comm.cmd, in cmd()
1449 Unixthread (comm) => comm.cmd, in cmd()
1450 LoadFvmlib (comm) => comm.cmd, in cmd()
1451 IdFvmlib (comm) => comm.cmd, in cmd()
1452 Ident (comm) => comm.cmd, in cmd()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/goblin/src/mach/
H A Dload_command.rs1443 Segment32 (comm) => comm.cmd, in cmd()
1444 Segment64 (comm) => comm.cmd, in cmd()
1445 Uuid (comm) => comm.cmd, in cmd()
1446 Symtab (comm) => comm.cmd, in cmd()
1447 Symseg (comm) => comm.cmd, in cmd()
1448 Thread (comm) => comm.cmd, in cmd()
1449 Unixthread (comm) => comm.cmd, in cmd()
1450 LoadFvmlib (comm) => comm.cmd, in cmd()
1451 IdFvmlib (comm) => comm.cmd, in cmd()
1452 Ident (comm) => comm.cmd, in cmd()
[all …]

12345678910>>...312