Home
last modified time | relevance | path

Searched refs:comms (Results 1 – 25 of 1258) sorted by relevance

12345678910>>...51

/dports/dns/mydns-ng/mydns-1.2.8.31/src/mydns/
H A Dservercomms.c80 COMMS *comms = NULL; in __comms_allocate() local
84 comms->message = NULL; in __comms_allocate()
85 comms->donesofar = 0; in __comms_allocate()
87 comms->data = NULL; in __comms_allocate()
88 return comms; in __comms_allocate()
125 if (!comms) return; in __comms_free()
128 RELEASE(comms->message); in __comms_free()
228 comms->donesofar = 0; in comms_recv()
342 COMMS *comms = NULL; in comms_run() local
348 comms = (COMMS*)data; in comms_run()
[all …]
/dports/games/starfighter/starfighter-2.4/src/
H A Dintermission.c780 gfx_drawRect(comms, 0, 0, comms->w - 1, comms->h - 1, 0x00, 0x00, 0x25); in intermission_createCommsSurface()
794 gfx_drawRect(comms, 0, yStart + yOffset, comms->w - 1, 55, 0x00, 0x00, 0x77); in intermission_createCommsSurface()
805 gfx_blit(gfx_faceSprites[face], 10, y, comms); in intermission_renderDialog()
829 gfx_drawRect(comms, 0, 0, comms->w - 1, comms->h - 1, 0x00, 0x00, 0x25); in intermission_createMissionDetailSurface()
859 y = intermission_renderDialog(comms, y, FS_SID, string); in intermission_createMissionDetailSurface()
867 y = intermission_renderDialog(comms, y, FS_SID, string); in intermission_createMissionDetailSurface()
878 y = intermission_renderDialog(comms, y, FS_SID, string); in intermission_createMissionDetailSurface()
886 y = intermission_renderDialog(comms, y, FS_SID, string); in intermission_createMissionDetailSurface()
1249 intermission_createMissionDetailSurface(comms, i); in intermission_doComms()
1256 if (game_collision(engine.cursor_x + 13, engine.cursor_y + 13, 6, 6, x, y, comms->w, comms->h)) in intermission_doComms()
[all …]
/dports/security/clusterssh/clusterssh-4.16/lib/App/ClusterSSH/
H A DHelper.pm43 foreach my $arg ( "comms", $config->{comms}, $config->{comms} . '_args',
57 my $comms = $config->{ $config->{comms} };
58 my $comms_args = $config->{ $config->{comms} . '_args' };
74 my \$command="$command_pre $comms $comms_args ";
87 unless("$comms" ne "console") {
93 unless("$comms" eq "telnet") {
98 if("$comms" eq "telnet") {
H A DConfig.pm147 ( my $comms = $Script ) =~ s/^c//;
149 $comms = 'telnet' if ( $comms eq 'tel' );
150 $comms = 'console' if ( $comms eq 'con' );
151 $comms = 'ssh' if ( $comms eq 'lusterssh' );
152 $comms = 'sftp' if ( $comms eq 'sftp' );
155 if ( 'ssh rsh telnet sftp console' !~ m/\b$comms\b/ ) {
156 $self->{comms} = 'ssh';
159 $self->{comms} = $comms;
201 if ( !$self->{comms} ) {
209 if ( !$self->{ $self->{comms} } ) {
[all …]
/dports/finance/ledger/ledger-3.2.1/python/
H A Ddemo.py55 comms = ledger.commodities variable
57 usd = comms.find_or_create('$')
58 eur = comms.find_or_create('EUR')
59 xcd = comms.find_or_create('XCD')
61 assert not comms.find('CAD')
62 assert not comms.has_key('CAD')
63 assert not 'CAD' in comms
76 comms.european_by_default = True
83 sorted(comms.keys()))
87 for symbol in comms.iterkeys():
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/threads/comm/
H A Didup_nb.c80 MPI_Comm_idup(comms[0], &comms[NUM_IDUPS1 + j], &reqs[cnt++]); in test_intracomm()
82 MPI_Comm_size(comms[0], &size); in test_intracomm()
93 MPI_Ibarrier(comms[0], &reqs[cnt++]); in test_intracomm()
111 errs[tid] += MTestTestComm(comms[j]); in test_intracomm()
112 MPI_Comm_free(&comms[j]); in test_intracomm()
161 MPI_Comm_idup(comms[0], &comms[NUM_IDUPS1 + j], &reqs[cnt++]); in test_intercomm()
163 MPI_Comm_rank(comms[0], &rank); in test_intercomm()
164 MPI_Comm_remote_size(comms[0], &rsize); in test_intercomm()
184 MPI_Ibarrier(comms[0], &reqs[cnt++]); in test_intercomm()
203 errs[tid] += MTestTestComm(comms[j]); in test_intercomm()
[all …]
H A Ddup_leak_test.c42 MPI_Comm comms[NTHREADS]; in main() local
56 MPI_Comm_dup(MPI_COMM_WORLD, &comms[x]); in main()
58 errs = MTest_Start_thread(do_thread, (void *) &comms[x]); in main()
62 MPI_Comm_free(&comms[x]); in main()
74 do_thread((void *) &comms[0]); /* we are thread 0 */ in main()
83 MPI_Comm_free(&comms[x]); in main()
H A Dcomm_create_threads.c22 MPI_Comm comms[NUM_THREADS]; variable
33 MPI_Comm_group(comms[*(int *) arg], &world_group); in test_comm_create()
40 MPI_Comm_create(comms[*(int *) arg], world_group, &comm); in test_comm_create()
64 MPI_Comm_dup(MPI_COMM_WORLD, &comms[i]); in main()
75 MPI_Comm_free(&comms[i]); in main()
/dports/games/edge/Edge-1.35-source/glbsp/cmdline/
H A Dmain.c36 static volatile nodebuildcomms_t comms; variable
263 comms = default_buildcomms; in main()
265 if (GLBSP_E_OK != GlbspParseArgs(&info, &comms, resp_argv, resp_argc)) in main()
267 TextFatalError("Error: %s\n", comms.message ? comms.message : in main()
304 if (GLBSP_E_OK != GlbspCheckInfo(&info, &comms)) in main()
306 TextFatalError("Error: %s\n", comms.message ? comms.message : in main()
313 if (GLBSP_E_OK != GlbspBuildNodes(&info, &cmdline_funcs, &comms)) in main()
315 TextFatalError("Error: %s\n", comms.message ? comms.message : in main()
/dports/games/glbsp/glbsp-2.20/cmdline/
H A Dmain.c42 static volatile nodebuildcomms_t comms; variable
269 comms = default_buildcomms; in main()
271 if (GLBSP_E_OK != GlbspParseArgs(&info, &comms, resp_argv, resp_argc)) in main()
273 TextFatalError("Error: %s\n", comms.message ? comms.message : in main()
310 if (GLBSP_E_OK != GlbspCheckInfo(&info, &comms)) in main()
312 TextFatalError("Error: %s\n", comms.message ? comms.message : in main()
319 if (GLBSP_E_OK != GlbspBuildNodes(&info, &cmdline_funcs, &comms)) in main()
321 TextFatalError("Error: %s\n", comms.message ? comms.message : in main()
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/util/
H A Dini2json.pl75 my @comms;
80 @comms = (@comms, $data{$designation}{$k});
84 if ($#comms >= 0)
89 foreach my $comm (@comms)
205 my @comms;
210 @comms = (@comms, $data{$designation}{$k});
214 if ($#comms >= 0)
219 foreach my $comm (@comms)
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_redist_spmatrix.F90171 do i = 1, size(comms)
172 c => comms(i)
222 deallocate(comms)
380 ncomms = size(comms)
386 c => comms(i)
401 c => comms(i)
413 c => comms(i)
489 ncomms = size(comms)
495 c => comms(i)
510 c => comms(i)
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/addressbook/inc/import/
H A DImport_from_Outlook_-_English61 'Business Fax' => array('comms', 'work fax'),
62 'Business Phone' => array('comms', 'work phone'),
63 'Business Phone 2' => array('comms', 'bbs'),
65 'Car Phone' => array('comms', 'car phone'),
67 'Home Fax' => array('comms', 'home fax'),
68 'Home Phone' => array('comms', 'home phone'),
70 'ISDN' => array('comms', 'isdn'),
72 'Other Fax' => array('comms', 'work fax'),
73 'Other Phone' => array('comms', 'video'),
74 'Pager' => array('comms', 'pager'),
[all …]
H A DImport_from_Netscape38 'telephonenumber' => array('comms', 'work phone'),
39 'homephone' => array('comms', 'home phone'),
40 'facsimiletelephonenumber' => array('comms', 'work fax'),
42 'xmozillaanyphone' => array('comms', 'voice phone'),
43 'cellphone' => array('comms', 'mobile (cell) phone'),
44 'pagerphone' => array('comms', 'pager'),
45 'mail' => array('comms', 'work email'),
46 'homeurl' => array('comms', 'website'),
/dports/www/p5-HTTP-DAV/HTTP-DAV-0.49/t/
H A D9_RT_60457.t20 my $comms = HTTP::DAV::Comms->new(
23 ok($comms);
25 my $headers = $comms->{_headers};
49 $comms = $dav->{_comms};
50 ok($comms, 'HTTP::DAV::Comms object is there');
52 $headers = $comms->{_headers};
/dports/net/mpich2/mpich2-1.5/test/mpi/threads/comm/
H A Ddup_leak_test.c45 MPI_Comm comms[NTHREADS]; in main() local
55 MPI_Comm_dup(MPI_COMM_WORLD, &comms[x]); in main()
57 err = MTest_Start_thread(do_thread, (void *)&comms[x]); in main()
61 MPI_Comm_free(&comms[x]); in main()
73 do_thread((void *)&comms[0]); /* we are thread 0 */ in main()
82 MPI_Comm_free(&comms[x]); in main()
H A Dcomm_create_threads.c23 MPI_Comm comms[NUM_THREADS]; variable
34 MPI_Comm_group(comms[*(int*)arg], &world_group); in test_comm_create()
41 MPI_Comm_create(comms[*(int*)arg], world_group, &comm); in test_comm_create()
66 MPI_Comm_dup(MPI_COMM_WORLD, &comms[i]); in main()
77 MPI_Comm_free(&comms[i]); in main()
/dports/science/wannier90/wannier90-3.1.0/src/
H A DMakefile.294 parameters.o: ../parameters.F90 constants.o io.o utility.o comms.o
106 disentangle.o: ../disentangle.F90 constants.o io.o parameters.o sitesym.o comms.o
109 …ierise.o: ../wannierise.F90 hamiltonian.o constants.o io.o utility.o parameters.o sitesym.o comms.o
124 comms.o: ../comms.F90 constants.o io.o
125 $(COMPILER) $(POSTOPTS) $(FCOPTS) -c ../comms.F90
133 get_oper.o: $(POSTDIR)get_oper.F90 parameters.o constants.o comms.o postw90_common.o io.o utility.o
136 spin.o: $(POSTDIR)spin.F90 comms.o parameters.o constants.o utility.o postw90_common.o get_oper.o i…
139 dos.o: $(POSTDIR)dos.F90 comms.o parameters.o constants.o utility.o io.o wan_ham.o postw90_common.o…
142 kpath.o: $(POSTDIR)kpath.F90 comms.o parameters.o constants.o io.o spin.o berry.o
145 kslice.o: $(POSTDIR)kslice.F90 comms.o parameters.o constants.o io.o spin.o berry.o
[all …]
/dports/devel/py-ipykernel5/ipykernel-5.5.0/ipykernel/comm/
H A Dmanager.py21 comms = Dict() variable in CommManager
49 self.comms[comm_id] = comm
55 comm = self.comms.pop(comm.comm_id)
66 return self.comms[comm_id]
71 self.log.debug("Current comms: %s", list(self.comms.keys()))
122 self.comms[comm_id]._closed = True
123 del self.comms[comm_id]
/dports/devel/py-ipykernel/ipykernel-6.6.0/ipykernel/comm/
H A Dmanager.py20 comms = Dict() variable in CommManager
48 self.comms[comm_id] = comm
54 comm = self.comms.pop(comm.comm_id)
65 return self.comms[comm_id]
70 self.log.debug("Current comms: %s", list(self.comms.keys()))
121 self.comms[comm_id]._closed = True
122 del self.comms[comm_id]
/dports/net/megacmd/MEGAcmd-1.4.1_Win/src/megacmdshell/
H A Dmegacmdshell.cpp212 MegaCmdShellCommunications *comms; variable
410 if (!comms->updating) in statechangehandle()
570 if (comms->serverinitiatedfromshell) in store_line()
1281 comms->setResponseConfirmation(true); in process_line()
1286 comms->setResponseConfirmation(false); in process_line()
1841 if (comms->registerAgainRequired) in readloop()
1957 if (comms->registerAgainRequired) in readloop()
1993 if (comms->registerAgainRequired) in readloop()
2051 if (comms->registerAgainRequired) in readloop()
2253 comms = new MegaCmdShellCommunications(); in main()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/linkedin/goavro/v2/
H A Drace_test.go114 comms := make(chan []byte, 1000)
128 defer close(comms)
140 comms <- buf
147 for buf := range comms {
167 comms := make(chan []byte, 1000)
171 defer close(comms)
185 comms <- buf
198 for encoded := range comms {
/dports/science/siesta/siesta-4.1.5/Util/MPI_test/
H A Dm_redist.F9019 type(comm), dimension(:), allocatable, target :: comms local
52 call do_transfers(comms,m1%numcols,m2%numcols, &
64 allocate(commsnnz(size(comms)))
65 do i = 1, size(comms)
66 c => comms(i)
145 allocate(comms(ncomms))
149 c => comms(ncomms)
160 c => comms(ncomms)
174 c => comms(i)
/dports/net/mpich/mpich-3.4.3/test/mpi/pt2pt/
H A Dhuge_dupcomm.c25 MPI_Comm comms[NCOMMS]; in main() local
41 MPI_Comm_dup(MPI_COMM_WORLD, &comms[i]); in main()
45 MPI_Isend(buff + COUNT * i, COUNT, MPI_INT, 1 /* dest */ , 0 /* tag */ , comms[i], in main()
48 MPI_Irecv(buff + COUNT * i, COUNT, MPI_INT, 0 /* src */ , 0 /* tag */ , comms[i], in main()
54 MPI_Comm_free(&comms[i]); in main()
/dports/net-mgmt/py-arouteserver/arouteserver-1.12.0/pierky/arouteserver/
H A Dbuilder.py1058 comms = only_large_comms
1069 s_ve="s" if len(comms) == 1 else "ve",
1070 comms=", ".join([_[1] for _ in comms]),
1071 s1="" if len(comms) == 1 else "s",
1081 comms = large_comms_used
1093 s_ve="s" if len(comms) == 1 else "ve",
1094 comms=", ".join([_[1] for _ in comms]),
1095 s1="" if len(comms) == 1 else "s",
1104 comms = peer_as_ext_comms
1115 s_ve="s" if len(comms) == 1 else "ve",
[all …]

12345678910>>...51