Home
last modified time | relevance | path

Searched refs:comlen (Results 1 – 25 of 102) sorted by relevance

12345

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/contrib/iapbs/modules/CHARMM/
H A Dapbs.f227 bcfl = gtrmi(comlyn, comlen, 'BCFL', bcfl)
231 pdie = gtrmf(comlyn, comlen, 'PDIE', pdie)
235 sdie = gtrmf(comlyn, comlen, 'SDIE', sdie)
239 srfm = gtrmi(comlyn, comlen, 'SRFM', srfm)
243 srad = gtrmf(comlyn, comlen, 'SRAD', srad)
352 nlev = gtrmi(comlyn, comlen, 'NLEV', 4)
359 cmeth = gtrmi(comlyn, comlen, 'CMET', 1)
363 ccmeth = gtrmi(comlyn, comlen, 'CCME', 1)
364 fcmeth = gtrmi(comlyn, comlen, 'FCME', 1)
437 chgm = gtrmi(comlyn, comlen, 'CHGM', 1)
[all …]
/dports/net-p2p/shx/shx-0.2.4/src/hfs/
H A Dhfs.c392 if (r != (int)fi->comlen) in hfsinfo_read()
393 fi->comlen = 0; in hfsinfo_read()
428 if (!fi->comlen && cfg.comment) { in hfsinfo_read()
429 fi->comlen = strlen(cfg.comment); in hfsinfo_read()
430 if (fi->comlen > 200) in hfsinfo_read()
431 fi->comlen = 200; in hfsinfo_read()
459 hdr.cap.fi_comln = fi->comlen > 200 ? 200 : fi->comlen; in hfsinfo_write()
599 if (comlen > 200) in comment_write()
600 comlen = 200; in comment_write()
611 hdr.cap.fi_comln = comlen; in comment_write()
[all …]
/dports/archivers/zip/zip30/windll/
H A Dwindll.c83 void comment(unsigned int comlen) in comment() argument
86 if (comlen > 65534L) in comment()
87 comlen = (unsigned int) 65534L; in comment()
98 if (comlen) in comment()
100 for (i = 0; i < comlen; i++) in comment()
102 szCommentBuf[comlen] = '\0'; in comment()
/dports/graphics/urt/urt-3.1b1_12/get/gmr27/
H A DXtndRunget.c178 short comlen, evenlen; local
182 BREAD( short, comlen, sizeof comlen ); /* get comment length */
183 SWAB( comlen );
184 evenlen = (comlen + 1) & ~1; /* make it even */
190 comlen );
195 for ( i = 0, cp = comment_buf; cp < comment_buf + comlen; cp++ )
210 for ( i = 1, cp = comment_buf + 1; cp < comment_buf + comlen; cp++ )
/dports/graphics/netpbm/netpbm-10.91.01/urt/
H A DRunput.c245 int comlen; in RunSetup() local
249 comlen = 0; in RunSetup()
251 comlen += 1 + strlen( *com_p ); in RunSetup()
253 put16( comlen ); in RunSetup()
257 if ( comlen & 1 ) /* if odd length, round up */ in RunSetup()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/core/snmp/
H A Dmsg_out.c344 rhl->comlen = m_stat->com_strlen; in snmp_resp_header_sum()
345 snmp_asn1_enc_length_cnt(rhl->comlen, &rhl->comlenlen); in snmp_resp_header_sum()
346 tot_len += 1 + rhl->comlenlen + rhl->comlen; in snmp_resp_header_sum()
400 thl->comlen = sizeof(snmp_publiccommunity) - 1; in snmp_trap_header_sum()
401 snmp_asn1_enc_length_cnt(thl->comlen, &thl->comlenlen); in snmp_trap_header_sum()
402 tot_len += 1 + thl->comlenlen + thl->comlen; in snmp_trap_header_sum()
508 snmp_asn1_enc_length(p, ofs, m_stat->rhl.comlen); in snmp_resp_header_enc()
510 snmp_asn1_enc_raw(p, ofs, m_stat->rhl.comlen, m_stat->community); in snmp_resp_header_enc()
511 ofs += m_stat->rhl.comlen; in snmp_resp_header_enc()
565 snmp_asn1_enc_length(p, ofs, m_trap->thl.comlen); in snmp_trap_header_enc()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/core/snmp/
H A Dmsg_out.c344 rhl->comlen = m_stat->com_strlen; in snmp_resp_header_sum()
345 snmp_asn1_enc_length_cnt(rhl->comlen, &rhl->comlenlen); in snmp_resp_header_sum()
346 tot_len += 1 + rhl->comlenlen + rhl->comlen; in snmp_resp_header_sum()
400 thl->comlen = sizeof(snmp_publiccommunity) - 1; in snmp_trap_header_sum()
401 snmp_asn1_enc_length_cnt(thl->comlen, &thl->comlenlen); in snmp_trap_header_sum()
402 tot_len += 1 + thl->comlenlen + thl->comlen; in snmp_trap_header_sum()
508 snmp_asn1_enc_length(p, ofs, m_stat->rhl.comlen); in snmp_resp_header_enc()
510 snmp_asn1_enc_raw(p, ofs, m_stat->rhl.comlen, m_stat->community); in snmp_resp_header_enc()
511 ofs += m_stat->rhl.comlen; in snmp_resp_header_enc()
565 snmp_asn1_enc_length(p, ofs, m_trap->thl.comlen); in snmp_trap_header_enc()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/core/snmp/
H A Dmsg_out.c342 rhl->comlen = m_stat->com_strlen; in snmp_resp_header_sum()
343 snmp_asn1_enc_length_cnt(rhl->comlen, &rhl->comlenlen); in snmp_resp_header_sum()
344 tot_len += 1 + rhl->comlenlen + rhl->comlen; in snmp_resp_header_sum()
398 thl->comlen = sizeof(snmp_publiccommunity) - 1; in snmp_trap_header_sum()
399 snmp_asn1_enc_length_cnt(thl->comlen, &thl->comlenlen); in snmp_trap_header_sum()
400 tot_len += 1 + thl->comlenlen + thl->comlen; in snmp_trap_header_sum()
506 snmp_asn1_enc_length(p, ofs, m_stat->rhl.comlen); in snmp_resp_header_enc()
508 snmp_asn1_enc_raw(p, ofs, m_stat->rhl.comlen, m_stat->community); in snmp_resp_header_enc()
509 ofs += m_stat->rhl.comlen; in snmp_resp_header_enc()
563 snmp_asn1_enc_length(p, ofs, m_trap->thl.comlen); in snmp_trap_header_enc()
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmd/
H A Dgmdlmtm.c76 uint16_t comlen; in _mpLoadMTM() member
509 if (header.comlen&&!(header.comlen%40)) in _mpLoadMTM()
511 header.comlen/=40; in _mpLoadMTM()
512 m->message=malloc(sizeof(char *)*(header.comlen+1)); in _mpLoadMTM()
515 *m->message=malloc(sizeof(char)*(header.comlen*41)); in _mpLoadMTM()
518 for (t=0; t<header.comlen; t++) in _mpLoadMTM()
532 m->message[header.comlen]=0; in _mpLoadMTM()
534 file->seek_cur (file, header.comlen); in _mpLoadMTM()
/dports/graphics/urt/urt-3.1b1_12/lib/
H A DRunput.c245 int comlen; local
249 comlen = 0;
251 comlen += 1 + strlen( *com_p );
253 put16( comlen );
257 if ( comlen & 1 ) /* if odd length, round up */
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/arpack/
H A Ddsconv.P2 /* comlen debug_ 96 */
3 /* comlen timing_ 124 */
H A Ddseigt.P2 /* comlen debug_ 96 */
3 /* comlen timing_ 124 */
H A Ddsgets.P2 /* comlen debug_ 96 */
3 /* comlen timing_ 124 */
H A Ddgetv0.P2 /* comlen debug_ 96 */
3 /* comlen timing_ 124 */
H A Ddsapps.P2 /* comlen debug_ 96 */
3 /* comlen timing_ 124 */
H A Ddsaupd.P2 /* comlen debug_ 96 */
3 /* comlen timing_ 124 */
H A Ddsaitr.P2 /* comlen debug_ 96 */
3 /* comlen timing_ 124 */
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/arpack/
H A Ddsconv.P2 /* comlen debug_ 96 */
3 /* comlen timing_ 124 */
H A Ddseigt.P2 /* comlen debug_ 96 */
3 /* comlen timing_ 124 */
H A Ddsgets.P2 /* comlen debug_ 96 */
3 /* comlen timing_ 124 */
H A Ddgetv0.P2 /* comlen debug_ 96 */
3 /* comlen timing_ 124 */
H A Ddsapps.P2 /* comlen debug_ 96 */
3 /* comlen timing_ 124 */
H A Ddsaupd.P2 /* comlen debug_ 96 */
3 /* comlen timing_ 124 */
H A Ddsaitr.P2 /* comlen debug_ 96 */
3 /* comlen timing_ 124 */
/dports/lang/rexx-imc/rexx-imc-1.76/
H A Drxfn.c2591 int mlen,comlen;
2601 if(comlen<=0)command=stream,comlen=strlen(stream);
3410 int comlen; local
3456 if(comlen>=0){
3471 for(n=param+len+1;comlen>0&&n[0]==' ';n++,comlen--);
3472 if(comlen<0)comlen=0;
3501 comlen=0;
3506 comlen=0;
3526 if(comlen<0)comlen=0;
3549 for(cmd=param+len+1;comlen>0&&cmd[0]==' ';cmd++,comlen--);
[all …]

12345