Home
last modified time | relevance | path

Searched refs:errlog (Results 1 – 25 of 644) sorted by relevance

12345678910>>...26

/dports/www/lua-resty-core/lua-resty-core-0.1.22/t/
H A Derrlog-raw-log.t37 local errlog = require "ngx.errlog"
56 local errlog = require "ngx.errlog"
75 local errlog = require "ngx.errlog"
94 local errlog = require "ngx.errlog"
106 === TEST 5: errlog.raw_log JITs
127 local errlog = require "ngx.errlog"
143 local errlog = require "ngx.errlog"
161 local errlog = require "ngx.errlog"
181 local errlog = require "ngx.errlog"
195 === TEST 9: errlog.raw_log is captured by errlog.get_logs()
[all …]
H A Derrlog.t46 local errlog = require "ngx.errlog"
82 local errlog = require "ngx.errlog"
114 local errlog = require "ngx.errlog"
149 local errlog = require "ngx.errlog"
182 local errlog = require "ngx.errlog"
219 local errlog = require "ngx.errlog"
280 local errlog = require "ngx.errlog"
302 local errlog = require "ngx.errlog"
325 local errlog = require "ngx.errlog"
986 local errlog = require "ngx.errlog"
[all …]
/dports/www/lua-resty-core/lua-resty-core-0.1.22/t/stream/
H A Derrlog-raw-log.t36 local errlog = require "ngx.errlog"
56 local errlog = require "ngx.errlog"
76 local errlog = require "ngx.errlog"
96 local errlog = require "ngx.errlog"
105 === TEST 5: errlog.raw_log JITs
125 local errlog = require "ngx.errlog"
138 local errlog = require "ngx.errlog"
154 local errlog = require "ngx.errlog"
171 local errlog = require "ngx.errlog"
182 === TEST 9: errlog.raw_log is captured by errlog.get_logs()
[all …]
H A Derrlog.t44 local errlog = require "ngx.errlog"
76 local errlog = require "ngx.errlog"
106 local errlog = require "ngx.errlog"
136 local errlog = require "ngx.errlog"
166 local errlog = require "ngx.errlog"
199 local errlog = require "ngx.errlog"
257 local errlog = require "ngx.errlog"
273 local errlog = require "ngx.errlog"
290 local errlog = require "ngx.errlog"
328 local errlog = require "ngx.errlog"
[all …]
/dports/games/julius/julius-1.7.0/src/game/
H A Dgame.c33 static void errlog(const char *msg) in errlog() function
57 errlog("'c3.eng' or 'c3_mm.eng' files not found or too large."); in game_pre_init()
80 errlog("unable to init graphics"); in game_init()
84 errlog("unable to load main graphics"); in game_init()
88 errlog("unable to load enemy graphics"); in game_init()
93 errlog("unable to load font graphics"); in game_init()
102 errlog("unable to load c3_model.txt"); in game_init()
117 errlog("'c3_map.eng' or 'c3_map_mm.eng' files not found or too large."); in reload_language()
119 errlog("'c3.eng' or 'c3_mm.eng' files not found or too large."); in reload_language()
126 errlog("unable to load font graphics"); in reload_language()
[all …]
/dports/games/augustus/augustus-3.1.0/src/game/
H A Dgame.c35 static void errlog(const char *msg) in errlog() function
59 errlog("'c3.eng' or 'c3_mm.eng' files not found or too large."); in game_pre_init()
82 errlog("unable to init graphics"); in game_init()
86 errlog("unable to load main graphics"); in game_init()
90 errlog("unable to load enemy graphics"); in game_init()
95 errlog("unable to load font graphics"); in game_init()
104 errlog("unable to load c3_model.txt"); in game_init()
122 errlog("'c3_map.eng' or 'c3_map_mm.eng' files not found or too large."); in reload_language()
124 errlog("'c3.eng' or 'c3_mm.eng' files not found or too large."); in reload_language()
134 errlog("unable to load font graphics"); in reload_language()
[all …]
/dports/sysutils/dcfldd/dcfldd-1.7.1/src/
H A Dlog.c38 FILE *errlog = NULL; variable
51 if (errlog != NULL) in syscall_error_noexit()
52 fprintf(errlog, "%s:%s: %s\n", program_name, str == NULL ? "" : str, errstr); in syscall_error_noexit()
63 if (errlog != NULL) { in user_error()
64 fprintf(errlog, "%s: ", program_name); in user_error()
65 vfprintf(errlog, str, ap); in user_error()
66 fprintf(errlog, "\n"); in user_error()
79 if (errlog != NULL) { in log_info()
80 vfprintf(errlog, str, ap2); in log_info()
89 if (errlog != NULL) in internal_error()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/comp/sbml/
H A DCompBase.cpp321 SBMLErrorLog* errlog = getErrorLog(); in logUnknownElement() local
322 if (errlog) in logUnknownElement()
344 SBMLErrorLog* errlog = getErrorLog(); in logUnknownAttribute() local
345 if (errlog != NULL) in logUnknownAttribute()
376 SBMLErrorLog* errlog = getErrorLog(); in logEmptyString() local
377 if (errlog) in logEmptyString()
408 SBMLErrorLog* errlog = getErrorLog(); in logInvalidId() local
410 if (errlog != NULL) in logInvalidId()
485 errlog->logPackageError(getPackageName(), CompInvalidSIdSyntax, in logInvalidId()
503 SBMLErrorLog* errlog = getErrorLog(); in logMissingAttribute() local
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.elastic.co/apm/module/apmlogrus/
H A Dhook.go95 errlog := tracer.NewErrorLog(apm.ErrorLogRecord{
100 errlog.Handled = true
101 errlog.Timestamp = entry.Time
102 errlog.SetStacktrace(1)
107 errlog.TraceID = traceID
110 errlog.TransactionID = transactionID
111 errlog.ParentID = transactionID
114 errlog.ParentID = spanID
117 errlog.Send()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/signtool/
H A Dlist.c25 CERTVerifyLog errlog; in ListCerts() local
27 errlog.arena = PORT_NewArena(DER_DEFAULT_CHUNKSIZE); in ListCerts()
28 if (errlog.arena == NULL) { in ListCerts()
31 errlog.head = NULL; in ListCerts()
32 errlog.tail = NULL; in ListCerts()
33 errlog.count = 0; in ListCerts()
100 certUsageObjectSigner, PR_Now(), &pwdata, &errlog); in ListCerts()
104 if (errlog.count > 0) { in ListCerts()
114 displayVerifyLog(&errlog); in ListCerts()
123 if (errlog.arena != NULL) { in ListCerts()
[all …]
/dports/www/firefox/firefox-99.0/security/nss/cmd/signtool/
H A Dlist.c25 CERTVerifyLog errlog; in ListCerts() local
27 errlog.arena = PORT_NewArena(DER_DEFAULT_CHUNKSIZE); in ListCerts()
28 if (errlog.arena == NULL) { in ListCerts()
31 errlog.head = NULL; in ListCerts()
32 errlog.tail = NULL; in ListCerts()
33 errlog.count = 0; in ListCerts()
100 certUsageObjectSigner, PR_Now(), &pwdata, &errlog); in ListCerts()
104 if (errlog.count > 0) { in ListCerts()
114 displayVerifyLog(&errlog); in ListCerts()
123 if (errlog.arena != NULL) { in ListCerts()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/signtool/
H A Dlist.c26 CERTVerifyLog errlog; in ListCerts() local
28 errlog.arena = PORT_NewArena(DER_DEFAULT_CHUNKSIZE); in ListCerts()
29 if (errlog.arena == NULL) { in ListCerts()
32 errlog.head = NULL; in ListCerts()
33 errlog.tail = NULL; in ListCerts()
34 errlog.count = 0; in ListCerts()
109 certUsageObjectSigner, PR_Now(), &pwdata, &errlog); in ListCerts()
113 if (errlog.count > 0) { in ListCerts()
123 displayVerifyLog(&errlog); in ListCerts()
132 if (errlog.arena != NULL) { in ListCerts()
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/cmd/signtool/
H A Dlist.c25 CERTVerifyLog errlog; in ListCerts() local
27 errlog.arena = PORT_NewArena(DER_DEFAULT_CHUNKSIZE); in ListCerts()
28 if (errlog.arena == NULL) { in ListCerts()
31 errlog.head = NULL; in ListCerts()
32 errlog.tail = NULL; in ListCerts()
33 errlog.count = 0; in ListCerts()
100 certUsageObjectSigner, PR_Now(), &pwdata, &errlog); in ListCerts()
104 if (errlog.count > 0) { in ListCerts()
114 displayVerifyLog(&errlog); in ListCerts()
123 if (errlog.arena != NULL) { in ListCerts()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/signtool/
H A Dlist.c26 CERTVerifyLog errlog; in ListCerts() local
28 errlog.arena = PORT_NewArena(DER_DEFAULT_CHUNKSIZE); in ListCerts()
29 if (errlog.arena == NULL) { in ListCerts()
32 errlog.head = NULL; in ListCerts()
33 errlog.tail = NULL; in ListCerts()
34 errlog.count = 0; in ListCerts()
109 certUsageObjectSigner, PR_Now(), &pwdata, &errlog); in ListCerts()
113 if (errlog.count > 0) { in ListCerts()
123 displayVerifyLog(&errlog); in ListCerts()
132 if (errlog.arena != NULL) { in ListCerts()
[all …]
/dports/security/nss/nss-3.76.1/nss/cmd/signtool/
H A Dlist.c25 CERTVerifyLog errlog; in ListCerts() local
27 errlog.arena = PORT_NewArena(DER_DEFAULT_CHUNKSIZE); in ListCerts()
28 if (errlog.arena == NULL) { in ListCerts()
31 errlog.head = NULL; in ListCerts()
32 errlog.tail = NULL; in ListCerts()
33 errlog.count = 0; in ListCerts()
100 certUsageObjectSigner, PR_Now(), &pwdata, &errlog); in ListCerts()
104 if (errlog.count > 0) { in ListCerts()
114 displayVerifyLog(&errlog); in ListCerts()
123 if (errlog.arena != NULL) { in ListCerts()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/signtool/
H A Dlist.c25 CERTVerifyLog errlog; in ListCerts() local
27 errlog.arena = PORT_NewArena(DER_DEFAULT_CHUNKSIZE); in ListCerts()
28 if (errlog.arena == NULL) { in ListCerts()
31 errlog.head = NULL; in ListCerts()
32 errlog.tail = NULL; in ListCerts()
33 errlog.count = 0; in ListCerts()
100 certUsageObjectSigner, PR_Now(), &pwdata, &errlog); in ListCerts()
104 if (errlog.count > 0) { in ListCerts()
114 displayVerifyLog(&errlog); in ListCerts()
123 if (errlog.arena != NULL) { in ListCerts()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/cmd/signtool/
H A Dlist.c26 CERTVerifyLog errlog; in ListCerts() local
28 errlog.arena = PORT_NewArena(DER_DEFAULT_CHUNKSIZE); in ListCerts()
29 if (errlog.arena == NULL) { in ListCerts()
32 errlog.head = NULL; in ListCerts()
33 errlog.tail = NULL; in ListCerts()
34 errlog.count = 0; in ListCerts()
109 certUsageObjectSigner, PR_Now(), &pwdata, &errlog); in ListCerts()
113 if (errlog.count > 0) { in ListCerts()
123 displayVerifyLog(&errlog); in ListCerts()
132 if (errlog.arena != NULL) { in ListCerts()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Dcomp_err.result3 srv2client: msg_srv2client [errlog: msg_errlog]
5 srv2client: msg_srv2client errlog: msg_errlog_no_start
9 srv2client: msg_start_too_low [errlog: msg_errlog]
13 srv2client: msg_start_set_twice [errlog: msg_errlog]
17 srv2client: msg_start_decreasing [errlog: msg_errlog]
21 srv2client: msg_srv2client_multilang [errlog: msg_errlog]
25 srv2client: msg_srv2client_phantom_lang [errlog: msg_errlog]
29 srv2client: msg_srv2client_no_msgs [errlog: msg_errlog]
32 srv2client: msg_srv2client errlog: msg_errlog_with_lang
/dports/security/autossh/autossh-1.4g/
H A Dautossh.c393 errlog(LOG_INFO, in main()
881 errlog(LOG_ERR, in ssh_watch()
902 errlog(LOG_DEBUG, in clear_alarm_timer()
919 errlog(LOG_INFO, in exceeded_lifetime()
1023 errlog(LOG_INFO, in ssh_wait()
1034 errlog(LOG_INFO, in ssh_wait()
1060 errlog(LOG_INFO, in ssh_wait()
1096 errlog(LOG_ERR, in ssh_kill()
1140 errlog(LOG_DEBUG, in grace_time()
1396 errlog(LOG_INFO, in conn_poll_for_accept()
[all …]
/dports/databases/slony1v2/slony1-2.2.10/src/slony_logshipper/
H A Dslony_logshipper.c361 errlog(LOG_WARN, "waiting for resume\n"); in main()
383 errlog(LOG_INFO, "Archive dir scanned\n"); in main()
537 errlog(LOG_ERROR, "cannot open %s - %s\n", in process_archive()
599 errlog(LOG_ERROR, "%s: %sQuery was: %s\n", in process_exec_sql()
864 errlog(LOG_ERROR, "%s: %sQuery was: %s\n", in process_copy()
958 errlog(LOG_ERROR, "%s: %s", in process_copyend()
1057 errlog(LOG_INFO, "%s", msg); in notice_processor()
1062 errlog(log_level level, char *fmt,...) in errlog() function
1246 errlog(LOG_ERROR, "out of memory\n"); in get_current_at_counter()
1258 errlog(LOG_ERROR, "PQconnectdb() failed\n"); in get_current_at_counter()
[all …]
/dports/www/p5-Continuity/Continuity-1.6/util/
H A Dhighport.c33 int errlog; variable
116 if(errlog) { write(errlog, "in: ", 5); write(errlog, buf+off, bytes-off); } in main()
120 if(errlog) { write(errlog, "in: ", 5); write(errlog, buf, bytes); } in main()
158 if(errlog) { write(errlog, "out: ", 5); write(errlog, text, bytes); } in up()
/dports/sysutils/webmin/webmin-1.981/apache/
H A Dsyslog_logs.pl10 local $errlog = &find_directive("ErrorLog", $conf, 1);
12 if ($errlog && $errlog !~ /^\|/ && $errlog !~ /^syslog:/) {
13 push(@rv, { 'file' => &server_root($errlog),
/dports/mail/qsheff/qsheff-II-2.1-r3/src/
H A Dtoolkit.c57 errlog(__FILE__, __LINE__, errno); in rm_dir()
62 errlog(__FILE__, __LINE__, errno); in rm_dir()
97 if(chdir(QSHEFFDIR) != 0) errlog(__FILE__, __LINE__, errno); in rrm_dir()
100 errlog(__FILE__, __LINE__, errno); in rrm_dir()
108 errlog(__FILE__, __LINE__, errno); in rrm_dir()
117 errlog(__FILE__, __LINE__, errno); in rrm_dir()
130 if(rmdir(dirpath) == -1) errlog(__FILE__, __LINE__, errno); in rrm_dir()
156 errlog(__FILE__, __LINE__, errno); in copy()
165 errlog(__FILE__, __LINE__, errno); in copy()
191 errlog(__FILE__, __LINE__, errno); in ret_subdir()
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Derrmsg.c69 static FILE *errlog; /* where the msg is going */ variable
88 errlog = fp; in fl_set_err_logfp()
148 if ( ! errlog ) in P_errmsg()
149 errlog = stderr; in P_errmsg()
159 fprintf( errlog, "In %s() [%s:%s]: %s\n", func, file, line, in P_errmsg()
162 fprintf( errlog, "In [%s:%s]: %s\n", file, line, why ? why : "" ); in P_errmsg()
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/opt/
H A Dparse.c16 static int parse_err(void (*errlog)(const char *fmt, ...), in parse_err()
20 errlog("%s: %.*s: %s", argv0, len, arg, problem); in parse_err()
33 void (*errlog)(const char *fmt, ...), bool unknown_ok) in parse_one()
73 return parse_err(errlog, argv[0], in parse_one()
93 return parse_err(errlog, argv[0], in parse_one()
104 return parse_err(errlog, argv[0], o, len, in parse_one()
118 return parse_err(errlog, argv[0], o, len, in parse_one()
126 parse_err(errlog, argv[0], o, len, problem); in parse_one()

12345678910>>...26