OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vsprintf
(Results
1 - 2
of
2
) sorted by relevancy
/src/include/ssp/
stdio.h
58
#define
vsprintf
(str, fmt, ap) \
macro
/src/lib/libc/stdio/
vsprintf.c
1
/* $NetBSD:
vsprintf
.c,v 1.19 2013/05/17 12:55:57 joerg Exp $ */
38
static char sccsid[] = "@(#)
vsprintf
.c 8.1 (Berkeley) 6/4/93";
40
__RCSID("$NetBSD:
vsprintf
.c,v 1.19 2013/05/17 12:55:57 joerg Exp $");
56
#undef
vsprintf
84
vsprintf
(char *str, const char *fmt, va_list ap)
function in typeref:typename:int
109
ret =
vsprintf
(str, fmt, ap);
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025