Home
last modified time | relevance | path

Searched refs:cntxt (Results 1 – 25 of 262) sorted by relevance

1234567891011

/dports/math/R/R-4.1.2/src/library/compiler/R/
H A Dcmp.R1140 cntxt <- make.callContext(cntxt, call)
2874 cntxt$warn(msg, cntxt, loc)
2882 cntxt$warn(msg, cntxt, loc)
2890 cntxt$warn(msg, cntxt, loc)
2898 cntxt$warn(msg, cntxt, loc)
2905 cntxt$warn(msg, cntxt, loc)
2912 cntxt$warn(msg, cntxt, loc)
2918 cntxt$warn(w, cntxt, loc)
2924 cntxt$warn(msg, cntxt, loc)
2931 cntxt$warn(msg, cntxt, loc)
[all …]
/dports/math/libRmath/R-4.1.1/src/library/compiler/R/
H A Dcmp.R1140 cntxt <- make.callContext(cntxt, call)
2874 cntxt$warn(msg, cntxt, loc)
2882 cntxt$warn(msg, cntxt, loc)
2890 cntxt$warn(msg, cntxt, loc)
2898 cntxt$warn(msg, cntxt, loc)
2905 cntxt$warn(msg, cntxt, loc)
2912 cntxt$warn(msg, cntxt, loc)
2918 cntxt$warn(w, cntxt, loc)
2924 cntxt$warn(msg, cntxt, loc)
2931 cntxt$warn(msg, cntxt, loc)
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/xlisp/
H A Dxlisp.c104 XLCONTEXT cntxt; in xlisp_main_init() local
148 if (_setjmp(cntxt.c_jmpbuf)) in xlisp_main_init()
155 xlend(&cntxt); in xlisp_main_init()
172 if (_setjmp(cntxt.c_jmpbuf) == 0) { in xlisp_main_init()
177 if (_setjmp(cntxt.c_jmpbuf) == 0) in xlisp_main_init()
181 xlend(&cntxt); in xlisp_main_init()
191 XLCONTEXT cntxt; in xlisp_eval() local
196 if (_setjmp(cntxt.c_jmpbuf)) { in xlisp_eval()
212 xlend(&cntxt); in xlisp_eval()
223 XLCONTEXT cntxt; in xlisp_main() local
[all …]
H A Dxlcont.c644 XLCONTEXT cntxt; in prog() local
674 xlend(&cntxt); in prog()
836 xlend(&cntxt); in xloop()
907 xlend(&cntxt); in doloop()
962 xlend(&cntxt); in xdolist()
1015 xlend(&cntxt); in xdotimes()
1039 xlend(&cntxt); in xblock()
1076 xlend(&cntxt); in xcatch()
1126 xlend(&cntxt); in xunwindprotect()
1166 xlend(&cntxt); in xerrset()
[all …]
/dports/math/R/R-4.1.2/src/library/compiler/tests/
H A Denvir.R62 cntxt <- compiler:::make.toplevelContext(cenv, NULL) globalVar
64 stopifnot(identical(findLocals(quote(x<-1), cntxt), "x"))
65 stopifnot(identical(findLocals(quote(f(x)<-1), cntxt), "x"))
66 stopifnot(identical(findLocals(quote(f(g(x,2),1)<-1), cntxt), "x"))
67 stopifnot(identical(findLocals(quote(x<-y<-1), cntxt), c("x","y")))
68 stopifnot(identical(findLocals(quote(local(x<-1,e)), cntxt), "x"))
70 stopifnot(identical(findLocals(quote({local<-1;local(x<-1)}), cntxt),
79 stopifnot(identical(findLocals(body(f), cntxt), c("local","x")))
84 cntxt <- compiler:::make.toplevelContext(cenv, NULL) globalVar
85 stopifnot(identical(findLocals(quote(local(x<-1,e)), cntxt), "x"))
[all …]
/dports/math/libRmath/R-4.1.1/src/library/compiler/tests/
H A Denvir.R62 cntxt <- compiler:::make.toplevelContext(cenv, NULL) globalVar
64 stopifnot(identical(findLocals(quote(x<-1), cntxt), "x"))
65 stopifnot(identical(findLocals(quote(f(x)<-1), cntxt), "x"))
66 stopifnot(identical(findLocals(quote(f(g(x,2),1)<-1), cntxt), "x"))
67 stopifnot(identical(findLocals(quote(x<-y<-1), cntxt), c("x","y")))
68 stopifnot(identical(findLocals(quote(local(x<-1,e)), cntxt), "x"))
70 stopifnot(identical(findLocals(quote({local<-1;local(x<-1)}), cntxt),
79 stopifnot(identical(findLocals(body(f), cntxt), c("local","x")))
84 cntxt <- compiler:::make.toplevelContext(cenv, NULL) globalVar
85 stopifnot(identical(findLocals(quote(local(x<-1,e)), cntxt), "x"))
[all …]
/dports/security/helib/HElib-1.3.1/misc/paramUtils/
H A Dckks_parameters.cpp65 helib::Context& cntxt = theContext; in tryParameters() local
66 cntxt.clearModChain(); in tryParameters()
67 helib::buildModChain(cntxt, L2try, c2try); in tryParameters()
68 if (cntxt.securityLevel() >= security) { in tryParameters()
69 this->ctxtBits = cntxt.logOfProduct(cntxt.ctxtPrimes)/log(2.0); in tryParameters()
71 this->nCtxtPrimes = cntxt.ctxtPrimes.card(); in tryParameters()
83 helib::Context& cntxt = theContext; in tryParameters() local
84 cntxt.clearModChain(); in tryParameters()
85 helib::buildModChain(cntxt, this->L -delta, c2try); in tryParameters()
86 double realBits = cntxt.logOfProduct(cntxt.ctxtPrimes)/log(2.0); in tryParameters()
[all …]
/dports/security/cyrus-sasl2/cyrus-sasl-2.1.28/sasldb/
H A Ddb_ndbm.c72 void *cntxt; in _sasldb_getdata() local
114 utils->seterror(cntxt, SASL_NOLOG, in _sasldb_getdata()
122 utils->seterror(cntxt, 0, "buffer overflow"); in _sasldb_getdata()
156 void *cntxt; in _sasldb_putdata() local
177 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasldb_putdata()
238 void *cntxt; in _sasl_check_db() local
262 (sasl_callback_ft *)&vf, &cntxt); in _sasl_check_db()
272 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
277 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
281 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
[all …]
H A Ddb_gdbm.c67 void *cntxt; in _sasldb_getdata() local
129 utils->seterror(cntxt, 0, "buffer overflow"); in _sasldb_getdata()
159 void *cntxt; in _sasldb_putdata() local
180 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasldb_putdata()
231 void *cntxt; in _sasl_check_db() local
238 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasl_check_db()
240 if (getopt(cntxt, NULL, "sasldb_path", &p, NULL) == SASL_OK in _sasl_check_db()
247 (sasl_callback_ft *)&vf, &cntxt); in _sasl_check_db()
254 ret = vf(cntxt, path, SASL_VRFY_PASSWD); in _sasl_check_db()
280 void *cntxt; in _sasldb_getkeyhandle() local
[all …]
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/sasldb/
H A Ddb_ndbm.c72 void *cntxt; in _sasldb_getdata() local
114 utils->seterror(cntxt, SASL_NOLOG, in _sasldb_getdata()
122 utils->seterror(cntxt, 0, "buffer overflow"); in _sasldb_getdata()
156 void *cntxt; in _sasldb_putdata() local
177 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasldb_putdata()
238 void *cntxt; in _sasl_check_db() local
262 (sasl_callback_ft *)&vf, &cntxt); in _sasl_check_db()
272 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
277 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
281 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
[all …]
H A Ddb_gdbm.c67 void *cntxt; in _sasldb_getdata() local
129 utils->seterror(cntxt, 0, "buffer overflow"); in _sasldb_getdata()
159 void *cntxt; in _sasldb_putdata() local
180 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasldb_putdata()
231 void *cntxt; in _sasl_check_db() local
238 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasl_check_db()
240 if (getopt(cntxt, NULL, "sasldb_path", &p, NULL) == SASL_OK in _sasl_check_db()
247 (sasl_callback_ft *)&vf, &cntxt); in _sasl_check_db()
254 ret = vf(cntxt, path, SASL_VRFY_PASSWD); in _sasl_check_db()
280 void *cntxt; in _sasldb_getkeyhandle() local
[all …]
/dports/security/cyrus-sasl2-saslauthd/cyrus-sasl-2.1.28/sasldb/
H A Ddb_ndbm.c72 void *cntxt; in _sasldb_getdata() local
114 utils->seterror(cntxt, SASL_NOLOG, in _sasldb_getdata()
122 utils->seterror(cntxt, 0, "buffer overflow"); in _sasldb_getdata()
156 void *cntxt; in _sasldb_putdata() local
177 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasldb_putdata()
238 void *cntxt; in _sasl_check_db() local
262 (sasl_callback_ft *)&vf, &cntxt); in _sasl_check_db()
272 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
277 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
281 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
[all …]
H A Ddb_gdbm.c67 void *cntxt; in _sasldb_getdata() local
129 utils->seterror(cntxt, 0, "buffer overflow"); in _sasldb_getdata()
159 void *cntxt; in _sasldb_putdata() local
180 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasldb_putdata()
231 void *cntxt; in _sasl_check_db() local
238 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasl_check_db()
240 if (getopt(cntxt, NULL, "sasldb_path", &p, NULL) == SASL_OK in _sasl_check_db()
247 (sasl_callback_ft *)&vf, &cntxt); in _sasl_check_db()
254 ret = vf(cntxt, path, SASL_VRFY_PASSWD); in _sasl_check_db()
280 void *cntxt; in _sasldb_getkeyhandle() local
[all …]
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/sasldb/
H A Ddb_ndbm.c72 void *cntxt; in _sasldb_getdata() local
114 utils->seterror(cntxt, SASL_NOLOG, in _sasldb_getdata()
122 utils->seterror(cntxt, 0, "buffer overflow"); in _sasldb_getdata()
156 void *cntxt; in _sasldb_putdata() local
177 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasldb_putdata()
238 void *cntxt; in _sasl_check_db() local
262 (sasl_callback_ft *)&vf, &cntxt); in _sasl_check_db()
272 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
277 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
281 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
[all …]
H A Ddb_gdbm.c67 void *cntxt; in _sasldb_getdata() local
129 utils->seterror(cntxt, 0, "buffer overflow"); in _sasldb_getdata()
159 void *cntxt; in _sasldb_putdata() local
180 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasldb_putdata()
231 void *cntxt; in _sasl_check_db() local
238 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasl_check_db()
240 if (getopt(cntxt, NULL, "sasldb_path", &p, NULL) == SASL_OK in _sasl_check_db()
247 (sasl_callback_ft *)&vf, &cntxt); in _sasl_check_db()
254 ret = vf(cntxt, path, SASL_VRFY_PASSWD); in _sasl_check_db()
280 void *cntxt; in _sasldb_getkeyhandle() local
[all …]
/dports/security/cyrus-sasl2-srp/cyrus-sasl-2.1.28/sasldb/
H A Ddb_ndbm.c72 void *cntxt; in _sasldb_getdata() local
114 utils->seterror(cntxt, SASL_NOLOG, in _sasldb_getdata()
122 utils->seterror(cntxt, 0, "buffer overflow"); in _sasldb_getdata()
156 void *cntxt; in _sasldb_putdata() local
177 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasldb_putdata()
238 void *cntxt; in _sasl_check_db() local
262 (sasl_callback_ft *)&vf, &cntxt); in _sasl_check_db()
272 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
277 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
281 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
[all …]
H A Ddb_gdbm.c67 void *cntxt; in _sasldb_getdata() local
129 utils->seterror(cntxt, 0, "buffer overflow"); in _sasldb_getdata()
159 void *cntxt; in _sasldb_putdata() local
180 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasldb_putdata()
231 void *cntxt; in _sasl_check_db() local
238 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasl_check_db()
240 if (getopt(cntxt, NULL, "sasldb_path", &p, NULL) == SASL_OK in _sasl_check_db()
247 (sasl_callback_ft *)&vf, &cntxt); in _sasl_check_db()
254 ret = vf(cntxt, path, SASL_VRFY_PASSWD); in _sasl_check_db()
280 void *cntxt; in _sasldb_getkeyhandle() local
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/sasl2-sys-0.1.12/sasl2/sasldb/
H A Ddb_ndbm.c72 void *cntxt; in _sasldb_getdata() local
114 utils->seterror(cntxt, SASL_NOLOG, in _sasldb_getdata()
122 utils->seterror(cntxt, 0, "buffer overflow"); in _sasldb_getdata()
156 void *cntxt; in _sasldb_putdata() local
177 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasldb_putdata()
238 void *cntxt; in _sasl_check_db() local
262 (sasl_callback_ft *)&vf, &cntxt); in _sasl_check_db()
272 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
277 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
281 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
[all …]
H A Ddb_gdbm.c67 void *cntxt; in _sasldb_getdata() local
127 utils->seterror(cntxt, 0, "buffer overflow"); in _sasldb_getdata()
157 void *cntxt; in _sasldb_putdata() local
178 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasldb_putdata()
229 void *cntxt; in _sasl_check_db() local
236 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasl_check_db()
238 if (getopt(cntxt, NULL, "sasldb_path", &p, NULL) == SASL_OK in _sasl_check_db()
245 (sasl_callback_ft *)&vf, &cntxt); in _sasl_check_db()
252 ret = vf(cntxt, path, SASL_VRFY_PASSWD); in _sasl_check_db()
278 void *cntxt; in _sasldb_getkeyhandle() local
[all …]
/dports/security/cyrus-sasl2-sql/cyrus-sasl-2.1.28/sasldb/
H A Ddb_ndbm.c72 void *cntxt; in _sasldb_getdata() local
114 utils->seterror(cntxt, SASL_NOLOG, in _sasldb_getdata()
122 utils->seterror(cntxt, 0, "buffer overflow"); in _sasldb_getdata()
156 void *cntxt; in _sasldb_putdata() local
177 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasldb_putdata()
238 void *cntxt; in _sasl_check_db() local
262 (sasl_callback_ft *)&vf, &cntxt); in _sasl_check_db()
272 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
277 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
281 ret = vf(cntxt, db, SASL_VRFY_PASSWD); in _sasl_check_db()
[all …]
H A Ddb_gdbm.c67 void *cntxt; in _sasldb_getdata() local
129 utils->seterror(cntxt, 0, "buffer overflow"); in _sasldb_getdata()
159 void *cntxt; in _sasldb_putdata() local
180 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasldb_putdata()
231 void *cntxt; in _sasl_check_db() local
238 (sasl_callback_ft *)&getopt, &cntxt) == SASL_OK) { in _sasl_check_db()
240 if (getopt(cntxt, NULL, "sasldb_path", &p, NULL) == SASL_OK in _sasl_check_db()
247 (sasl_callback_ft *)&vf, &cntxt); in _sasl_check_db()
254 ret = vf(cntxt, path, SASL_VRFY_PASSWD); in _sasl_check_db()
280 void *cntxt; in _sasldb_getkeyhandle() local
[all …]
/dports/math/R/R-4.1.2/src/library/compiler/noweb/
H A Dcompiler.nw492 cntxt <- make.callContext(cntxt, call)
1322 cntxt$warn(msg, cntxt, loc)
1331 cntxt$warn(msg, cntxt, loc)
1353 cntxt$warn(msg, cntxt, loc)
1364 cntxt$warn(msg, cntxt, loc)
1375 cntxt$warn(w, cntxt, loc)
1386 cntxt$warn(msg, cntxt, loc)
1399 cntxt$warn(msg, cntxt, loc)
1411 cntxt$warn(msg, cntxt, loc)
1424 cntxt$warn(msg, cntxt, loc)
[all …]
/dports/math/libRmath/R-4.1.1/src/library/compiler/noweb/
H A Dcompiler.nw492 cntxt <- make.callContext(cntxt, call)
1322 cntxt$warn(msg, cntxt, loc)
1331 cntxt$warn(msg, cntxt, loc)
1353 cntxt$warn(msg, cntxt, loc)
1364 cntxt$warn(msg, cntxt, loc)
1375 cntxt$warn(w, cntxt, loc)
1386 cntxt$warn(msg, cntxt, loc)
1399 cntxt$warn(msg, cntxt, loc)
1411 cntxt$warn(msg, cntxt, loc)
1424 cntxt$warn(msg, cntxt, loc)
[all …]
/dports/mail/alpine/alpine-465e23b/pith/
H A Dcontext.c749 free_context(CONTEXT_S **cntxt) in free_context() argument
751 if(cntxt && *cntxt){ in free_context()
761 if((*cntxt)->context) in free_context()
764 if((*cntxt)->server) in free_context()
767 if((*cntxt)->nickname) in free_context()
770 if((*cntxt)->label) in free_context()
773 if((*cntxt)->comment) in free_context()
776 if((*cntxt)->selected.reference) in free_context()
779 if((*cntxt)->selected.sub) in free_context()
784 free_fdir(&(*cntxt)->dir, 1); in free_context()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dcontext.c749 free_context(CONTEXT_S **cntxt) in free_context() argument
751 if(cntxt && *cntxt){ in free_context()
761 if((*cntxt)->context) in free_context()
764 if((*cntxt)->server) in free_context()
767 if((*cntxt)->nickname) in free_context()
770 if((*cntxt)->label) in free_context()
773 if((*cntxt)->comment) in free_context()
776 if((*cntxt)->selected.reference) in free_context()
779 if((*cntxt)->selected.sub) in free_context()
784 free_fdir(&(*cntxt)->dir, 1); in free_context()
[all …]

1234567891011