Home
last modified time | relevance | path

Searched refs:log_debug (Results 1 – 25 of 3585) sorted by relevance

12345678910>>...144

/dports/net/netatalk3/netatalk-3.1.12/bin/misc/
H A Dlogger_test.c57 LOG(log_debug, logtype_default, "Flooding 3x"); in main()
62 …LOG(log_debug, logtype_default, "1"); LOG(log_debug, logtype_default, "2"); LOG(log_debug, logtype… in main()
64 LOG(log_debug, logtype_default, "-============"); in main()
65 LOG(log_debug, logtype_default, "Flooding 5x"); in main()
69 …LOG(log_debug, logtype_default, "1"); LOG(log_debug, logtype_default, "2"); LOG(log_debug, logtype… in main()
71 LOG(log_debug, logtype_default, "o============"); in main()
76 …LOG(log_debug, logtype_default, "1"); LOG(log_debug, logtype_default, "2"); LOG(log_debug, logtype… in main()
78 LOG(log_debug, logtype_default, "0============"); in main()
79 LOG(log_debug, logtype_default, "Flooding 11x1"); in main()
84 LOG(log_debug, logtype_default, "1============"); in main()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DMovieLoader.cpp60 log_debug("Starting movie loader thread"); in processRequests()
69 log_debug("Loader thread killed"); in processRequests()
99 log_debug("Movie loader thread waked up"); in processRequests()
157 log_debug("clear: lock on requests: trying"); in clear()
162 log_debug("clear: lock on requests: obtained"); in clear()
166 log_debug("clear: lock on kill: trying"); in clear()
170 log_debug("clear: lock on kill: obtained"); in clear()
179 log_debug("waking up loader thread"); in clear()
188 log_debug("MovieLoader notified, joining"); in clear()
190 log_debug("MovieLoader joined"); in clear()
[all …]
/dports/www/tntnet/tntnet-2.2.1/framework/runtime/
H A Dprocess.cpp90 log_debug("chdir(" << dir << ')'); in setDir()
184 log_debug("run monitor"); in runMonitor()
218 log_debug("do work"); in runMonitor()
223 log_debug("restart"); in runMonitor()
226 log_debug("signal shutdown"); in runMonitor()
254 log_debug("monitor child"); in runMonitor()
278 log_debug("init worker"); in initWorker()
280 log_debug("onInit"); in initWorker()
316 log_debug("run daemon-mode"); in run()
344 log_debug("run"); in run()
[all …]
/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Dtrie_search.c45 log_debug("skipping\n"); in trie_search_from_index()
61 log_debug("char=%c\n", ch); in trie_search_from_index()
79 log_debug("ptr=%s\n", ptr); in trie_search_from_index()
171 log_debug("index now %u\n", index); in trie_search_from_index()
199 log_debug("tail matches!\n"); in trie_node_search_tail_tokens()
212 log_debug("tail matches!\n"); in trie_node_search_tail_tokens()
255 log_debug("num_tokens: %zu\n", tokens->n); in trie_search_tokens_from_index()
277 log_debug("ptr=%s\n", ptr); in trie_search_tokens_from_index()
685 log_debug("Breaking\n"); in trie_search_prefixes_from_index()
778 log_debug("Incrementing index\n"); in trie_search_prefixes_from_index()
[all …]
H A Dtransliterate.c92 log_debug("Got data node\n"); in get_replacement()
505 log_debug("Created arrays\n"); in replace_groups()
686 log_debug("len = %zu\n", len); in transliterate()
1354 log_debug("reading step\n");; in transliteration_step_read()
1635 log_debug("resized\n"); in transliteration_table_read()
1664 log_debug("resized\n"); in transliteration_table_read()
1688 log_debug("resized\n"); in transliteration_table_read()
1713 log_debug("resized\n"); in transliteration_table_read()
1735 log_debug("resized\n"); in transliteration_table_read()
1758 log_debug("resized\n"); in transliteration_table_read()
[all …]
H A Dexpand.c302 log_debug("root_len=%zu\n", root_len); in add_affix_expansions()
719 log_debug("input=%s\n", str); in add_string_alternatives_phrase_option()
740 log_debug("lang=%s\n", lang); in add_string_alternatives_phrase_option()
745 log_debug("lang_phrases NULL\n"); in add_string_alternatives_phrase_option()
893 log_debug("continuing\n"); in add_string_alternatives_phrase_option()
1248 log_debug("i=%zu\n", i); in add_string_alternatives_phrase_option()
1285 log_debug("On token %zu\n", j); in add_string_alternatives_phrase_option()
1304 log_debug("Adding space IV\n"); in add_string_alternatives_phrase_option()
1318 log_debug("phrases NULL\n"); in add_string_alternatives_phrase_option()
1320 log_debug("On token %zu\n", j); in add_string_alternatives_phrase_option()
[all …]
/dports/www/tntnet/tntnet-2.2.1/framework/common/
H A Dopenssl.cpp114 log_debug("SSL_library_init"); in openssl_init()
134 log_debug("check private key"); in installCertificates()
138 log_debug("private key ok"); in installCertificates()
165 log_debug("SSL_CTX_free(ctx)"); in destroy()
231 log_debug("read"); in sslRead()
241 log_debug("ssl-read => " << n); in sslRead()
253 log_debug("read-timeout"); in sslRead()
265 log_debug("SSL_read returns " << n); in sslRead()
328 log_debug("ssl-shutdown => " << n); in shutdown()
337 log_debug("shutdown-timeout"); in shutdown()
[all …]
H A Dgnutls.cpp95 log_debug("write returns " << n); in push_func()
152 log_debug("gnutls_global_init()"); in GnuTlsInit()
174 log_debug("gnutls_global_deinit()"); in ~GnuTlsInit()
252 log_debug("gnutls_deinit(session)"); in ~GnuTlsStream()
259 log_debug("accept"); in accept()
270 log_debug("gnutls_set_default_priority"); in handshake()
300 log_debug("gnutls_handshake"); in handshake()
354 log_debug("gnutls_record_send"); in sslWrite()
381 log_debug("gnutls_bye"); in shutdown()
383 log_debug("gnutls_bye => " << ret); in shutdown()
[all …]
/dports/security/libassuan/libassuan-2.5.5/src/
H A Dgpgcedev.c195 log_debug (const char *fmt, ...) in log_debug() function
305 log_debug ("pipeimpl_unref (%p): release\n", pimpl); in pipeimpl_unref()
512 log_debug (" assert_pipeimpl (ctx=%i): " in assert_pipeimpl()
539 log_debug (" assert_logimpl (ctx=%i): " in assert_logimpl()
685 log_debug ("GPG_Init (%s)\n", tmpbuf); in GPG_Init()
775 log_debug ("GPG_Open (devctx=%p)\n", (void*)devctx); in GPG_Open()
824 log_debug ("GPG_Close (ctx=%i)\n", opnctx_arg); in GPG_Close()
1288 log_debug ("starting monitor (pimpl=0x%p)\n", pimpl); in monitor_main()
1337 log_debug ("ending monitor (pimpl=0x%p)\n", pimpl); in monitor_main()
1597 log_debug ("GPG_PowerUp (devctx=%i)\n", devctx); in GPG_PowerUp()
[all …]
/dports/net-im/jabberd/jabberd-2.7.0/sm/
H A Dmm.c391 log_debug(ZONE, "dispatching sess-start chain"); in mm_sess_start()
422 log_debug(ZONE, "dispatching sess-end chain"); in mm_sess_end()
440 log_debug(ZONE, "sess-end chain returning"); in mm_sess_end()
449 log_debug(ZONE, "dispatching in-sess chain"); in mm_in_sess()
481 log_debug(ZONE, "dispatching in-router chain"); in mm_in_router()
513 log_debug(ZONE, "dispatching out-sess chain"); in mm_out_sess()
544 log_debug(ZONE, "dispatching out-router chain"); in mm_out_router()
574 log_debug(ZONE, "dispatching pkt-sm chain"); in mm_pkt_sm()
605 log_debug(ZONE, "dispatching pkt-user chain"); in mm_pkt_user()
667 log_debug(ZONE, "dispatching user-load chain"); in mm_user_load()
[all …]
/dports/devel/cxxtools/cxxtools-2.2.1/src/posix/
H A Dpipestream.cpp53 log_debug("Pipestreambuf::~Pipestreambuf()"); in ~Pipestreambuf()
79 log_debug("overflow(" << ch << ')'); in overflow()
93 log_debug(ret << " bytes written to fd " << getWriteFd()); in overflow()
102 log_debug("initialize outputbuffer"); in overflow()
123 log_debug("underflow()"); in underflow()
127 log_debug("allocate " << bufsize << " bytes input buffer"); in underflow()
131 log_debug("read from fd " << getReadFd()); in underflow()
133 log_debug("read returned " << ret); in underflow()
141 log_debug(ret << " bytes read"); in underflow()
149 log_debug("sync()"); in sync()
[all …]
/dports/net/onioncat/onioncat-0.3.9/src/
H A Docatroute.c63 log_debug("no peer for forwarding"); in forward_packet()
108 log_debug("queuing packet"); in queue_packet()
112 log_debug("waking up dequeuer"); in queue_packet()
155 log_debug("starting dequeuing"); in packet_dequeuer()
294 log_debug("found peer to myself"); in ident_loopback()
765 log_debug("create listener"); in run_listeners()
777 log_debug("setting up fd_set"); in run_listeners()
870 log_debug("opening packetlog"); in packet_forwarder()
907 log_debug("restarting"); in packet_forwarder()
1052 log_debug("wakeup"); in socket_cleaner()
[all …]
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/src/
H A Dzdb-zone-maintenance.c100 log_debug("maintenance: validate-sign-chain-store: %{dnsname}", zone->origin); in zdb_zone_maintenance_validate_sign_chain_store()
123 log_debug("maintenance: %{dnsname}: diff validated", diff->origin); in zdb_zone_maintenance_validate_sign_chain_store()
240 log_debug("maintenance: %{dnsname}: context init", zone->origin); in zdb_zone_maintenance_ctx_init()
248 log_debug("maintenance: %{dnsname}: context finalize", mctx->zone->origin); in zdb_zone_maintenance_ctx_finalize()
296 log_debug("maintenance: %{dnsname}: not maintained", zone->origin); in zdb_zone_maintenance_from()
327 log_debug("maintenance: %{dnsname}: starting from the apex", zone->origin); in zdb_zone_maintenance_from()
380 log_debug("maintenance: %{dnsname}: fetching keys", zone->origin); in zdb_zone_maintenance_from()
920 log_debug("maintenance: %{dnsname}: no changes", zone->origin); in zdb_zone_maintenance_from()
1135 log_debug("maintenance: %{dnsname}: releasing resources", zone->origin); in zdb_zone_maintenance_from()
1223 log_debug("rrsig: %{dnsname}: %r (%.3fs)", zone->origin, ret, dt); in zdb_zone_maintenance_from()
[all …]
/dports/security/tor/tor-0.4.6.8/src/test/fuzz/
H A Dfuzz_http.c25 log_debug(LD_GENERAL, "%sResponse:\n%u\nConnection: %p\n%s\n", in mock_connection_write_to_buf_impl_()
37 log_debug(LD_GENERAL, "Method:\nGET\n"); in mock_directory_handle_command_get()
41 log_debug(LD_GENERAL, "Headers:\n%s\n", headers); in mock_directory_handle_command_get()
44 log_debug(LD_GENERAL, "Body-Length:\n%u\n", (unsigned)body_len); in mock_directory_handle_command_get()
46 log_debug(LD_GENERAL, "Body:\n%s\n", body); in mock_directory_handle_command_get()
61 log_debug(LD_GENERAL, "Method:\nPOST\n"); in mock_directory_handle_command_post()
65 log_debug(LD_GENERAL, "Headers:\n%s\n", headers); in mock_directory_handle_command_post()
68 log_debug(LD_GENERAL, "Body-Length:\n%u\n", (unsigned)body_len); in mock_directory_handle_command_post()
70 log_debug(LD_GENERAL, "Body:\n%s\n", body); in mock_directory_handle_command_post()
111 log_debug(LD_GENERAL, "Zero-Length-Input\n"); in fuzz_main()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/fuzz/
H A Dfuzz_http.c25 log_debug(LD_GENERAL, "%sResponse:\n%u\nConnection: %p\n%s\n", in mock_connection_write_to_buf_impl_()
37 log_debug(LD_GENERAL, "Method:\nGET\n"); in mock_directory_handle_command_get()
41 log_debug(LD_GENERAL, "Headers:\n%s\n", headers); in mock_directory_handle_command_get()
44 log_debug(LD_GENERAL, "Body-Length:\n%u\n", (unsigned)body_len); in mock_directory_handle_command_get()
46 log_debug(LD_GENERAL, "Body:\n%s\n", body); in mock_directory_handle_command_get()
61 log_debug(LD_GENERAL, "Method:\nPOST\n"); in mock_directory_handle_command_post()
65 log_debug(LD_GENERAL, "Headers:\n%s\n", headers); in mock_directory_handle_command_post()
68 log_debug(LD_GENERAL, "Body-Length:\n%u\n", (unsigned)body_len); in mock_directory_handle_command_post()
70 log_debug(LD_GENERAL, "Body:\n%s\n", body); in mock_directory_handle_command_post()
111 log_debug(LD_GENERAL, "Zero-Length-Input\n"); in fuzz_main()
[all …]
/dports/devel/apache-commons-daemon/commons-daemon-1.2.3-native-src/unix/native/
H A Dhome.c55 log_debug("Can't open %s\n", data->cfgf); in parse()
91 log_debug("Found VM %s definition in configuration", ret); in parse()
109 log_debug("Checking library %s", repl); in parse()
145 log_debug("Attempting to locate Java Home in %s", path); in build()
147 log_debug("Path %s is not a directory", path); in build()
158 log_debug("Found VM configuration file at %s", buf); in build()
174 log_debug("VM configuration file not found"); in build()
183 log_debug("Attempting to locate VM library %s", buf); in build()
226 log_debug("Java Home located in %s", data->path); in find()
234 log_debug("Java Home located in %s", data->path); in find()
[all …]
/dports/x11/wl-mirror/wl-mirror-0.8.2/src/
H A Dwayland.c208 log_debug(ctx, "registry: binding wm_base\n"); in registry_event_add()
275 log_debug(ctx, "registry: binding output\n"); in registry_event_add()
440 log_debug(ctx, "xdg_surface: configure\n"); in xdg_surface_event_configure()
462 log_debug(ctx, "xdg_toplevel: configure\n"); in xdg_toplevel_event_configure()
472 log_debug(ctx, "xdg_toplevel: resize\n"); in xdg_toplevel_event_configure()
489 log_debug(ctx, "xdg_surface: closing\n"); in xdg_toplevel_event_close()
542 log_debug(ctx, "init_wl: getting registry\n"); in init_wl()
548 log_debug(ctx, "init_wl: waiting for events\n"); in init_wl()
569 log_debug(ctx, "init_wl: creating surface\n"); in init_wl()
589 log_debug(ctx, "creating xdg_toplevel\n"); in init_wl()
[all …]
/dports/net/openmdns/mdnsd-0.7/mdnsd/
H A Dlog.c46 log_debug("%s = " S(how), S(field), x->field)
142 log_debug(const char *emsg, ...) in log_debug() function
226 log_debug("Unknown %d", type); in rr_type_name()
240 log_debug("\t %s", inet_ntoa(rr->rdata.A)); in log_debug_rr()
247 log_debug("\t %s", rr->rdata.CNAME); in log_debug_rr()
250 log_debug("\t %s", rr->rdata.PTR); in log_debug_rr()
259 log_debug("\t %s", rr->rdata.TXT); in log_debug_rr()
262 log_debug("\t %s", rr->rdata.NS); in log_debug_rr()
265 log_debug("\t implement me"); in log_debug_rr()
268 log_debug("log_debug_rr: Unknown rr type"); in log_debug_rr()
[all …]
/dports/emulators/vice/vice-3.5/src/serial/
H A Drealdevice.c100 log_debug("TALK DEVICE %i SECONDARY %i", device & 0x0f, in realdevice_talk()
111 log_debug("UNLISTEN"); in realdevice_unlisten()
121 log_debug("UNTALK"); in realdevice_untalk()
139 log_debug("WRITE DATA %02x ST %02x", mydata, st); in realdevice_write()
154 log_debug("READ %02x ST %02x", data, st); in realdevice_read()
162 log_debug("READ NEWST %02x", st); in realdevice_read()
174 log_debug("realdevice_init()"); in realdevice_init()
185 log_debug("realdevice_reset()"); in realdevice_reset()
195 log_debug("realdevice_enable()"); in realdevice_enable()
223 log_debug("realdevice_enable: realdevice_enabled++"); in realdevice_enable()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/serial/
H A Drealdevice.c100 log_debug("TALK DEVICE %i SECONDARY %i", device & 0x0f, in realdevice_talk()
111 log_debug("UNLISTEN"); in realdevice_unlisten()
121 log_debug("UNTALK"); in realdevice_untalk()
139 log_debug("WRITE DATA %02x ST %02x", mydata, st); in realdevice_write()
154 log_debug("READ %02x ST %02x", data, st); in realdevice_read()
162 log_debug("READ NEWST %02x", st); in realdevice_read()
174 log_debug("realdevice_init()"); in realdevice_init()
185 log_debug("realdevice_reset()"); in realdevice_reset()
195 log_debug("realdevice_enable()"); in realdevice_enable()
223 log_debug("realdevice_enable: realdevice_enabled++"); in realdevice_enable()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest25.1118 log_debug "$sprio $soption"
130 if {$debug} {log_debug "Match1"}
135 if {$debug} {log_debug "Match2"}
140 if {$debug} {log_debug "Match3"}
145 if {$debug} {log_debug "Match4"}
178 if {$debug} {log_debug "Match5"}
210 if {$debug} {log_debug "Match6"}
243 if {$debug} {log_debug "Match7"}
248 if {$debug} {log_debug "Match8"}
301 if {$debug} {log_debug "Match9"}
[all …]
H A Dtest23.153 log_debug "sstat -$soption "
60 if {$debug} {log_debug "Match6"}
65 if {$debug} {log_debug "Match7"}
70 if {$debug} {log_debug "Match8"}
94 if {$debug} {log_debug "Match9"}
99 if {$debug} {log_debug "Match10"}
123 if {$debug} {log_debug "Match11"}
149 log_debug "Sstat -h test GOOD!"
157 log_debug "Sstat --help test GOOD!"
165 log_debug "Sstat --usage test GOOD!"
[all …]
/dports/net-mgmt/lldpd/lldpd-1.0.8/src/daemon/
H A Dclient.c36 log_debug("rpc", "client requested configuration"); in client_handle_get_configuration()
108 log_debug("rpc", "change lldp agent type to %d", in client_handle_set_configuration()
115 log_debug("rpc", "client asked to %s lldpd", in client_handle_set_configuration()
124 log_debug("rpc", "client asked to %s fast start", in client_handle_set_configuration()
181 log_debug("rpc", "change system name to %s", in client_handle_set_configuration()
375 log_debug("rpc", "requested TX only mode"); in _client_handle_set_port()
380 log_debug("rpc", "requested RX only mode"); in _client_handle_set_port()
385 log_debug("rpc", "requested RX/TX mode"); in _client_handle_set_port()
389 log_debug("rpc", "requested disabled mode"); in _client_handle_set_port()
556 log_debug("rpc", "client subscribe to changes"); in client_handle_subscribe()
[all …]
/dports/devel/cxxtools/cxxtools-2.2.1/src/http/
H A Dclientimpl.cpp172 log_debug("reexecute"); in reexecute()
185 log_debug("reexecuteBegin"); in reexecuteBegin()
213 log_debug("connect"); in execute()
217 log_debug("send request"); in execute()
231 log_debug("read reply"); in execute()
248 log_debug("reply ready"); in execute()
333 log_debug("we are connected already"); in beginExecute()
383 log_debug("send request " << request.url()); in sendRequest()
658 log_debug("bodyAvailable"); in processBodyAvailable()
706 log_debug("call beginRead"); in processBodyAvailable()
[all …]
/dports/games/mrboom/MrBoom-src-5.2/ai/
H A DBot.cpp251 log_debug(" 8( "); in printGrid()
255 log_debug(" 8) "); in printGrid()
263 log_debug("[======]"); in printGrid()
267 log_debug("(******)"); in printGrid()
277 log_debug(" "); in printGrid()
283 log_debug("\n"); in printGrid()
293 log_debug("x"); in printGrid()
297 log_debug("_"); in printGrid()
300 log_debug("\n"); in printGrid()
306 log_debug("travelCostSafeGrid\n"); in printGrid()
[all …]

12345678910>>...144