Searched refs:dprintf (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.10.1/bootp-298/bootplib/
H A Ddprintf.h27 #define dprintf(x) printf x macro
29 #define dprintf(x) macro
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/sample/
H A Dcommon.h46 extern int dprintf(int lvl, const char *fmt, ...);
H A Dclient.c245 dprintf(0, "receiving capability list... ");
247 dprintf(0, "%s\n", buf);
266 dprintf(1, "using mechanism %s\n", chosenmech);
280 dprintf(2, "waiting for server reply...\n");
307 dprintf(2, "sending response length %d...\n", len);
310 dprintf(2, "sending null response...\n");
/macosx-10.10.1/MITKerberosShim-66/PrivateKerberos/
H A DKerberosDebug.h47 #define dprintf __KerberosDebugPrint macro
53 void dprintf (const char *in_format, ...) __attribute__ ((format (printf, 1, 2)));
74 dprintf ("%.*s in %s() (%s:%d)", \
81 dprintf ("%s in %s() (%s:%d)", \
102 dprintf ("Exception thrown from %s() (%s:%d)", \
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/urlPageGrab/
H A DcfSimpleGet.cpp13 #define dprintf(args...) printf(args) macro
15 #define dprintf(args...) macro
50 dprintf("...opening rd stream for %s\n", url);
84 dprintf("...rd stream for %s open for business\n", url);
93 dprintf("...EOF on rd stream for %s\n", url);
101 dprintf(" ...read %d bytes from %s\n", (int)irtn, url);
/macosx-10.10.1/shell_cmds-179/shlock/
H A Dshlock.c97 #define dprintf if (Debug) printf macro
133 dprintf("%s: temporary filename: %s\n", Pname, tempname);
141 dprintf("%s: file %s exists already.\n",
188 dprintf("%s: process %ld is ", Pname, (u_long)pid);
190 dprintf("invalid\n");
196 dprintf("dead\n");
199 dprintf("alive\n");
202 dprintf("state unknown: %s\n", strerror(errno));
206 dprintf("alive\n");
233 dprintf("
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DopensshCoding.cpp41 #define dprintf(s...) printf(s) macro
43 #define dprintf(...) macro
102 dprintf("appendBigNum2: NULL bn");
110 dprintf("appendBigNum2: negative numbers not supported\n");
117 dprintf("appendBigNum: BN_bn2bin() screwup\n");
143 dprintf("readBigNum2: short record(1)\n");
148 dprintf("readBigNum2: short record(2)\n");
153 dprintf("readBigNum2: BN_bin2bn error\n");
168 dprintf("appendBigNumDec: BN_bn2dec() error");
235 dprintf("parseSSH2PubKe
[all...]
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.refresh.c64 static void dprintf (char *, ...);
71 dprintf("%s:\"", str);
74 dprintf("[%x]", *f++);
76 dprintf("%c", CTL_ESC(ASCII & ASC(*f++)));
78 dprintf("\"\r\n");
82 /* dprintf():
88 dprintf(char *fmt, ...) function
245 dprintf("Vdrawing %6.6o '%c' %d\r\n", (unsigned)c, (int)(c & ASCII), width);
247 dprintf("Vdrawing %3.3o '%c' %d\r\n", (unsigned)c, (int)c, width);
266 dprintf("\
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/sshKey/
H A DsshKey.cpp21 #define dprintf(s...) printf(s) macro
134 dprintf("readBigNum: short record(1)\n");
140 dprintf("readBigNum: short record(2)\n");
145 dprintf("readBigNum: BN_bin2bn error\n");
167 dprintf("appendBigNum: BN_bn2bin() screwup\n");
180 dprintf("readBigNum2: short record(1)\n");
185 dprintf("readBigNum2: short record(2)\n");
190 dprintf("readBigNum2: BN_bin2bn error\n");
204 dprintf("appendBigNum2: NULL bn");
212 dprintf("appendBigNum
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cms/lib/
H A DCMSUtils.h72 #define dprintf(args...) printf(args) macro
76 #define dprintf(args...) macro
H A DCMSUtils.cpp92 dprintf("cmsRtnToOSStatus: SECFailure, no status avilable\n");
140 dprintf("cmsRtnToOSStatus: smimeRtn 0x%x\n", smimeRtn);
/macosx-10.10.1/tcl-105/tcl_ext/tls/tls/
H A DtlsBIO.c64 dprintf(stderr,"\nBioWrite(0x%x, <buf>, %d) [0x%x]",
73 dprintf(stderr,"\n[0x%x] BioWrite(%d) -> %d [%d.%d]",
99 dprintf(stderr,"\nBioRead(0x%x, <buf>, %d) [0x%x]",
110 dprintf(stderr,"\n[0x%x] BioRead(%d) -> %d [%d.%d]",
146 dprintf(stderr,"\nBioCtrl(0x%x, 0x%x, 0x%x, 0x%x)",
185 dprintf(stderr, "BIO_CTRL_EOF\n");
190 dprintf(stderr, "BIO_CTRL_PENDING(%d)\n", (int) ret);
198 dprintf(stderr, "BIO_CTRL_FLUSH\n");
H A DtlsIO.c291 dprintf(stderr,"\nTlsCloseProc(0x%x)", (unsigned int) statePtr);
340 dprintf(stderr,"\nBIO_read(%d)", bufSize);
370 dprintf(stderr,"\nBIO_read -> %d", bytesRead);
379 dprintf(stderr,"RE! ");
391 dprintf(stderr, "\nInput(%d) -> %d [%d]", bufSize, bytesRead, *errorCodePtr);
425 dprintf(stderr,"\nBIO_write(0x%x, %d)", (unsigned int) statePtr, toWrite);
444 dprintf(stderr, "zero-write\n");
462 dprintf(stderr,"\nBIO_write(0x%x, %d) -> [%d]",
473 dprintf(stderr," write W BLOCK");
476 dprintf(stder
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dproc_uuid_policy.c47 #define dprintf(...) printf(__VA_ARGS__) macro
49 #define dprintf(...) do { } while(0) macro
161 dprintf("Failed to insert proc uuid policy (%s,0x%08x), table full\n", uuidstr, flags);
163 dprintf("Inserted proc uuid policy (%s,0x%08x)\n", uuidstr, flags);
227 dprintf("Failed to remove proc uuid policy (%s), entry not present\n", uuidstr);
229 dprintf("Removed proc uuid policy (%s)\n", uuidstr);
288 dprintf("Looked up proc uuid policy (%s,0x%08x)\n", uuidstr, *flags);
336 dprintf("Clearing proc uuid policy table\n");
374 dprintf("%s failed privilege check for proc_uuid_policy: %d\n", p->p_comm, error);
377 dprintf("
[all...]
H A Dkern_sfi.c56 #define dprintf(...) printf(__VA_ARGS__) macro
58 #define dprintf(...) do { } while(0) macro
81 dprintf("%s failed privilege check for sfi_ctl: %d\n", p->p_comm, error);
84 dprintf("%s succeeded privilege check for sfi_ctl\n", p->p_comm);
122 dprintf("%s failed privilege check for sfi_ctl: %d\n", p->p_comm, error);
125 dprintf("%s succeeded privilege check for sfi_ctl\n", p->p_comm);
202 dprintf("%s failed privilege check for sfi_pidctl: %d\n", p->p_comm, error);
205 dprintf("%s succeeded privilege check for sfi_pidctl\n", p->p_comm);
/macosx-10.10.1/security_crlrefresh-55102/src/
H A DcrlRefresh.cpp43 #define dprintf(args...) fprintf(stderr, args) macro
45 #define dprintf(args...) macro
82 dprintf("fetchItemFromNet %s outFile %s\n",
104 dprintf("fetchItemFromNet %s complete, %lu bytes read\n",
123 dprintf("fetchItemFromNet returning %d\n", irtn);
213 dprintf("...staleDays %d expireOverlapSeconds %d\n",
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Ddprintf.c28 __FBSDID("$FreeBSD: src/lib/libc/stdio/dprintf.c,v 1.1 2009/03/04 03:38:51 das Exp $");
38 dprintf(int fd, const char * __restrict fmt, ...) function
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/
H A Dkdp.c57 #define dprintf(x) kprintf x macro
59 #define dprintf(x) macro
212 dprintf(("kdp_connect seq %x greeting %s\n", rq->hdr.seq, rq->greeting));
266 dprintf(("kdp_disconnect\n"));
324 dprintf(("kdp_hostinfo\n"));
355 dprintf(("kdp_kernelversion\n"));
383 dprintf(("kdp_suspend\n"));
410 dprintf(("kdp_resumecpus %x\n", rq->cpu_mask));
438 dprintf(("kdp_writemem addr %x size %d\n", rq->address, rq->nbytes));
441 dprintf((" cn
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dsched_tests.c21 #define dprintf(...) printf(__VA_ARGS__) macro
23 #define dprintf(...) do { } while(0) macro
71 dprintf("thread %d (pthread %p) started\n", ctx->currentThread, pthread_self());
83 dprintf("thread %d going realtime\n", ctx->currentThread);
97 dprintf("thread %d blocking on common semaphore\n", ctx->currentThread);
107 dprintf("thread %d woke up at %llu\n", ctx->currentThread, ctx->wakeup_time);
213 dprintf("All threads joined\n");
/macosx-10.10.1/awk-20/src/
H A Dmain.c147 dprintf( ("program = |%s|\n", argv[1]) );
156 dprintf( ("argc=%d, argv[0]=%s\n", argc, argv[0]) );
164 dprintf( ("errorflag=%d\n", errorflag) );
H A Dlib.c115 dprintf( ("RS=<%s>, FS=<%s>, ARGC=%g, FILENAME=%s\n",
124 dprintf( ("argno=%d, file=|%s|\n", argno, file) );
137 dprintf( ("opening file %s\n", file) );
219 dprintf( ("readrec saw <%s>, returns %d\n", buf, c == EOF && rr == buf ? 0 : 1) );
234 dprintf( ("getargv(%d) returns |%s|\n", n, s) );
253 dprintf( ("command line set %s to |%s|\n", s, p) );
429 dprintf( ("into refldbld, rec = <%s>, pat = <%s>\n", rec, fs) );
438 dprintf( ("refldbld: i=%d\n", i) );
441 dprintf( ("match %s (%d chars)\n", patbeg, patlen) );
447 dprintf( ("n
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Ddhcp_options.c54 #define dprintf(x) printf x; macro
56 #define dprintf(x) macro
138 dprintf(("doubling %d to %d\n", list->size, list->size * 2));
274 dprintf(("dhcp_options: parse failed near tag %d", tag));
381 dprintf(("dhcp_options: packet is too short: %d < %d\n",
386 dprintf(("dhcp_options: missing magic number\n"));
476 dprintf(("tag %d option %d > %d\n", tag, len, DHCP_OPTION_SIZE_MAX));
481 dprintf(("attempt to add data after end tag\n"));
489 dprintf(("can't add end tag %d > %d\n",
501 dprintf(("ca
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DioSock.c71 #define dprintf(s) printf s macro
73 #define dprintf(s) macro
392 dprintf(("SocketRead RETRYING on ENOENT, rrtn %d\n",
408 dprintf(("SocketRead: read(%u) error %d, rrtn %d\n",
490 dprintf(("SocketWrite: write(%u) error %d\n",
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DioSock.c48 #define dprintf(s) printf s macro
50 #define dprintf(s) macro
365 dprintf(("SocketRead RETRYING on ENOENT, rrtn %d\n",
381 dprintf(("SocketRead: read(%u) error %d, rrtn %d\n",
468 dprintf(("SocketWrite: write(%u) error %d\n",
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dglobals.c55 #undef dprintf macro
57 dprintf(char *format, ...) function
101 //dprintf("size %d , wrote %d\n",size,bytes);
208 dprintf("progpath is %s\n",progpath);

Completed in 224 milliseconds

1234