Home
last modified time | relevance | path

Searched refs:log_printf (Results 1 – 25 of 665) sorted by relevance

12345678910>>...27

/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_haptic.c32 log_printf("Set gain to 0.8: %d.\n", in test_haptic_joystick()
35 log_printf("Get gain: %lf.\n", in test_haptic_joystick()
38 log_printf("Capabilities: %d.\n", in test_haptic_joystick()
48 log_printf("Upload effect: %d.\n", in test_haptic_joystick()
51 log_printf("Playing effect: %d.\n", in test_haptic_joystick()
58 log_printf("Set gain to 0.4: %d.\n", in test_haptic_joystick()
61 log_printf("Get gain: %lf.\n", in test_haptic_joystick()
69 log_printf("Stopping effect: %d.\n", in test_haptic_joystick()
76 log_printf("Release effect: %d.\n", in test_haptic_joystick()
79 log_printf("Release haptic: %d.\n", in test_haptic_joystick()
[all …]
H A Dex_path.c34 log_printf("dyn: drive=\"%s\", file=\"%s\"\n", in main()
47 log_printf("tostring: '%s'\n", al_path_cstr(tostring, '/')); in main()
48 log_printf("tostring: drive:'%s'", al_get_path_drive(tostring)); in main()
49 log_printf(" dirs:"); in main()
52 log_printf(","); in main()
53 log_printf(" '%s'", al_get_path_component(tostring, i)); in main()
55 log_printf(" filename:'%s'\n", al_get_path_filename(tostring)); in main()
67 log_printf("dyn: '%s'\n", al_path_cstr(dyn, '/')); in main()
70 log_printf("can: '%s'\n", al_path_cstr(cloned, '/')); in main()
76 log_printf("failed to clone ALLEGRO_PATH :(\n"); in main()
[all …]
H A Dex_memfile.c35 log_printf("Creating memfile\n"); in main()
38 log_printf("Error opening memfile :(\n"); in main()
42 log_printf("Writing data to memfile\n"); in main()
45 log_printf("Failed to write %i to memfile\n", i); in main()
52 log_printf("Reading and testing data from memfile\n"); in main()
56 log_printf("Item %i failed to verify, got %i\n", i, ret); in main()
62 log_printf("EOF indicator prematurely set!\n"); in main()
70 log_printf("Length of ungetc buffer: %d\n", i); in main()
80 log_printf("Failed to verify ungetc data.\n"); in main()
98 log_printf("(Maybe the ungetc buffer isn't big enough.)\n"); in main()
[all …]
H A Dex_loading_thread.c76 log_printf("%s", al_cstr(ustr)); in print_bitmap_flags()
115 log_printf("%p before create_display: ", spin); in main()
117 log_printf("\n"); in main()
127 log_printf("%p after create_display: ", spin); in main()
129 log_printf("\n"); in main()
133 log_printf("\n"); in main()
139 log_printf("\n"); in main()
143 log_printf("\n"); in main()
147 log_printf("%p after create_display: ", spin); in main()
149 log_printf("\n"); in main()
[all …]
H A Dex_joystick_hotplugging.c14 log_printf("Joystick: '%s'\n", al_get_joystick_name(joy)); in print_joystick_info()
16 log_printf(" Buttons:"); in print_joystick_info()
19 log_printf(" '%s'", al_get_joystick_button_name(joy, i)); in print_joystick_info()
21 log_printf("\n"); in print_joystick_info()
28 log_printf(" Axis %d: '%s'\n", in print_joystick_info()
96 log_printf("Num joysticks: %d\n", num_joysticks); in main()
122 log_printf("switching to joystick %d\n", n); in main()
129 log_printf("after reconfiguration num joysticks = %d\n", in main()
132 log_printf("current joystick is: %s\n", in main()
141 log_printf("button down event %d from %p\n", in main()
[all …]
H A Dex_rotate.c45 log_printf("Press 'w' to toggle wide mode.\n"); in main()
46 log_printf("Press 's' to toggle memory source bitmap.\n"); in main()
48 log_printf("Press 't' to toggle translucency.\n"); in main()
49 log_printf("Press 'h' to toggle horizontal flipping.\n"); in main()
50 log_printf("Press 'v' to toggle vertical flipping.\n"); in main()
51 log_printf("Press 'c' to toggle clipping.\n"); in main()
52 log_printf("\n"); in main()
86 log_printf("Drawing to off-screen buffer\n"); in main()
88 log_printf("Drawing to display backbuffer\n"); in main()
95 log_printf("Source is memory bitmap\n"); in main()
[all …]
H A Dex_stream_file.c40 log_printf("This example can be run from the command line.\n"); in main()
41 log_printf("Usage: %s [--loop] {audio_files}\n", argv[0]); in main()
62 log_printf("Voice created.\n"); in main()
70 log_printf("Mixer created.\n"); in main()
93 log_printf("Could not create an ALLEGRO_AUDIO_STREAM from '%s'!\n", in main()
97 log_printf("Stream created from '%s'.\n", filename); in main()
106 log_printf("al_attach_audio_stream_to_mixer failed.\n"); in main()
115 log_printf("Playing %s ... Waiting for stream to finish ", filename); in main()
121 log_printf("\n"); in main()
126 log_printf("Done\n"); in main()
H A Dex_scale.c48 log_printf("Press 'w' to toggle wide mode.\n"); in main()
49 log_printf("Press 's' to toggle memory source bitmap.\n"); in main()
51 log_printf("Press 't' to toggle translucency.\n"); in main()
52 log_printf("Press 'h' to toggle horizontal flipping.\n"); in main()
53 log_printf("Press 'v' to toggle vertical flipping.\n"); in main()
54 log_printf("Press 'c' to toggle clipping.\n"); in main()
55 log_printf("\n"); in main()
92 log_printf("Drawing to off-screen buffer\n"); in main()
94 log_printf("Drawing to display backbuffer\n"); in main()
101 log_printf("Source is memory bitmap\n"); in main()
[all …]
/dports/net/tcpproxy/tcpproxy-1.2/src/
H A Ddaemon.h55 log_printf(ERROR, "unknown user %s", username); in priv_init()
65 log_printf(ERROR, "unknown group %s", groupname); in priv_init()
75 log_printf(ERROR, "privileges not initialized properly"); in priv_drop()
80 log_printf(ERROR, "setgid('%s') failed: %s", priv->gr_->gr_name, strerror(errno)); in priv_drop()
109 log_printf(ERROR, "can't chroot to %s: %s", chrootdir, strerror(errno)); in do_chroot()
112 log_printf(NOTICE, "we are in chroot jail (%s) now", chrootdir); in do_chroot()
114 log_printf(ERROR, "can't change to /: %s", strerror(errno)); in do_chroot()
127 log_printf(ERROR, "daemonizing failed at fork(): %s, exitting", strerror(errno)); in daemonize()
156 log_printf(WARNING, "can't open stdin (chroot and no link to /dev/null?)"); in daemonize()
159 log_printf(WARNING, "can't open stdout"); in daemonize()
[all …]
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/c/
H A Dwrappereventloop.c284 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_STATUS, in wrapperSetWrapperState()
406 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_STATUS, in printStateOutput()
428 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_ERROR, in displayLaunchingTimeoutMessage()
465 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_WARN, in handleDebugJVMTimeout()
468 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_WARN, in handleDebugJVMTimeout()
470 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_WARN, in handleDebugJVMTimeout()
477 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_STATUS, in handleDebugJVMTimeout()
498 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_INFO, in anchorPoll()
601 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_INFO, in commandPoll()
2145 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_STATUS, in logTickTimerStats()
[all …]
H A Dwrapper_win.c310 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_DEBUG, in loadDLLProcs()
323 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_DEBUG, in loadDLLProcs()
336 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_DEBUG, in loadDLLProcs()
349 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_DEBUG, in loadDLLProcs()
367 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_DEBUG, in loadDLLProcs()
890 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_FATAL, in wrapperConsoleHandler()
909 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_DEBUG, in wrapperRequestDumpJVMState()
1383 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_WARN, in showConsoleWindow()
1449 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_FATAL, in initializeStartup()
2203 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_WARN, in wrapperInitializeRun()
[all …]
H A Dwrapper_unix.c220 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_STATUS, in wrapperRequestDumpJVMState()
223 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_ERROR, in wrapperRequestDumpJVMState()
238 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_STATUS, in takeSignalAction()
715 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_FATAL, in registerSigAction()
809 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_FATAL, in initializeJavaIO()
958 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_FATAL, in initializeTimer()
1310 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_FATAL, in wrapperLaunchJvm()
1331 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_FATAL, in wrapperLaunchJvm()
1381 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_ERROR, in wrapperLaunchJvm()
1714 log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_STATUS, in wrapperDumpMemory()
[all …]
H A Dwrapperjni_win.c88 log_printf(TEXT("WrapperJNI Error: Control Event mutex was abandoned.")); in wrapperLockControlEventQueue()
91 log_printf(TEXT("WrapperJNI Error: Control Event mutex wait failed.")); in wrapperLockControlEventQueue()
94 log_printf(TEXT("WrapperJNI Error: Control Event mutex wait timed out.")); in wrapperLockControlEventQueue()
157 log_printf(TEXT("WrapperJNI Debug: Handled signal")); in wrapperConsoleHandler()
742 log_printf(TEXT("WrapperJNI Debug: Java Executable: %s"), szPath); in Java_org_tanukisoftware_wrapper_WrapperManager_nativeInit()
753 log_printf(TEXT("WrapperJNI Debug: Native Library: %s"), szPath); in Java_org_tanukisoftware_wrapper_WrapperManager_nativeInit()
790 log_printf(TEXT("WrapperJNI Debug: Windows version: %ld.%ld.%ld"), in Java_org_tanukisoftware_wrapper_WrapperManager_nativeInit()
827 log_printf(TEXT("WrapperJNI Warn: Raising Exception 0x%08x..."), code); in Java_org_tanukisoftware_wrapper_WrapperManager_nativeRaiseExceptionInner()
840 log_printf(TEXT("WrapperJNI Warn: Raising FailFastException...")); in Java_org_tanukisoftware_wrapper_WrapperManager_nativeRaiseFailFastExceptionInner()
923 log_printf(TEXT("WrapperJNI Debug: nativeGetUser()")); in Java_org_tanukisoftware_wrapper_WrapperManager_nativeGetUser()
[all …]
H A Dwrapper_ulimit.c73log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_FATAL, TEXT("Encountered an invalid value '%s' in the %s … in getResourceProperty()
78log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_FATAL, TEXT("Encountered an invalid value '%s' in the %s … in getResourceProperty()
168log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_FATAL, TEXT("Unable to get the limits for %s: (0x%x)"), r… in setResourceLimits()
215log_printf(WRAPPER_SOURCE_WRAPPER, logLevel, TEXT(" Decreasing the soft limit to the value of the… in setResourceLimits()
226log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_FATAL, TEXT("Unable to get the limits for %s: (0x%x)"), r… in setResourceLimits()
268log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_ADVICE, TEXT(" Please adjust the value of the %s.hard pr… in setResourceLimits()
277log_printf(WRAPPER_SOURCE_WRAPPER, logLevel, TEXT(" Ignoring the configured hard limit.")); in setResourceLimits()
281log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_FATAL, TEXT("Unable to set the limits for %s (0x%x)."), r… in setResourceLimits()
285log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_FATAL, TEXT("Unable to set the limits for %s (0x%x)."), r… in setResourceLimits()
352log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_ERROR, TEXT("Unable to get the limits for the number of o… in showResourceslimits()
[all …]
/dports/mail/ecartis/ecartis-1.0.0/src/modules/listarchive/
H A Darchive.c31 LMAPI->log_printf(9, "Performing moderator check.\n"); in update_mbox_archive()
33 LMAPI->log_printf(9, "Passed moderator check.\n"); in update_mbox_archive()
36 LMAPI->log_printf(9, "Failed moderator check.\n"); in update_mbox_archive()
39 LMAPI->log_printf(9, "Performing closed list check.\n"); in update_mbox_archive()
43 LMAPI->log_printf(9, "Open posting, archive ok.\n"); in update_mbox_archive()
70 LMAPI->log_printf(9, "Performing posting-acl check.\n"); in update_mbox_archive()
91 LMAPI->log_printf(9, "Passed posting-acl check.\n"); in update_mbox_archive()
104 LMAPI->log_printf(9, "Performing union-lists check.\n"); in update_mbox_archive()
154 LMAPI->log_printf(9,"In ListArchive presend...\n"); in HOOK_HANDLER()
229 LMAPI->log_printf(9,"In ListArchive postsend...\n"); in HOOK_HANDLER()
[all …]
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/
H A Dscore.cpp104 log_printf(DLOG, "--------\n"); in read()
106 log_printf(DLOG, " end_date: %u\n", end_date); in read()
107 log_printf(DLOG, " skill: %d\n", skill); in read()
109 log_printf(DLOG, " score: %u\n", score); in read()
115 log_printf(DLOG, " saves: %d\n", saves); in read()
116 log_printf(DLOG, " loads: %d\n", loads); in read()
117 log_printf(DLOG, "--------\n"); in read()
201 log_printf(DLOG, "name: %s\n", name); in load()
267 log_printf(D2LOG, "Old scorefile.\n"); in load()
601 log_printf(DLOG, "Not saved.\n"); in record()
[all …]
/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_log.c46 log->log_printf = log_printf; in ngtcp2_log_init()
206 log->log_printf( in log_fr_stream()
266 log->log_printf( in log_fr_reset_stream()
343 log->log_printf( in log_fr_streams_blocked()
355 log->log_printf( in log_fr_new_connection_id()
382 log->log_printf( in log_fr_path_challenge()
393 log->log_printf( in log_fr_path_response()
408 log->log_printf( in log_fr_crypto()
428 log->log_printf( in log_fr_new_token()
579 log->log_printf( in ngtcp2_log_rx_sr()
[all …]
/dports/mail/ecartis/ecartis-1.0.0/src/
H A Dsmtp.c53 log_printf(9,"Server sent: %s\n", buf); in try_connect_EHLO()
80 log_printf(9,"Server sent: %s\n", buf); in try_connect_EHLO()
201 log_printf(9, "Response: %s\n", buf); in smtp_from()
233 log_printf(9, "Mail sent to %s\n", toaddy); in smtp_to()
261 log_printf(9, "Response: %s\n", buf); in smtp_to()
300 log_printf(9, "Data transmit starting.\n"); in smtp_body_start()
321 log_printf(9, "Response: %s\n", buf); in smtp_body_start()
412 log_printf(9, "Data transmit ending.\n"); in smtp_body_end()
433 log_printf(9, "Response: %s\n", buf); in smtp_body_end()
451 log_printf(9, "Disconnecting.\n"); in smtp_end()
[all …]
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/sound/
H A Daudio.c1004 log_printf(DLOG, "%s=", names[i]); in print_accbank()
1034 log_printf(DLOG, "%s=", names[i]); in print_vc()
1042 log_printf(DLOG, "%d ", v->c[i]); in print_vc()
1062 log_printf(DLOG, " ==>"); in print_voices()
1064 log_printf(DLOG, " -"); in print_voices()
1067 log_printf(DLOG, "\n"); in print_voices()
1080 log_printf(DLOG, "\n"); in print_channels()
1083 log_printf(DLOG, "\n"); in print_channels()
1111 log_printf(DLOG, " ctl: "); in audio_print_info()
1113 log_printf(DLOG, "\n def: "); in audio_print_info()
[all …]
H A Daudiodev.c18 log_printf(ELOG, "OSS sound output not compiled in!\n"); in audiodev_init()
69 log_printf(ELOG, "Failed to open audio device!\n"); in audiodev_open()
78 log_printf(ELOG, "Failed to set blocking mode!\n"); in audiodev_open()
87 log_printf(ELOG, "Failed to reset device!\n"); in audiodev_open()
97 log_printf(ELOG, "16 bit samples not supported!\n"); in audiodev_open()
106 log_printf(ELOG, "Failed to set sample format!\n"); in audiodev_open()
112 log_printf(ELOG, "16 bit stereo LE not supported!\n"); in audiodev_open()
121 log_printf(ELOG, "Stereo not supported!\n"); in audiodev_open()
141 log_printf(ELOG, "Full duplex not supported!\n"); in audiodev_open()
166 log_printf(WLOG, "Number of fragments is %d, " in audiodev_open()
[all …]
H A Da_events.c65 log_printf(ELOG, "Audio event pool exhausted!\n"); in _aev_refill_pool()
101 EVDBG(log_printf(D2LOG, "aev_insert:\n");) in aev_insert()
104 EVDBG(log_printf(D2LOG, " empty list\n");) in aev_insert()
110 EVDBG(log_printf(D2LOG, " last\n");) in aev_insert()
119 EVDBG(log_printf(D2LOG, " scanning...\n");) in aev_insert()
129 EVDBG(log_printf(D2LOG, " insert\n");) in aev_insert()
134 EVDBG(log_printf(D2LOG, " first\n");) in aev_insert()
175 log_printf(D2LOG, "aev_timer = %d\n", aev_timer); in aev_open()
179 log_printf(D2LOG, " event.frame = %d, type = %d\n", in aev_open()
200 log_printf(DLOG, "aev_close(): max events used: %d\n", in aev_close()
[all …]
/dports/mail/ecartis/ecartis-1.0.0/src/modules/antispam/
H A Dantispam.c22 LMAPI->log_printf(15,"In hook_send_antispam\n"); in HOOK_HANDLER()
36 LMAPI->log_printf(9,"AntiSPAM: No spamfile set.\n"); in HOOK_HANDLER()
48 LMAPI->log_printf(15,"Trying to open '%s'\n", buffer); in HOOK_HANDLER()
50 LMAPI->log_printf(9,"AntiSPAM: Unable to open spamfile.\n"); in HOOK_HANDLER()
54 LMAPI->log_printf(15,"Opened '%s'\n", buffer); in HOOK_HANDLER()
57 LMAPI->log_printf(9,"AntiSPAM: Unable to open queuefile.\n"); in HOOK_HANDLER()
133 LMAPI->log_printf(10, "Loading module AntiSPAM\n"); in antispam_load()
166 LMAPI->log_printf(10, "Upgrading lists in module AntiSPAM\n"); in antispam_upgradelist()
172 LMAPI->log_printf(10, "Upgrading module AntiSPAM\n"); in antispam_upgrade()
178 LMAPI->log_printf(10, "Initializing module AntiSPAM\n"); in antispam_init()
[all …]
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/eel/
H A De_builtin.c37 DBG(log_printf(DLOG, "end;\n");) in eel_cmd_end()
51 DBG(log_printf(DLOG, "%s;\n", eel_d_stringrep(val));) in eel_cmd_set()
70 log_printf(ULOG, "%s", eel_d_stringrep( in eel_cmd_print()
76 log_printf(ULOG, "%s", eel_d_stringrep(argv + i)); in eel_cmd_print()
130 DBG(log_printf(DLOG, "add ");) in eel_op_add()
156 DBG(log_printf(DLOG, "sub ");) in eel_op_sub()
182 DBG(log_printf(DLOG, "mul ");) in eel_op_mul()
208 DBG(log_printf(DLOG, "div ");) in eel_op_div()
244 DBG(log_printf(DLOG, "mod ");) in eel_op_mod()
281 DBG(log_printf(DLOG, "pow ");) in eel_op_pow()
[all …]
/dports/security/cardpeek/cardpeek-0.8.4/
H A Dmain.c77 log_printf(LOG_DEBUG,"Found directory '%s'",cardpeek_dir); in install_dot_file()
86 log_printf(LOG_DEBUG,"Scripts are up to date."); in install_dot_file()
140 log_printf(LOG_ERROR,a_strval(astr)); in install_dot_file()
151 log_printf(LOG_INFO,"Renamed %s to %s.", in install_dot_file()
156 log_printf(LOG_WARNING,"Failed to rename %s to %s: %s", in install_dot_file()
170 log_printf(LOG_ERROR,"Could not load .cardpeek.tar.gz"); in install_dot_file()
200 log_printf(LOG_INFO,"Created dot_cardpeek.tar.gz"); in install_dot_file()
201 log_printf(LOG_INFO,"Creating files in %s", cardpeek_dir); in install_dot_file()
210 log_printf(LOG_INFO,"'rm dot_cardpeek.tar.gz' returned %i",status); in install_dot_file()
230 log_printf(LOG_DEBUG,"backtrace: %s",btrace[i]); in do_backtrace()
[all …]
/dports/irc/bopm/bopm-3.1.3/src/
H A Dirc.c247 log_printf("IRC -> socket(): SOCK_STREAM is not " in irc_init()
251 log_printf("IRC -> socket(): Not enough free file " in irc_init()
346 log_printf("IRC SEND -> %s", data2); in irc_send()
353 log_printf("IRC -> Error sending data to server\n"); in irc_send()
427 log_printf("%s", strerror(errno)); in irc_connect()
522 log_printf("irc_read -> errno=%d len=%d", errno, len); in irc_read()
565 log_printf("IRC READ -> %s", IRC_RAW); in irc_parse()
649 log_printf("IRC -> Timeout awaiting data from server."); in irc_timer()
860 log_printf("IRC -> PING? PONG!"); in m_ping()
889 log_printf("IRC -> Invited to %s by %s", parv[3], parv[0]); in m_invite()
[all …]

12345678910>>...27