/src/lib/libc/stdio/ |
vdprintf.c | 1 /* $NetBSD: vdprintf.c,v 1.6 2020/08/28 22:02:24 christos Exp $ */ 37 __RCSID("$NetBSD: vdprintf.c,v 1.6 2020/08/28 22:02:24 christos Exp $"); 56 __weak_alias(vdprintf,_vdprintf) 112 vdprintf(int fd, const char * __restrict fmt, va_list ap) function in typeref:typename:int
|
vdprintf.c | 1 /* $NetBSD: vdprintf.c,v 1.6 2020/08/28 22:02:24 christos Exp $ */ 37 __RCSID("$NetBSD: vdprintf.c,v 1.6 2020/08/28 22:02:24 christos Exp $"); 56 __weak_alias(vdprintf,_vdprintf) 112 vdprintf(int fd, const char * __restrict fmt, va_list ap) function in typeref:typename:int
|
/src/lib/libc/include/ |
namespace.h | 778 #define vdprintf _vdprintf macro
|
namespace.h | 778 #define vdprintf _vdprintf macro
|