Home
last modified time | relevance | path

Searched refs:cpE (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/ossp-l2/l2-0.9.13/
H A Dl2_ut_param.c42 char *cpB, *cpE; in l2_util_setparams() local
56 cpE = spec; in l2_util_setparams()
59 cpB = cpE; in l2_util_setparams()
64 cpE = cpB; in l2_util_setparams()
71 cpE++; in l2_util_setparams()
73 cpE++; in l2_util_setparams()
80 *cpE++ = '\0'; in l2_util_setparams()
96 cpB = cpE; in l2_util_setparams()
103 if ((cpE = strchr(cpE+1, '"')) == NULL) { in l2_util_setparams()
112 cpE = cpB; in l2_util_setparams()
[all …]
H A Dl2_ut_level.c86 static unsigned int hexval(const char *cpB, const char *cpE) in hexval() argument
92 while (cpB < cpE) { in hexval()
113 const char *cpE; in l2_util_s2l() local
118 cpE = string; in l2_util_s2l()
120 cpB = cpE; in l2_util_s2l()
125 for (cpE = cpB; cpE < (string+maxlen) && (int)(*cpE) != sep; cpE++) in l2_util_s2l()
127 if (cpE > (string+maxlen)) in l2_util_s2l()
131 if (strncasecmp(cpB, l2s_table[i].string, cpE-cpB) == 0) { in l2_util_s2l()
138 if ((cpE > cpB+2) && strncasecmp(cpB, "0x", 2) == 0 && myishexnumber((int)(*(cpB+2)))) { in l2_util_s2l()
139 *levelmask |= hexval(cpB+2, cpE); in l2_util_s2l()
H A Dl2_ch_smtp.c157 const char *cpE; in hook_write() local
256 cpE = buf; in hook_write()
259 for (cpE = cpB; cpE < cpL && (*cpE != '\r' && *cpE != '\n'); cpE++) in hook_write()
263 sa_write(sa, cpB, cpE-cpB, NULL); in hook_write()
265 for (; cpE < cpL && (*cpE == '\r' || *cpE == '\n'); cpE++) in hook_write()
267 cpB = cpE; in hook_write()
H A Dl2_spec.c104 const char *cpP, *cpE; in l2_spec_error() local
118 cpE = cpL+4; in l2_spec_error()
119 if (cpE > ctx->inputbuf+ctx->inputlen) in l2_spec_error()
120 cpE = ctx->inputbuf+ctx->inputlen; in l2_spec_error()
134 if ((cpBuf = malloc((cpE-cpP)+2+1)) == NULL) in l2_spec_error()
143 n = cpE-cpL; in l2_spec_error()
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_l2/
H A Dl2_ut_param.c42 char *cpB, *cpE; in l2_util_setparams() local
56 cpE = spec; in l2_util_setparams()
59 cpB = cpE; in l2_util_setparams()
64 cpE = cpB; in l2_util_setparams()
71 cpE++; in l2_util_setparams()
73 cpE++; in l2_util_setparams()
80 *cpE++ = '\0'; in l2_util_setparams()
96 cpB = cpE; in l2_util_setparams()
103 if ((cpE = strchr(cpE+1, '"')) == NULL) { in l2_util_setparams()
112 cpE = cpB; in l2_util_setparams()
[all …]
H A Dl2_ut_level.c86 static unsigned int hexval(const char *cpB, const char *cpE) in hexval() argument
92 while (cpB < cpE) { in hexval()
113 const char *cpE; in l2_util_s2l() local
118 cpE = string; in l2_util_s2l()
120 cpB = cpE; in l2_util_s2l()
125 for (cpE = cpB; cpE < (string+maxlen) && (int)(*cpE) != sep; cpE++) in l2_util_s2l()
127 if (cpE > (string+maxlen)) in l2_util_s2l()
131 if (strncasecmp(cpB, l2s_table[i].string, cpE-cpB) == 0) { in l2_util_s2l()
138 if ((cpE > cpB+2) && strncasecmp(cpB, "0x", 2) == 0 && myishexnumber((int)(*(cpB+2)))) { in l2_util_s2l()
139 *levelmask |= hexval(cpB+2, cpE); in l2_util_s2l()
H A Dl2_ch_smtp.c157 const char *cpE; in hook_write() local
256 cpE = buf; in hook_write()
259 for (cpE = cpB; cpE < cpL && (*cpE != '\r' && *cpE != '\n'); cpE++) in hook_write()
263 sa_write(sa, cpB, cpE-cpB, NULL); in hook_write()
265 for (; cpE < cpL && (*cpE == '\r' || *cpE == '\n'); cpE++) in hook_write()
267 cpB = cpE; in hook_write()
H A Dl2_spec.c104 const char *cpP, *cpE; in l2_spec_error() local
118 cpE = cpL+4; in l2_spec_error()
119 if (cpE > ctx->inputbuf+ctx->inputlen) in l2_spec_error()
120 cpE = ctx->inputbuf+ctx->inputlen; in l2_spec_error()
134 if ((cpBuf = malloc((cpE-cpP)+2+1)) == NULL) in l2_spec_error()
143 n = cpE-cpL; in l2_spec_error()
/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dax25_decode.cxx796 cpE -= 1; in expand_MicE()
803 else if (*cp == '\'' && *(cpE - 1) == '|' && *cpE == '3') { in expand_MicE()
805 cpE -= 2; in expand_MicE()
808 else if (*cp == '\'' && *(cpE - 1) == '|' && *cpE == '4') { in expand_MicE()
810 cpE -= 2; in expand_MicE()
813 else if (*cp == '`' && *(cpE - 1) == '_' && *cpE == ' ') { in expand_MicE()
815 cpE -= 2; in expand_MicE()
818 else if (*cp == '`' && *(cpE - 1) == '_' && *cpE == '#') { in expand_MicE()
820 cpE -= 2; in expand_MicE()
823 else if (*cp == '`' && *(cpE - 1) == '_' && *cpE == '\"') { in expand_MicE()
[all …]
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/
H A Dlmtp2nntp_lmtp.c324 char *cpE; in lmtp_response() local
346 if ((cpE = strchr(cpS, '\n')) == NULL) { in lmtp_response()
347 cpE = cpS+strlen(cpS); in lmtp_response()
354 …if ((len + cpE - cpS + 2) > sizeof(formatbuf)) { /* status + line + '\r\n' does not fit into forma… in lmtp_response()
356 if ((cpE = cpS + sizeof(formatbuf) - 2 - len) <= cpS) /* no space for line at all */ in lmtp_response()
359 strncpy(formatbuf+len, cpS, cpE-cpS); in lmtp_response()
360 len += (cpE-cpS); in lmtp_response()
368 cpS = cpE; in lmtp_response()
/dports/devel/ossp-cfg/cfg-0.9.11/
H A Dcfg_syn.c140 const char *cpP, *cpE; in cfg_syn_error() local
169 cpE = cpL+4; in cfg_syn_error()
170 if (cpE > ctx->inputbuf+ctx->inputlen) in cfg_syn_error()
171 cpE = ctx->inputbuf+ctx->inputlen; in cfg_syn_error()
185 if ((cpBuf = malloc((size_t)(((cpE-cpP)*2)+2+1))) == NULL) in cfg_syn_error()
192 cp += cfg_syn_error_cpyout(cp, cpL, cpE-cpL); in cfg_syn_error()
/dports/lang/p5-ePerl/eperl-2.2.14/
H A Deperl_parse.c256 char *cpE; in ePerl_Cfwrite() local
260 cpE = cpBuf+(nBuf*cNum); in ePerl_Cfwrite()
261 while (cpI < cpE) { in ePerl_Cfwrite()
265 if (cpI+1+n+1 < cpE) { in ePerl_Cfwrite()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dax25_decode.h73 static void expand_MicE(unsigned char *cpI, unsigned char *cpE);
/dports/sysutils/lizardfs/lizardfs-3.12.0/tests/test_suites/ShortSystemTests/
H A Dtest_acl_cache.sh19 getfacl -cpE "$file" | tr "\n" " " | trim
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/digitaltwins/mgmt/2020-12-01/digitaltwins/
H A Dmodels.go74 func (cpE ConnectionPropertiesPrivateEndpoint) MarshalJSON() ([]byte, error) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/digitaltwins/mgmt/2020-12-01/digitaltwins/
H A Dmodels.go74 func (cpE ConnectionPropertiesPrivateEndpoint) MarshalJSON() ([]byte, error) {
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/digitaltwins/mgmt/2020-12-01/digitaltwins/
H A Dmodels.go74 func (cpE ConnectionPropertiesPrivateEndpoint) MarshalJSON() ([]byte, error) {
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/digitaltwins/mgmt/2020-12-01/digitaltwins/
H A Dmodels.go74 func (cpE ConnectionPropertiesPrivateEndpoint) MarshalJSON() ([]byte, error) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/digitaltwins/mgmt/2020-12-01/digitaltwins/
H A Dmodels.go74 func (cpE ConnectionPropertiesPrivateEndpoint) MarshalJSON() ([]byte, error) {
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/digitaltwins/mgmt/2020-12-01/digitaltwins/
H A Dmodels.go74 func (cpE ConnectionPropertiesPrivateEndpoint) MarshalJSON() ([]byte, error) {
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A Dglobal_SUITE.erl2965 node_names([cp1,cp2,cp3,cp4,cp5,cpA,cpB,cpC,cpD,cpE], Config),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/kernel/test/
H A Dglobal_SUITE.erl2965 node_names([cp1,cp2,cp3,cp4,cp5,cpA,cpB,cpC,cpD,cpE], Config),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/kernel/test/
H A Dglobal_SUITE.erl2940 node_names([cp1,cp2,cp3,cp4,cp5,cpA,cpB,cpC,cpD,cpE], Config),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/test/
H A Dglobal_SUITE.erl3105 node_names([cp1,cp2,cp3,cp4,cp5,cpA,cpB,cpC,cpD,cpE], Config),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/test/
H A Dglobal_SUITE.erl3105 node_names([cp1,cp2,cp3,cp4,cp5,cpA,cpB,cpC,cpD,cpE], Config),

12