Home
last modified time | relevance | path

Searched refs:LOG_HELP (Results 1 – 15 of 15) sorted by path

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dlastlog.h47 #define LOG_HELP 0x20000000 macro
56 LOG_PART | LOG_INVITE | LOG_JOIN | LOG_TOPIC | LOG_HELP | \
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dhelp.c705 help_window->window_level = LOG_HELP; in create_help_window()
753 who_level = LOG_HELP; in help_put_it()
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dlastlog.h47 #define LOG_HELP 0x20000000 macro
56 LOG_PART | LOG_INVITE | LOG_JOIN | LOG_TOPIC | LOG_HELP | \
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dhelp.c705 help_window->window_level = LOG_HELP; in create_help_window()
753 who_level = LOG_HELP; in help_put_it()
/dports/irc/epic4/epic4-2.10.9/include/
H A Dlastlog.h39 #define LOG_HELP 0x010000 macro
/dports/irc/epic4/epic4-2.10.9/source/
H A Dhelp.c737 help_window->window_level = LOG_HELP; in create_help_window()
/dports/irc/ircII/ircii-20210314/include/
H A Dlastlog.h62 #define LOG_HELP 0x020000 macro
/dports/irc/ircII/ircii-20210314/source/
H A Doutput.c227 lastlog_level = set_lastlog_msg_level(LOG_HELP); in help_put_it()
/dports/irc/ninja/ninja-1.5.8.1/include/
H A Dlastlog.h62 #define LOG_HELP 0x020000 macro
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Doutput.c280 lastlog_level = set_lastlog_msg_level(LOG_HELP);
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/include/
H A Dlastlog.h62 #define LOG_HELP 0x020000 macro
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Doutput.c321 lastlog_level = set_lastlog_msg_level(LOG_HELP);
/dports/security/honggfuzz/honggfuzz-0.7/
H A Dcmdline.c73 LOG_HELP("\t%s", opts[i].descr); in cmdlineHelp()
76 LOG_HELP(" Run the binary over a mutated file chosen from the directory"); in cmdlineHelp()
78 LOG_HELP(" As above, provide input over STDIN:"); in cmdlineHelp()
81 LOG_HELP(" Run the binary over a dynamic file, maximize total no. of instructions:"); in cmdlineHelp()
84 LOG_HELP(" Run the binary over a dynamic file, maximize total no. of branches:"); in cmdlineHelp()
87 LOG_HELP(" Run the binary over a dynamic file, maximize unique code blocks (coverage):"); in cmdlineHelp()
89 LOG_HELP(" Run the binary over a dynamic file, maximize unique branches (edges):"); in cmdlineHelp()
92 LOG_HELP(" Run the binary over a dynamic file, maximize custom counters (experimental):"); in cmdlineHelp()
H A Dlog.h42 #define LOG_HELP(...) logLog(HELP, __FUNCTION__, __LINE__, false, __VA_ARGS__); macro
/dports/security/py-angr/angr-9.0.5405/native/
H A Dlog.h29 #define LOG_HELP(...) logLog(HELP, __FUNCTION__, __LINE__, false, __VA_ARGS__); macro