Home
last modified time | relevance | path

Searched refs:LEVEL_NORMAL (Results 1 – 25 of 73) sorted by relevance

123

/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dhybrid-det.h182 commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION) in lif_cra_det()
229 commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION) in lif_cra_det()
249 commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION) in lif_cra_det()
318 commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION) in lif_cra_det()
409 commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION) in lif_cra_det()
425 commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION) in lif_cra_det()
428 commentator().report(Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION) in lif_cra_det()
470 commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION)
558 commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION)
701 commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION)
[all …]
/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-auth/
H A Dwzd_tls.c80 out_log(LEVEL_NORMAL,"Certificate: %s\n",name); in check_certificate()
147 out_log(LEVEL_NORMAL,"certificate is invalid: "); in check_certificate()
148 if (status & GNUTLS_CERT_REVOKED) out_log(LEVEL_NORMAL," revoked"); in check_certificate()
149 if (status & GNUTLS_CERT_SIGNER_NOT_FOUND) out_log(LEVEL_NORMAL," signer not found"); in check_certificate()
150 if (status & GNUTLS_CERT_SIGNER_NOT_CA) out_log(LEVEL_NORMAL," signer not a CA"); in check_certificate()
151 out_log(LEVEL_NORMAL,"\n"); in check_certificate()
183 out_log(LEVEL_NORMAL,"Certificate: %s\n",name); in check_certificate()
H A Dwzd_pam.c90 out_log(LEVEL_NORMAL, "pam_authenticate error: %s\n", pam_strerror(pamh,ret)); in checkpass_pam()
192 out_err(LEVEL_NORMAL, "%s", m->msg); in su_conv()
205 out_log(LEVEL_NORMAL, "%s\n", m->msg); in su_conv()
/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-core/
H A Dwzd_ip.c415 out_log(LEVEL_NORMAL,"Error using getaddrinfo: %s\n",gai_strerror(error)); in hostnametoip()
437 out_log(LEVEL_NORMAL,"Error converting address with inet_ntop\n"); in hostnametoip()
459 out_log(LEVEL_NORMAL,"Error using gethostbyname: %s\n",hstrerror(h_errno)); in hostnametoip()
479 out_log(LEVEL_NORMAL,"Error converting address with inet_ntop\n"); in hostnametoip()
515 out_log(LEVEL_NORMAL,"iptohostname: unsupported family %d\n",family); in iptohostname()
527 out_log(LEVEL_NORMAL,"Error using getaddrinfo: %s\n",gai_strerror(error)); in iptohostname()
533 out_log(LEVEL_NORMAL,"Error using getnameinfo: %s\n",gai_strerror(error)); in iptohostname()
571 out_log(LEVEL_NORMAL,"iptohostname: unsupported family %d\n",family); in iptohostname()
581 out_log(LEVEL_NORMAL,"Error using gethostbyname: %s\n",hstrerror(h_errno)); in iptohostname()
702 out_log(LEVEL_NORMAL,"ERROR invalid netmask (input text: %s)\n",host); in ip_parse_host()
[all …]
H A Dwzd_protocol.c206 out_log(LEVEL_NORMAL,"FTP Error while decoding \"%s\"\n",str_tochar(s)); in parse_ftp_command()
212 out_log(LEVEL_NORMAL,"FTP Error empty command received, ignoring\n"); in parse_ftp_command()
220 …out_log(LEVEL_NORMAL,"WARNING unknown command received \"%s %s\"\n",str_tochar(token),str_tochar(s… in parse_ftp_command()
222 out_log(LEVEL_NORMAL,"WARNING unknown command received \"%s\"\n",str_tochar(token)); in parse_ftp_command()
234 out_log(LEVEL_NORMAL,"WARNING received site command without arguments\n"); in parse_ftp_command()
247 …out_log(LEVEL_NORMAL,"WARNING could not parse command \"%s %s\"\n",str_tochar(token),str_tochar(s)… in parse_ftp_command()
249 out_log(LEVEL_NORMAL,"WARNING could not parse command \"%s\"\n",str_tochar(token)); in parse_ftp_command()
H A Dwzd_log.c251 case LEVEL_NORMAL: in out_log()
288 case LEVEL_NORMAL: in out_log()
346 case LEVEL_NORMAL: in out_err()
457 out_log(LEVEL_NORMAL,"%s %s: %s\n", in log_message()
469 else if (strcasecmp(s,"normal")==0) return LEVEL_NORMAL; in str2loglevel()
481 case LEVEL_NORMAL: return "normal"; in loglevel2str()
H A Dwzd_log.h55 #define LEVEL_NORMAL 5 macro
/dports/math/linbox/linbox-1.6.3/tests/
H A Dtest-opencl-domain.C108 commentator().getMessageClass(INTERNAL_DESCRIPTION).setMaxDetailLevel(Commentator::LEVEL_NORMAL); in testMul()
159 commentator().getMessageClass(INTERNAL_DESCRIPTION).setMaxDetailLevel(Commentator::LEVEL_NORMAL); in testMulinLeft()
211 commentator().getMessageClass(INTERNAL_DESCRIPTION).setMaxDetailLevel(Commentator::LEVEL_NORMAL); in testMulinRight()
263 commentator().getMessageClass(INTERNAL_DESCRIPTION).setMaxDetailLevel(Commentator::LEVEL_NORMAL); in testAxpy()
316 commentator().getMessageClass(INTERNAL_DESCRIPTION).setMaxDetailLevel(Commentator::LEVEL_NORMAL); in testAxpyin()
370 commentator().getMessageClass(INTERNAL_DESCRIPTION).setMaxDetailLevel(Commentator::LEVEL_NORMAL); in testMaxpy()
423 commentator().getMessageClass(INTERNAL_DESCRIPTION).setMaxDetailLevel(Commentator::LEVEL_NORMAL); in testMaxpyin()
477 commentator().getMessageClass(INTERNAL_DESCRIPTION).setMaxDetailLevel(Commentator::LEVEL_NORMAL); in testAxmy()
530 commentator().getMessageClass(INTERNAL_DESCRIPTION).setMaxDetailLevel(Commentator::LEVEL_NORMAL); in testAxmyin()
584 commentator().getMessageClass(INTERNAL_DESCRIPTION).setMaxDetailLevel(Commentator::LEVEL_NORMAL); in testMuladd()
[all …]
H A Dtest-ispossemidef.C81 commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION);
133 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in main()
H A Dtest-rat-charpoly.C141 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in main()
143 commentator().getMessageClass (TIMING_MEASURE).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in main()
H A Dtest-qlup.C329 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in main()
356 commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION) in main()
360 commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION) in main()
375 commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION) in main()
408 commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION) in main()
H A Dtest-rank.h95 …A.write( commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION) << endl, Tag::File…
193 F2.write( commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION)) << endl;
194 …B.write( commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION),Tag::FileFormat::G…
195 …A.write( commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION),Tag::FileFormat::G…
H A Dtest-isposdef.C69 commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION);
124 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in main()
H A Dtest-rat-minpoly.C155 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in main()
157 commentator().getMessageClass (TIMING_MEASURE).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in main()
H A Dtest-rat-solve.C193 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in main()
195 commentator().getMessageClass (TIMING_MEASURE).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in main()
H A Dtest-rank-md.C66 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in main()
H A Dtest-echelon-form.C83 …commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL);
166 …commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL);
304 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in main()
H A Dtest-rank-Int.C59 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in main()
H A Dtest-rank-u32.C63 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in main()
H A Dtest-ffpack.C81 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in testRank()
153 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in testDet()
229 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in testLUdivine()
364 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in testMinPoly()
462 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in testCharPoly()
543 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in testInv()
640 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in testapplyP()
725 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in main()
H A Dtest-blas-domain.C165 commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in main()
421 …commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in testMulAddAgain()
510 …commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in testMulAddShapeTrans()
590 …commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in testTriangMulShapeTrans()
719 …commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in testRank()
783 …commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in testDet()
847 …commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in testInv()
936 …commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in testTriangularSolve()
1045 …commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in testSolve()
1159 …commentator().getMessageClass (INTERNAL_DESCRIPTION).setMaxDetailLevel (Commentator::LEVEL_NORMAL); in testPermutation()
[all …]
H A Dtest-ntl-zz_p.C101 …commentator().report (LinBox::Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION) << "Error : " << b … in main()
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/gauss/
H A Dgauss.inl86 commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION)
241 commentator().report (Commentator::LEVEL_NORMAL, PARTIAL_RESULT)
597 commentator().report (Commentator::LEVEL_NORMAL, PARTIAL_RESULT)
616 field().write(commentator().report (Commentator::LEVEL_NORMAL, PARTIAL_RESULT)
620 commentator().report (Commentator::LEVEL_NORMAL, PARTIAL_RESULT)
751 commentator().report (Commentator::LEVEL_NORMAL, PARTIAL_RESULT)
770 field().write(commentator().report (Commentator::LEVEL_NORMAL, PARTIAL_RESULT)
774 commentator().report (Commentator::LEVEL_NORMAL, PARTIAL_RESULT)
796 commentator().report (Commentator::LEVEL_NORMAL, INTERNAL_DESCRIPTION)
837 commentator().report (Commentator::LEVEL_NORMAL, PARTIAL_RESULT)
[all …]
/dports/ftp/wzdftpd/wzdftpd-0.8.3/tests/
H A Dtest_wzd_log.c60 log_set(LEVEL_NORMAL,fd); in main()
/dports/ftp/wzdftpd/wzdftpd-0.8.3/wzdftpd/
H A Dwzd_ServerThread.c554 out_log(LEVEL_NORMAL,"Connection opened from %s (socket %d)\n", inet_buf,newsock); in server_add_ident_candidate()
720 out_log(LEVEL_NORMAL,"received ident %s\n",context->ident); in server_ident_check()
836 … out_log(LEVEL_NORMAL,"could not add ident candidate for connection: %d (errno: %d: %s) :%s:%d\n", in server_ip_check()
913 out_log(LEVEL_NORMAL,"INFO rejected connection from %s\n",inet_buf); in server_login_accept()
987 out_err(LEVEL_NORMAL,"Received signal %s\n",sys_siglist[signum]); in interrupt()
989 out_err(LEVEL_NORMAL,"Received signal %d\n",signum); in interrupt()
1334 out_log(LEVEL_NORMAL,"INFO: not using pid_file\n"); in server_switch_to_config()

123