Home
last modified time | relevance | path

Searched refs:lj_debug (Results 1 – 25 of 30) sorted by relevance

12

/dports/deskutils/ljclive/clive-0.4.10/src/
H A Dconfigure.c74 lj_debug(3, "Getting command-line parameters"); in lj_init_config()
75 lj_debug(3, "argc: [%d]\n", argc); in lj_init_config()
127 lj_debug(2, "Comments disabled"); in lj_init_config()
154 lj_debug(2, "Preformatted text enabled"); in lj_init_config()
189 lj_debug(3, "Got command line options"); in lj_init_config()
226 lj_debug(2, "%s: [******]\n", key); in lj_set_config()
314 lj_debug(2, "customsecurity: [%s]\n", in lj_set_config()
326 lj_debug(2, "mood: [%s]\n", config->mood); in lj_set_config()
409 lj_debug(3, "config [%s]\n", buffer); in lj_config_file()
425 lj_debug(4, "key [%s]", key); in lj_config_file()
[all …]
H A Dedit.c34 lj_debug(3, "Forking"); in get_event()
41 lj_debug(3, "The pid is [%d]\n", pid); in get_event()
78 lj_debug(4, "read [%s]\n", buffer); in get_event()
81 lj_debug(4, "size [%ld]\n", l); in get_event()
85 lj_debug(4, "lj_realloc(%p, %d)\n", in get_event()
106 lj_debug(4, "read [%s]\n", buffer); in get_event()
109 lj_debug(4, "size [%ld]\n", l); in get_event()
113 lj_debug(4, "lj_realloc(%p, %d)\n", in get_event()
129 lj_debug(4, "read [%s]\n", buffer); in get_event()
132 lj_debug(4, "size [%ld]\n", l); in get_event()
[all …]
H A Dhash.c29 lj_debug(3, "[%s] belongs in bucket [%d]\n", str, in hash()
60 lj_debug(3, "Freeing keypairs..."); in delete_hash()
64 lj_debug(3, "Freeing hashtable [%p]", ht); in delete_hash()
66 lj_debug(3, "success"); in delete_hash()
82 lj_debug(1, "No keypair to insert"); in put()
89 lj_debug(3, "New keypair [%p]\n", p_new); in put()
112 lj_debug(3, "\tp_prev [%p/%s]\n\tp_next[%p/%s]\n", in put()
143 lj_debug(3, "Adjusting pointers..."); in del()
165 lj_debug(3, "Freeing keypair [%p]\n", p_this); in del()
246 lj_debug(3, "ni_bucket=[%d]\np_next=[%p/%s]\n", in next()
[all …]
H A Dlj_postevent.c75 lj_debug(3, "[%s]\n", buffer); in lj_get_post_response()
102 lj_debug(1, in lj_get_post_response()
144 lj_debug(2, "\thostname: [%s]\n", host); in lj_postevent()
150 lj_debug(2, "\tport: [%d]\n", port); in lj_postevent()
158 lj_debug(2, "\tpath: [%s]\n", path); in lj_postevent()
169 lj_debug(2, "\tevent: [%s]\n", event); in lj_postevent()
181 lj_debug(2, "\tsubject: [%s]\n", subject); in lj_postevent()
195 lj_debug(2, "\tsecurity: [%s]\n", security); in lj_postevent()
202 lj_debug(2, "\tallowmask: [%s]\n", allowmask); in lj_postevent()
239 lj_debug(1, in lj_postevent()
[all …]
H A Dutil.c47 lj_debug(4, "calloc [%d] elements of size [%d] to [%p]\n", in lj_calloc()
63 lj_debug(4, "malloc [%d] to [%p]\n", size, ret); in lj_malloc()
78 lj_debug(4, "realloc freeing [%p]\n", ptr); in lj_realloc()
86 lj_debug(4, "realloc [%d] bytes to [%p]\n", size, ret); in lj_realloc()
173 lj_debug(1, "Conversion failed for [%s]\n", inbound); in lj_chardecode()
180 lj_debug(4, "Converted value [%s] to [%s]\n", in lj_chardecode()
258 lj_debug(4, "strcopy [%s][%d] bytes to [%p]\n", in lj_strcopy()
321 lj_debug(int level, const char * const msg, ...) in lj_debug() function
386 lj_debug(2, "setup auth [%s]\n", user->auth); in lj_setauth()
395 lj_debug(2, "md5 hex of [%s] is [%s]\n", value, *result); in md5_hex()
H A Dlj_login.c39 lj_debug(2, "success [%s]", value); in lj_login()
63 lj_debug(2, "user->access[%d] = [%s]\n", i, user->access[i]); in lj_login()
72 lj_debug(2, "user->frgrps[%d] = [%s]\n", i, user->frgrps[i]); in lj_login()
81 lj_debug(2, "user->moods[%d] = [%s]\n", i, user->moods[i]); in lj_login()
90 lj_debug(2, "user->userpic[%d] = [%s]\n", in lj_login()
94 lj_debug(1, in lj_login()
H A Dnet.c97 lj_debug(1, in lj_send_request()
136 lj_debug(3, "[%s]\n", key); in lj_send_request()
151 lj_debug(1, "Putting [%s]->[%s]...\n", key, decoded); in lj_send_request()
H A Dclive.c61 lj_debug(2, "host: [%s]\n", config.server_host); in main()
62 lj_debug(2, "port: [%d]\n", config.server_port); in main()
63 lj_debug(2, "path: [%s]\n", config.server_path); in main()
70 lj_debug(2, "local charset: [%s]\n", config.charset); in main()
373 lj_debug(2, "Extracted [%s] from friendgroup spec\n", in main()
379 lj_debug(2, "Anding [%d] to mask\n", in main()
493 lj_debug(2, "Found mood [%s] has moodid [%d]\n", in main()
H A Dlj_getchallenge.c47 lj_debug(1, "success: [%s]\n", challengeinfo->success ? "OK" : "FAIL"); in lj_getchallenge()
49 lj_debug(1, "errmsg: [%s]\n", challengeinfo->errmsg); in lj_getchallenge()
H A Dlj_editfriends.c50 lj_debug(1, "success: [%s]\n", friendinfo->success ? "OK" : "FAIL"); in lj_editfriends()
52 lj_debug(1, "errmsg: [%s]\n", friendinfo->errmsg); in lj_editfriends()
H A Dlj_getcomments.c66 lj_debug(1, "success: [%s]\n", commentinfo->success ? "OK" : "FAIL"); in lj_getcomments()
68 lj_debug(1, "errmsg: [%s]\n", commentinfo->errmsg); in lj_getcomments()
H A Dlj_getfriends.c71 lj_debug(1, "success: [%s]\n", friendinfo->success ? "OK" : "FAIL"); in lj_getfriends()
73 lj_debug(1, "errmsg: [%s]\n", friendinfo->errmsg); in lj_getfriends()
H A Dlj_getevents.c66 lj_debug(1, "success: [%s]\n", eventinfo->success ? "OK" : "FAIL"); in lj_getevents()
68 lj_debug(1, "errmsg: [%s]\n", eventinfo->errmsg); in lj_getevents()
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A DMakefile.dep5 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h \
14 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_lib.h \
26 lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h \
46 lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_func.h lj_udata.h \
98 lj_debug.o: lj_debug.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \
99 lj_err.h lj_errmsg.h lj_debug.h lj_buf.h lj_gc.h lj_str.h lj_tab.h \
123 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_frame.h lj_bc.h lj_buf.h \
168 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_buf.h lj_str.h lj_tab.h \
176 lj_ctype.h lj_gc.h lj_ff.h lj_ffdef.h lj_debug.h lj_ir.h lj_jit.h \
198 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_frame.h lj_bc.h \
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A DMakefile.dep5 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h \
14 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_lib.h \
26 lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h \
47 lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_func.h lj_udata.h \
100 lj_debug.o: lj_debug.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \
101 lj_err.h lj_errmsg.h lj_debug.h lj_buf.h lj_gc.h lj_str.h lj_tab.h \
105 lj_meta.h lj_debug.h lj_state.h lj_frame.h lj_bc.h lj_ff.h lj_ffdef.h \
125 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_frame.h lj_bc.h lj_buf.h \
170 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_buf.h lj_str.h lj_tab.h \
179 lj_ctype.h lj_gc.h lj_ff.h lj_ffdef.h lj_debug.h lj_ir.h lj_jit.h \
[all …]
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A DMakefile.dep5 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h \
14 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_lib.h \
26 lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h \
46 lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_func.h lj_udata.h \
98 lj_debug.o: lj_debug.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \
99 lj_err.h lj_errmsg.h lj_debug.h lj_buf.h lj_gc.h lj_str.h lj_tab.h \
123 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_frame.h lj_bc.h lj_buf.h \
168 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_buf.h lj_str.h lj_tab.h \
176 lj_ctype.h lj_gc.h lj_ff.h lj_ffdef.h lj_debug.h lj_ir.h lj_jit.h \
198 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_frame.h lj_bc.h \
[all …]
/dports/lang/luajit/LuaJIT-2.0.5/src/
H A DMakefile.dep5 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h \
12 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_lib.h \
23 lj_obj.h lj_def.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h \
42 lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_func.h lj_udata.h \
91 lj_debug.o: lj_debug.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \
92 lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_state.h lj_frame.h \
95 lj_err.h lj_errmsg.h lj_func.h lj_str.h lj_tab.h lj_meta.h lj_debug.h \
116 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_frame.h lj_bc.h lj_jit.h \
158 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_func.h \
180 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_frame.h lj_bc.h \
[all …]
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A DMakefile.dep5 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h \
13 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_lib.h \
24 lj_obj.h lj_def.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h \
43 lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_func.h lj_udata.h \
92 lj_debug.o: lj_debug.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \
93 lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_state.h lj_frame.h \
96 lj_err.h lj_errmsg.h lj_func.h lj_str.h lj_tab.h lj_meta.h lj_debug.h \
117 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_frame.h lj_bc.h lj_jit.h \
159 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_func.h \
181 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_frame.h lj_bc.h \
[all …]
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A DMakefile.dep5 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h \
12 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_lib.h \
23 lj_obj.h lj_def.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h \
42 lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_func.h lj_udata.h \
91 lj_debug.o: lj_debug.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \
92 lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_state.h lj_frame.h \
95 lj_err.h lj_errmsg.h lj_func.h lj_str.h lj_tab.h lj_meta.h lj_debug.h \
100 lj_errmsg.h lj_debug.h lj_str.h lj_func.h lj_state.h lj_frame.h lj_bc.h \
116 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_frame.h lj_bc.h lj_jit.h \
158 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_func.h \
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A DMakefile.dep5 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h \
13 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_lib.h \
24 lj_obj.h lj_def.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h \
43 lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_func.h lj_udata.h \
92 lj_debug.o: lj_debug.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \
93 lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_state.h lj_frame.h \
96 lj_err.h lj_errmsg.h lj_func.h lj_str.h lj_tab.h lj_meta.h lj_debug.h \
117 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_frame.h lj_bc.h lj_jit.h \
159 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_func.h \
181 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_frame.h lj_bc.h \
[all …]
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A DMakefile.dep5 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_buf.h \
18 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_lib.h \
30 lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h \
51 lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_func.h lj_udata.h \
104 lj_debug.o: lj_debug.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \
105 lj_err.h lj_errmsg.h lj_debug.h lj_buf.h lj_gc.h lj_str.h lj_tab.h \
129 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_frame.h lj_bc.h lj_buf.h \
174 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_buf.h lj_str.h lj_tab.h \
183 lj_ctype.h lj_gc.h lj_ff.h lj_ffdef.h lj_debug.h lj_ir.h lj_jit.h \
210 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_frame.h lj_bc.h \
[all …]
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A DMakefile.dep5 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_buf.h \
18 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_lib.h \
30 lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h \
51 lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_func.h lj_udata.h \
104 lj_debug.o: lj_debug.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \
105 lj_err.h lj_errmsg.h lj_debug.h lj_buf.h lj_gc.h lj_str.h lj_tab.h \
129 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_frame.h lj_bc.h lj_buf.h \
174 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_buf.h lj_str.h lj_tab.h \
183 lj_ctype.h lj_gc.h lj_ff.h lj_ffdef.h lj_debug.h lj_ir.h lj_jit.h \
210 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_frame.h lj_bc.h \
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A DMakefile.dep5 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_buf.h \
18 lj_def.h lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_lib.h \
30 lj_arch.h lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h \
51 lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_tab.h lj_func.h lj_udata.h \
104 lj_debug.o: lj_debug.c lj_obj.h lua.h luaconf.h lj_def.h lj_arch.h \
105 lj_err.h lj_errmsg.h lj_debug.h lj_buf.h lj_gc.h lj_str.h lj_tab.h \
129 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_frame.h lj_bc.h lj_buf.h \
174 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_buf.h lj_str.h lj_tab.h \
183 lj_ctype.h lj_gc.h lj_ff.h lj_ffdef.h lj_debug.h lj_ir.h lj_jit.h \
210 lj_gc.h lj_err.h lj_errmsg.h lj_debug.h lj_str.h lj_frame.h lj_bc.h \
[all …]
/dports/deskutils/ljclive/clive-0.4.10/include/
H A Dutil.h35 void lj_debug(int level, const char *msg, ...);
/dports/www/trafficserver/trafficserver-9.1.1/proxy/
H A DMakefile.am125 lj_debug.o \

12