Searched refs:expandm (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/lib/libwrap/
H A Dexpandm.h1 /* $NetBSD: expandm.h,v 1.3 2019/01/12 22:14:08 kre Exp $ */
34 const char * __attribute__((__format_arg__(1))) expandm(const char *,
H A DMakefile9 update.c misc.c diag.c expandm.c
H A Dexpandm.c1 /* $NetBSD: expandm.c,v 1.12 2019/01/24 22:07:14 mrg Exp $ */
32 __RCSID("$NetBSD: expandm.c,v 1.12 2019/01/24 22:07:14 mrg Exp $");
40 #include "expandm.h"
49 expandm(const char *fmt, const char *sf, char **rbuf) function
125 printf("%s\n", expandm(argc > 1 ? argv[1] : "Message %%m=%m: %%%m%%",
H A Ddiag.c36 #include "expandm.h"
51 if (vasprintf(&buf, expandm(fmt, NULL, &bufx), ap) == -1)
/netbsd-current/usr.sbin/rtadvd/
H A DMakefile18 SRCS+= expandm.c
H A Drtadvd.c73 #include "expandm.h"
1814 vwarnx(expandm(fmt, "", &buf), ap);
/netbsd-current/external/bsd/blocklist/bin/
H A Dsupport.c49 expandm(char *buf, size_t len, const char *fmt) function
75 vfprintf(stderr, expandm(buf, sizeof(buf), fmt), ap);

Completed in 233 milliseconds