HomeSort by: relevance | last modified time | path
    Searched refs:expandm (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libwrap/
expandm.h 1 /* $NetBSD: expandm.h,v 1.3 2019/01/12 22:14:08 kre Exp $ */
34 const char * __attribute__((__format_arg__(1))) expandm(const char *,
Makefile 9 update.c misc.c diag.c expandm.c
expandm.c 1 /* $NetBSD: expandm.c,v 1.13 2024/10/04 08:37:20 rillig Exp $ */
32 __RCSID("$NetBSD: expandm.c,v 1.13 2024/10/04 08:37:20 rillig Exp $");
40 #include "expandm.h"
49 expandm(const char *fmt, const char *sf, char **rbuf) function in typeref:typename:const char *
125 printf("%s\n", expandm(argc > 1 ? argv[1] : "Message %%m=%m: %%%m%%",
diag.c 36 #include "expandm.h"
51 if (vasprintf(&buf, expandm(fmt, NULL, &bufx), ap) == -1)
  /src/usr.sbin/rtadvd/
Makefile 18 SRCS+= expandm.c
rtadvd.c 73 #include "expandm.h"
1814 vwarnx(expandm(fmt, "", &buf), ap);

Completed in 14 milliseconds