Home
last modified time | relevance | path

Searched refs:tprintf (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/sys/
H A Dtprintf.h51 int tprintf (tpr_t, const char *fmt, ...) __printflike(2, 3);
/dragonfly/contrib/tcsh-6/
H A Dtc.prompt.c142 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 Dtc.sched.c89 str = tprintf(FMT_SCHED, fmt, short2str(buf), tp->t_when, &count); in dosched()
H A Dtc.decls.h247 extern Char *tprintf (int, const Char *, const char *,
H A Dtc.who.c504 str = tprintf(FMT_WHO, cp, NULL, wp->who_time, wp);
H A Dsh.hist.c1101 p = tprintf(FMT_HISTORY, cp, NULL, hp->Htime, hp); in phist()
/dragonfly/sys/kern/
H A Dsubr_prf.c186 tprintf(tpr_t tpr, const char *fmt, ...) in tprintf() function
/dragonfly/share/man/man9/
H A DMakefile637 kprintf.9 tprintf.9 \
/dragonfly/sys/vfs/nfs/
H A Dnfs_socket.c2524 tprintf(tpr, "nfs server %s: %s\n", server, msg); in nfs_msg()