Searched refs:tprintf (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/xnu-2782.1.97/SETUP/config/
H A Dlexer.l40 #define tprintf if (do_trace) printf
76 tprintf("id(%s) ", yytext);
79 tprintf("(%s) ", yytext);
89 tprintf("#O:%o ", yylval.val);
94 tprintf("#X:%x ", yylval.val);
99 tprintf("#D:%d ", yylval.val);
104 tprintf("? ");
109 tprintf("\n... ");
113 tprintf("\n");
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dtprintf.h61 * @(#)tprintf.h 8.1 (Berkeley) 6/2/93
77 void tprintf(tpr_t, const char *fmt, ...);
H A DMakefile32 timeb.h times.h tprintf.h trace.h tty.h ttychars.h ttycom.h \
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsystem-ioctl.h22 <sys/tprintf.h> and <sys/device.h> for defining tp_dev and tpr_t. It
40 # include <sys/tprintf.h>
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DioSock.c85 static void tprintf( function
120 #define tprintf(str, req, act, buf) macro
426 tprintf("SocketRead", initLen, *dataLength, (UInt8 *)data);
499 tprintf("SocketWrite", dataLen, bytesSent, dataPtr);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DioSock.c62 static void tprintf( function
100 #define tprintf(str, req, act, buf) macro
399 tprintf("SocketRead", initLen, *dataLength, (UInt8 *)data);
477 tprintf("SocketWrite", dataLen, bytesSent, dataPtr);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A DioSockThr.c62 static void tprintf( function
97 #define tprintf(str, req, act, buf) macro
289 tprintf("SocketRead", initLen, *dataLength, (UInt8 *)data);
332 tprintf("SocketWrite", dataLen, bytesSent, dataPtr);
/macosx-10.10/Security-57031.1.35/sslViewer/
H A DioSock.c65 static void tprintf( function
100 #define tprintf(str, req, act, buf) macro
405 tprintf("SocketRead", initLen, *dataLength, (UInt8 *)data);
478 tprintf("SocketWrite", dataLen, bytesSent, dataPtr);
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.prompt.c146 Prompt = tprintf(FMT_PROMPT, cp, str, lclock, NULL);
158 RPrompt = tprintf(FMT_PROMPT, cp, NULL, lclock, NULL);
182 tprintf(int what, const Char *fmt, const char *str, time_t tim, ptr_t info) function
H A Dtc.decls.h248 extern Char *tprintf (int, const Char *, const char *,
H A Dtc.sched.c93 str = tprintf(FMT_SCHED, fmt, short2str(buf), tp->t_when, &count);
H A Dsh.hist.c332 p = tprintf(FMT_HISTORY, cp, NULL, hp->Htime, hp);
H A Dtc.who.c508 str = tprintf(FMT_WHO, cp, NULL, wp->who_time, wp);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsubr_prf.c93 #include <sys/tprintf.h>
207 * tprintf prints on the controlling terminal associated
213 tprintf(tpr_t tpr, const char *fmt, ...) function
251 * be revoke(2)'d away. Other callers should use tprintf.
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_socket.c86 #include <sys/tprintf.h>
3976 * If a tprintf message was given (or if this is a timed-out soft mount)
3977 * then post a tprintf message indicating the server is alive again.
4868 /* (maxtime may be less than tprintf delay) */
5394 tprintf(tpr, "nfs server %s: %s, error %d\n", server, msg, error);
5396 tprintf(tpr, "nfs server %s: %s\n", server, msg);

Completed in 235 milliseconds