Home
last modified time | relevance | path

Searched refs:debugf (Results 1 – 25 of 1001) sorted by relevance

12345678910>>...41

/dports/sysutils/fusefs-ext2/fuse-ext2-ea7bacf/fuse-ext2/
H A Dop_rename.c32 debugf("enter"); in fix_dotdot_proc()
33 debugf("walking on: %s", dirent->name); in fix_dotdot_proc()
38 debugf("leave (found '..')"); in fix_dotdot_proc()
41 debugf("leave"); in fix_dotdot_proc()
50 debugf("enter"); in do_fix_dotdot()
54 debugf("while iterating over directory"); in do_fix_dotdot()
57 debugf("leave"); in do_fix_dotdot()
85 debugf("do_check(%s); failed", source); in op_rename()
93 debugf("do_check(%s); failed", dest); in op_rename()
218 debugf("do_fix_dotdot failed"); in op_rename()
[all …]
H A Dop_rmdir.c37 debugf("enter"); in rmdir_proc()
38 debugf("walking on: %s", dirent->name); in rmdir_proc()
44 debugf("leave"); in rmdir_proc()
48 debugf("leave (not empty)"); in rmdir_proc()
64 debugf("directory not empty"); in do_check_empty_dir()
86 debugf("enter"); in op_rmdir()
87 debugf("path = %s", path); in op_rmdir()
91 debugf("do_check_split: failed"); in op_rmdir()
111 debugf("%s is not a directory", path); in op_rmdir()
123 debugf("do_check_empty_dir filed"); in op_rmdir()
[all …]
H A Dop_mkdir.c39 debugf("enter"); in op_mkdir()
44 debugf("do_check(%s); failed", path); in op_mkdir()
52 debugf("do_readinode(%s, &ino, &inode); failed", p_path); in op_mkdir()
58 debugf("calling ext2fs_mkdir(e2fs, %d, 0, %s);", ino, r_path); in op_mkdir()
61 debugf("calling ext2fs_expand_dir(e2fs, &d)", ino); in op_mkdir()
71 debugf("e2fs: %p, e2fs->inode_map: %p", e2fs, e2fs->inode_map); in op_mkdir()
78 debugf("do_readinode(%s, &ino, &inode); failed", path); in op_mkdir()
92 debugf("do_writeinode(e2fs, ino, &inode); failed"); in op_mkdir()
100 debugf("do_readinode(%s, &ino, &inode); dailed", p_path); in op_mkdir()
107 debugf("do_writeinode(e2fs, ino, &inode); failed"); in op_mkdir()
[all …]
H A Dop_create.c75 debugf("enter"); in do_create()
76 debugf("path = %s, mode: 0%o", path, mode); in do_create()
80 debugf("parent: %s, child: %s", p_path, r_path); in do_create()
100 debugf("calling ext2fs_expand_dir(e2fs, &d)", ino); in do_create()
115 debugf("inode already set"); in do_create()
182 debugf("leave"); in do_create()
191 debugf("enter"); in op_create()
192 debugf("path = %s, mode: 0%o", path, mode); in op_create()
195 debugf("leave"); in op_create()
205 debugf("op_open(path, fi); failed"); in op_create()
[all …]
H A Dop_link.c35 debugf("source: %s, dest: %s", source, dest);
39 debugf("do_check(%s); failed", source);
45 debugf("do_check(%s); failed", dest);
49 debugf("parent: %s, child: %s", p_path, r_path);
53 debugf("do_readinode(%s, &ino, &inode); failed", p_path);
60 debugf("do_readinode(%s, &s_ino, &s_inode); failed", p_path);
69 debugf("calling ext2fs_expand_dir(e2fs, &d)", d_ino);
71 debugf("error while expanding directory %s (%d)", p_path, d_ino);
88 debugf("do_writeinode(e2fs, s_ino, &s_inode); failed");
95 debugf("do_writeinode(e2fs, d_ino, &d_inode); failed");
[all …]
H A Dop_unlink.c38 debugf("enter"); in op_unlink()
39 debugf("path = %s", path); in op_unlink()
43 debugf("do_check(%s); failed", path); in op_unlink()
49 debugf("do_check_split: failed"); in op_unlink()
53 debugf("parent: %s, child: %s", p_path, r_path); in op_unlink()
57 debugf("do_readinode(%s, &p_ino, &p_inode); failed", path); in op_unlink()
63 debugf("do_readinode(%s, &r_ino, &r_inode); failed", path); in op_unlink()
69 debugf("%s is a directory", path); in op_unlink()
84 debugf("do_writeinode(e2fs, p_ino, &p_inode); failed"); in op_unlink()
95 debugf("do_writeinode(e2fs, &r_ino, &r_inode); failed"); in op_unlink()
[all …]
H A Dop_write.c32 debugf("enter"); in do_write()
36 debugf("ext2fs_file_get_lsize(efile, &fsize); failed"); in do_write()
42 debugf("ext2fs_file_lseek(efile, %lld, SEEK_SET, &npos); failed", offset); in do_write()
48 debugf("rt: %d, size: %u, written: %u", rt, size, wr); in do_write()
51 debugf("ext2fs_file_write(edile, tmp, size, &wr); failed"); in do_write()
58 debugf("extfs_file_set_size(efile, %lld); failed", offset + size); in do_write()
65 debugf("ext2_file_flush(efile); failed"); in do_write()
69 debugf("leave"); in do_write()
79 debugf("enter"); in op_write()
80 debugf("path = %s", path); in op_write()
[all …]
H A Dop_open.c33 debugf("enter"); in do_open()
34 debugf("path = %s", path); in do_open()
38 debugf("do_check(%s); failed", path); in do_open()
44 debugf("do_readinode(%s, &ino, &inode); failed", path); in do_open()
62 debugf("do_writeinode(%s, &ino, &inode); failed", path); in do_open()
67 debugf("leave"); in do_open()
76 debugf("enter"); in op_open()
77 debugf("path = %s", path); in op_open()
81 debugf("do_open(%s); failed", path); in op_open()
86 debugf("leave"); in op_open()
H A Dop_truncate.c32 debugf("enter"); in op_truncate()
33 debugf("path = %s", path); in op_truncate()
37 debugf("do_check(%s); failed", path); in op_truncate()
42 debugf("do_open(%s); failed", path); in op_truncate()
49 debugf("ext2fs_file_set_size(efile, %d); failed", length); in op_truncate()
58 debugf("do_readinode(%s, &ino, &vnode); failed", path); in op_truncate()
66 debugf("do_writeinode(e2fs, ino, &inode); failed"); in op_truncate()
73 debugf("do_release(efile); failed"); in op_truncate()
77 debugf("leave"); in op_truncate()
H A Dop_symlink.c31 debugf("enter"); in op_symlink()
32 debugf("source: %s, dest: %s", sourcename, destname); in op_symlink()
38 debugf("do_create(%s, LINUX_S_IFLNK | 0777, FAST); failed", destname); in op_symlink()
44 debugf("do_create(%s, LINUX_S_IFLNK | 0777); failed", destname); in op_symlink()
49 debugf("do_open(%s); failed", destname); in op_symlink()
54 debugf("do_write(efile, %s, %d, 0); failed", sourcename, strlen(sourcename) + 1); in op_symlink()
59 debugf("do_release(efile); failed"); in op_symlink()
63 debugf("leave"); in op_symlink()
H A Dop_release.c27 debugf("enter"); in do_release()
28 debugf("path = (%p)", efile); in do_release()
38 debugf("leave"); in do_release()
47 debugf("enter"); in op_release()
48 debugf("path = %s (%p)", path, efile); in op_release()
51 debugf("do_release() failed"); in op_release()
55 debugf("leave"); in op_release()
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/plugins/SqueakFFIPrims/
H A Dx86-sysv.c48 # define debugf(ARGS)printf ARGS
50 # define debugf(ARGS) macro
135 debugf(("ffiPushSignedChar %d\n", value)); in ffiPushSignedChar()
149 debugf(("ffiPushSignedByte %d\n", value)); in ffiPushSignedByte()
163 debugf(("ffiPushSignedShort %d\n", value)); in ffiPushSignedShort()
177 debugf(("ffiPushSignedInt %d\n", value)); in ffiPushSignedInt()
207 debugf(("ffiPushPointer %d\n", pointer)); in ffiPushPointer()
236 debugf((" ++ alloc string\n")); in ffiPushStringOfLength()
276 debugf(("ffiCleanup\n")); in ffiCleanup()
279 debugf((" ++ free string\n")); in ffiCleanup()
[all …]
H A Dppc-darwin.c61 # define debugf(ARGS) macro
115 debugf(("ffiInitialize\n")); in ffiInitialize()
142 debugf(("ffiFree(%08x)\n", ptr)); in ffiFree()
169 debugf(("ffiPushSignedChar %d\n", value)); in ffiPushSignedChar()
177 debugf(("ffiPushUnsignedChar %d\n", value)); in ffiPushUnsignedChar()
185 debugf(("ffiPushSignedByte %d\n", value)); in ffiPushSignedByte()
201 debugf(("ffiPushSignedShort %d\n", value)); in ffiPushSignedShort()
217 debugf(("ffiPushSignedInt %d\n", value)); in ffiPushSignedInt()
225 debugf(("ffiPushUnsignedInt %d\n", value)); in ffiPushUnsignedInt()
255 debugf(("ffiPushPointer %08x\n", pointer)); in ffiPushPointer()
[all …]
H A Dffi-test.c14 # define debugf(ARGS) printf ARGS
16 # define debugf(ARGS) macro
59 debugf(("The two floats are %f and %f\n", (double)f1, (double)f2)); in ffiTestFloats()
87 debugf(("The two doubles are %f and %f\n", d1, d2)); in ffiTestDoubles()
101 debugf(("%s\n", string)); in ffiPrintString()
109 debugf(("pt1.x = %d\npt1.y = %d\npt2.x = %d\npt2.y = %d\n", in ffiTestStruct64()
120 debugf(("pt1.x = %d\npt1.y = %d\npt1.z = %d\npt1.w = %d\n", in ffiTestStructBig()
122 debugf(("pt2.x = %d\npt2.y = %d\npt2.z = %d\npt2.w = %d\n", in ffiTestStructBig()
135 debugf(("pt1.x = %d\npt1.y = %d\npt1.z = %d\npt1.w = %d\n", in ffiTestPointers()
137 debugf(("pt2.x = %d\npt2.y = %d\npt2.z = %d\npt2.w = %d\n", in ffiTestPointers()
[all …]
H A Dppc-sysv.c77 # define debugf(ARGS) printf ARGS
79 # define debugf(ARGS) macro
167 debugf(("ffiPushSignedChar %d\n", value)); in ffiPushSignedChar()
175 debugf(("ffiPushUnsignedChar %d\n", value)); in ffiPushUnsignedChar()
183 debugf(("ffiPushSignedByte %d\n", value)); in ffiPushSignedByte()
191 debugf(("ffiPushUnsignedByte %d\n", value)); in ffiPushUnsignedByte()
199 debugf(("ffiPushSignedShort %d\n", value)); in ffiPushSignedShort()
215 debugf(("ffiPushSignedInt %d\n", value)); in ffiPushSignedInt()
223 debugf(("ffiPushUnsignedInt %d\n", value)); in ffiPushUnsignedInt()
253 debugf(("ffiPushPointer %d\n", pointer)); in ffiPushPointer()
[all …]
H A Dffi-test-main.c37 # define debugf(ARGS) printf ARGS
40 # define debugf(ARGS) macro
239 debugf(("%lld %lld\n", ll, rll)); in ctests()
471 debugf(("%g\n", ts6_arg.f)); in ctests()
472 debugf(("%g\n", ts6_arg.d)); in ctests()
489 debugf(("%g\n", ts7_arg.f1)); in ctests()
490 debugf(("%g\n", ts7_arg.f2)); in ctests()
491 debugf(("%g\n", ts7_arg.d)); in ctests()
534 debugf(("%g\n", ts9_arg.f)); in ctests()
535 debugf(("%d\n", ts9_arg.i)); in ctests()
[all …]
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/util/
H A Dcachethg.py63 debugf = debugthg.debugf variable
64 debugf('Enabled %s', enabled)
65 debugf('LocalDisksOnly %s', localonly)
69 debugf = debugthg.debugf_No
140 debugf("Timed out!!")
151 debugf("find new root")
157 debugf("%s: r", path)
206 debugf("%s: not in repo", pdir)
211 debugf(e)
223 debugf("abort: %s", inst)
[all …]
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/vm-sound-NAS/
H A DsqUnixSoundNAS.c37 # define debugf printf macro
172 debugf("converting\n"); in sound_PlaySamplesFromAtLength()
248 debugf("low water event\n"); in handleAudioEvents()
262 debugf("unpausing\n"); in handleAudioEvents()
327 debugf("opening server\n"); in sound_Start()
360 debugf("creating flow\n"); in sound_Start()
389 debugf("starting flow\n"); in sound_Start()
421 debugf("StartRecording\n"); in sound_StartRecording()
425 debugf("opening server\n"); in sound_StartRecording()
457 debugf("creating flow\n"); in sound_StartRecording()
[all …]
/dports/mail/masqmail/masqmail-0.3.5/src/
H A Dsmtp_out.c309 DEBUG(4) debugf("uses esmtp\n"); in smtp_helo()
330 DEBUG(4) debugf("uses smtp\n"); in smtp_helo()
440 DEBUG(4) debugf("C: .\n"); in send_data()
537 DEBUG(4) debugf("C: RSET\n"); in smtp_out_rset()
557 DEBUG(4) debugf("AUTH CRAM-MD5\n"); in smtp_out_auth_cram_md5()
588 DEBUG(6) debugf("C: %s\n", reply64); in smtp_out_auth_cram_md5()
608 DEBUG(4) debugf("C: AUTH LOGIN\r\n"); in smtp_out_auth_login()
795 DEBUG(4) debugf("C: DATA\r\n"); in smtp_out_msg()
874 debugf("smtp_out_msg():\n"); in smtp_out_msg()
876 debugf(" ok = %d\n", ok); in smtp_out_msg()
[all …]
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/vm-display-fbdev/
H A DsqUnixFBDevMousePS2.c65 debugf("%s: flush\n", self->msName); in ms_ps2_flush()
109 debugf("%s: send\n", self->msName); in ms_ps2_send()
118 debugf(">%02x\n", command[i]); in ms_ps2_send()
133 debugf("%s: resend\n", self->msName); in ms_ps2_send()
147 debugf("%s: disable\n", self->msName); in ms_ps2_disable()
153 debugf(">%02x\n", command[0]); in ms_ps2_disable()
163 debugf("%s: enable\n", self->msName); in ms_ps2_enable()
171 debugf("%s: reset\n", self->msName); in ms_ps2_reset()
186 debugf("%s: bad response\n", self->msName); in ms_ps2_reset()
195 debugf("%s: reset failed\n", self->msName); in ms_ps2_reset()
[all …]
/dports/graphics/intergif/igsrc/src/
H A Dgifdecode.c15 #define debugf printf
18 #define debugf 1?0:printf macro
133 debugf( "Decompressing:" ); in LZWDecompress()
136 debugf("%d ", finchar); in LZWDecompress()
141 debugf("%d ", finchar); in LZWDecompress()
154 debugf( " %d", code ); in LZWDecompress()
158 debugf( "E" ); in LZWDecompress()
164 debugf( "C" ); in LZWDecompress()
172 debugf( " %d", code ); in LZWDecompress()
176 debugf( "<" ); in LZWDecompress()
[all …]
H A Dcolmatch.c35 #define debugf printf
38 #define debugf 1?0:printf macro
100 debugf( "Palette:" ); in ColourMatch_Create()
103 debugf( " <%08x>", res->pColours[i] ); in ColourMatch_Create()
105 debugf( "\n" ); in ColourMatch_Create()
107 debugf( "Mindists:\n" ); in ColourMatch_Create()
110 debugf( " %d", res->mdist[i] ); in ColourMatch_Create()
112 debugf( "\n" ); in ColourMatch_Create()
149 debugf("pal ="); in ColourMatch_Match()
151 debugf(" <%08x>", p[i]); in ColourMatch_Match()
[all …]
H A Dloadgif.c58 #define debugf printf
61 #define debugf 1?0:printf macro
154 debugf( "It's not a GIF\n" ); in Anim_ConvertGIF()
392 debugf( " %d", pixmap[i] ); in GIF__MergeColourTable()
393 debugf( ">\n" ); in GIF__MergeColourTable()
581 debugf( "\n" ); in GIF__Image()
592 debugf( "\n" ); in GIF__Image()
716 debugf( "Packets: <" ); in GIF__DecodeFrame()
760 debugf("gif__df returns\n"); in GIF__DecodeFrame()
836 debugf("gifwrite returns\n"); in GIF__Write()
[all …]
/dports/archivers/p5-Compress-Bzip2/Compress-Bzip2-2.24/t/
H A Dlib.pl97 my $debugf = 0;
99 print STDERR "Parsing $CONFIG...\n" if $debugf;
142 print STDERR "Building internal libbz2 enabled\n" if $debugf ;
168 print STDERR "compile command '$command' failed\n" if $debugf;
169 print STDERR "system bzip2 not useable, building internal libbz2\n" if $debugf;
174 print STDERR "compile command '$command' failed\n" if $debugf;
175 print STDERR "system bzip2 not useable, building internal libbz2\n" if $debugf;
180 print STDERR "compile command '$command' failed\n" if $debugf;
185 print STDERR <<EOM if $debugf ;
193 print STDERR "Looks Good.\n" if $debugf;
[all …]
/dports/audio/mumble/mumble-1.3.3/3rdparty/sbcelt-src/helper/
H A Dsbcelt-helper.c31 # define debugf(fmt, ...) \ macro
38 #define debugf(s, ...) do{} while (0) macro
56 debugf("disposed of mode & decoder for slot=%i", idx); in SBCELT_DecodeSingleFrame()
65 debugf("created mode & decoder for slot=%i", idx); in SBCELT_DecodeSingleFrame()
70 debugf("got work for slot=%i", idx); in SBCELT_DecodeSingleFrame()
72 debugf("to decode: %p, %p, %u, %p", d, src, len, dst); in SBCELT_DecodeSingleFrame()
79 debugf("decoded len=%u", len); in SBCELT_DecodeSingleFrame()
121 debugf("in seccomp-detect mode"); in main()
137 debugf("helper running"); in main()
156 debugf("unable to mmap: %s (%i)", strerror(errno), errno); in main()
[all …]

12345678910>>...41