Searched refs:percent_m (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/tcp_wrappers/ |
H A D | inetcf.c | 41 extern char *percent_m(char *obuf, char *ibuf); 81 fprintf(stderr, percent_m(buf, "open %s: %m\n"), conf); in inet_cfg()
|
H A D | myvsyslog.c | 26 vsprintf(obuf, percent_m(fbuf, format), ap); in myvsyslog()
|
H A D | percent_m.c | 22 char *percent_m(char *obuf, char *ibuf) in percent_m() function
|
H A D | fakelog.c | 31 vprintf(percent_m(buf, fmt), ap); in vsyslog()
|
H A D | mystdarg.h | 19 extern char *percent_m(char *obuf, char *ibuf);
|