Searched refs:tprintf (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | tc.prompt.c | 142 Prompt = tprintf(FMT_PROMPT, cp, str, lclock, NULL); in printprompt() 154 RPrompt = tprintf(FMT_PROMPT, cp, NULL, lclock, NULL); in printprompt() 178 tprintf(int what, const Char *fmt, const char *str, time_t tim, ptr_t info) in tprintf() function
|
H A D | tc.sched.c | 89 str = tprintf(FMT_SCHED, fmt, short2str(buf), tp->t_when, &count); in dosched()
|
H A D | tc.decls.h | 247 extern Char *tprintf (int, const Char *, const char *,
|
H A D | tc.who.c | 504 str = tprintf(FMT_WHO, cp, NULL, wp->who_time, wp);
|
H A D | sh.hist.c | 1088 p = tprintf(FMT_HISTORY, cp, NULL, hp->Htime, hp); in phist()
|
H A D | Fixes | 1587 all use tprintf() now.
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clport.c | 1178 tprintf(p, LOG_INFO, in nfscl_maperr() 1214 tprintf(p, LOG_INFO, "NFSv4 error WrongSec: You probably need a" in nfscl_maperr() 1218 tprintf(p, LOG_INFO, "nfsv4 err=%d\n", error); in nfscl_maperr()
|
H A D | nfs_clvfsops.c | 1265 tprintf(td->td_proc, LOG_WARNING, in nfs_mount()
|
/freebsd/sys/nlm/ |
H A D | nlm_advlock.c | 114 tprintf(p, LOG_INFO, "nfs server %s: %s, error %d\n", server, in nlm_msg() 117 tprintf(p, LOG_INFO, "nfs server %s: %s\n", server, msg); in nlm_msg()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonkrpc.c | 1662 tprintf(p, LOG_INFO, "nfs server %s: %s, error %d\n", in nfs_msg() 1665 tprintf(p, LOG_INFO, "nfs server %s: %s\n", server, msg); in nfs_msg()
|
/freebsd/sys/sys/ |
H A D | systm.h | 245 void tprintf(struct proc *p, int pri, const char *, ...) __printflike(3, 4);
|
/freebsd/sys/kern/ |
H A D | subr_prf.c | 221 tprintf(struct proc *p, int pri, const char *fmt, ...) in tprintf() function
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1863 printf.9 tprintf.9 \
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 19257 OLD_FILES+=usr/include/sys/tprintf.h
|