Home
last modified time | relevance | path

Searched refs:ddprintf (Results 1 – 24 of 24) sorted by relevance

/dports/comms/gnokii/gnokii-0.6.31/common/phones/
H A Dnk2110.c61 #define ddprintf(x...) macro
256 ddprintf("("); in SendFrame()
259 ddprintf(")"); in SendFrame()
364 ddprintf("Status: " ); in DecodeIncomingSMS()
378 ddprintf("\n"); in DecodeIncomingSMS()
443 ddprintf("Status: " );
456 ddprintf("deleting..."); in DeleteSMSMessage()
672 ddprintf("SMSdata:"); in HandlePacket()
749 ddprintf( "\n" ); in SigHandler()
781 ddprintf( "\n" ); in SigHandler()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/core/fs/pxe/
H A Dbios.c193 ddprintf("No !PXE or PXENV+ API found; we're dead...\n"); in pxe_init()
240 ddprintf("%s entry point found (we hope) at %04X:%04X via plan %c\n", in pxe_init()
242 ddprintf("UNDI code segment at %04X len %04X\n", code_seg, code_len); in pxe_init()
243 ddprintf("UNDI data segment at %04X len %04X\n", data_seg, data_len); in pxe_init()
290 ddprintf(" %02x", type); in pxe_get_cached_info()
298 ddprintf("PXE API call failed, error %04x\n", err); in pxe_get_cached_info()
356 ddprintf("PXE unload API call %04x failed: 0x%x\n", in unload_pxe()
384 ddprintf("Failed to free base memory error %04x-%08x (%d/%dK)\n", in unload_pxe()
400 ddprintf("Out of low memory\n"); in net_parse_dhcp()
415 ddprintf("Getting cached packet "); in net_parse_dhcp()
[all …]
H A Dcore.c37 ddprintf("netconn_bind error %d\n", err); in core_udp_open()
144 ddprintf("netbuf allocation error\n"); in core_udp_send()
150 ddprintf("pbuf allocation error\n"); in core_udp_send()
158 ddprintf("netconn_send error %d\n", err); in core_udp_send()
186 ddprintf("netbuf allocation error\n"); in core_udp_sendto()
192 ddprintf("pbuf allocation error\n"); in core_udp_sendto()
203 ddprintf("netconn_sendto error %d\n", err); in core_udp_sendto()
227 ddprintf("undiif driver failed to start: %d\n", err); in net_core_init()
243 ddprintf("UNDI: baseio %04x int %d MTU %d type %d \"%s\" flags 0x%x\n", in probe_undi()
H A Dpxe.c374 ddprintf("TFTP prefix: %s\n", path_prefix); in get_prefix()
479 ddprintf("%-68s\n", "Unable to locate configuration file"); in pxe_open_config()
535 ddprintf("My IP address seems to be %08X %s\n", ip, dot_quad_buf); in ip_init()
H A Disr.c84 ddprintf("UNDI: IRQ %d(0x%02x): %04x:%04x -> %04x:%04x\n", irq, vec, in install_irq_vector()
/dports/news/cnews/cnews-cr.g_18/contrib/lib/ipc/
H A Dbatch.c83 ddprintf(dfp, "flushed batch fp\n"); in batchend()
92 ddprintf(dfp, "ended empty batch\n"); in batchend()
97 ddprintf(dfp, "ending batch of %d arts, %d bytes, %d seconds old\n", in batchend()
106 ddprintf(dfp, "spooled %s\n", bt_name); in batchend()
141 ddprintf(dfp, "started batch `%s', %s\n", bt_name,
165 ddprintf(stderr, "copying %d from tmp to batch\n", cc);
H A Dnetdata.c244 ddprintf(dfp, "opened tmpfile\n");
265 ddprintf(dfp, "article was %d bytes\n", nbytes);
H A Dhistory.c56 ddprintf(dfp, "Seeking to history position %ld\n", pos);
H A Dlog.c74ddprintf(dfp, "lastlogtime = %ld, now = %ld, last_tms = {%ld, %ld, %ld, %ld}, tmsbuf = {%ld, %ld, …
/dports/news/cnews/cnews-cr.g_18/contrib/lib/
H A Dbatch.c83 ddprintf(dfp, "flushed batch fp\n"); in batchend()
92 ddprintf(dfp, "ended empty batch\n"); in batchend()
97 ddprintf(dfp, "ending batch of %d arts, %d bytes, %d seconds old\n", in batchend()
106 ddprintf(dfp, "spooled %s\n", bt_name); in batchend()
141 ddprintf(dfp, "started batch `%s', %s\n", bt_name,
165 ddprintf(stderr, "copying %d from tmp to batch\n", cc);
H A Dnetdata.c244 ddprintf(dfp, "opened tmpfile\n");
265 ddprintf(dfp, "article was %d bytes\n", nbytes);
H A Dhistory.c56 ddprintf(dfp, "Seeking to history position %ld\n", pos);
H A Dlog.c74ddprintf(dfp, "lastlogtime = %ld, now = %ld, last_tms = {%ld, %ld, %ld, %ld}, tmsbuf = {%ld, %ld, …
/dports/sysutils/syslinux/syslinux-6.03/com32/include/
H A Ddprintf.h21 # define ddprintf dprintf macro
25 # define ddprintf(...) { printf(__VA_ARGS__); dprintf(__VA_ARGS__); } macro
36 #define ddprintf printf macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/ntfs/
H A Dntfs_subr.c548 ddprintf(("%s: type: 0x%x, index: %d", __func__, in ntfs_attrtontvattr()
554 ddprintf((", name:[")); in ntfs_attrtontvattr()
557 ddprintf(("%c", vap->va_name[i])); in ntfs_attrtontvattr()
559 ddprintf(("]")); in ntfs_attrtontvattr()
562 ddprintf((", nonres.")); in ntfs_attrtontvattr()
573 ddprintf((", res.")); in ntfs_attrtontvattr()
589 ddprintf(("\n")); in ntfs_attrtontvattr()
822 ddprintf(("%s: fscan: %d, %d\n", __func__, in ntfs_ntlookupfile()
1397 ddprintf(("%s: read: cn: 0x%qx cl: %qu," in ntfs_readntvattr_plain()
1428 ddprintf(("%s: hole: ccn: 0x%qx ccl: %qu, " in ntfs_readntvattr_plain()
[all …]
H A Dntfs.h312 #define ddprintf(a) DPRINTF(2, a) macro
316 #define ddprintf(a) macro
H A Dntfs_vfsops.c655 ddprintf(("ntfs_fhtovp(): %s: %llu\n", mp->mnt_stat.f_mntonname, in ntfs_fhtovp()
683 ddprintf(("ntfs_fhtovp(): %s: %p\n", vp->v_mount->mnt_stat.f_mntonname, in ntfs_vptofh()
/dports/news/cnews/cnews-cr.g_18/contrib/snntpd/
H A Dsnntpd.c125 ddprintf(dfp, "chdir(%s)\n", artfile(NULLSTR));
277 ddprintf(dfp, "message-id is `%s'\n", s);
333 ddprintf(dfp, "history entry has %d fields\n", nf);
338 ddprintf(dfp, "files = `%s'\n", fields[2]);
340 ddprintf(dfp, "first file = `%s'\n", cp);
H A Dpost.c67 ddprintf(dfp, "popening `%s'\n", inewscmd);
89 ddprintf(dfp, "inews returned %x\n", ret);
/dports/news/cnews/cnews-cr.g_18/contrib/include/
H A Ddebug.h7 #define ddprintf if (debug == 0 || debug < 2) ; else (void) fprintf macro
/dports/games/KnightCap/Export/
H A Dlog.c133 int ddprintf(int level, char *format_str, ...) in ddprintf() function
H A Dproto.h76 int ddprintf(int level, char *format_str, ...);
H A Dhash.c281 ddprintf(0, "%s %d %d %d %d %d %d %d\n", in insert_hash()
/dports/biology/subread/subread-2.0.2-source/src/
H A Dgene-algorithms.c88 #define ddprintf SUBREADprintf macro
91 #define ddprintf non_func macro
1831 ddprintf ("CHRO=%s\nREAD=%s\n", chro_str, read); in window_indel_align()