OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pvfprintf
(Results
1 - 4
of
4
) sorted by null
/external/srec/portable/include/
PFile.h
560
PORTABLE_API int
pvfprintf
(PFile* stream, const LCHAR* format, va_list args);
/external/srec/portable/src/
PFileWrap.c
453
int
pvfprintf
( PFile *stream, const LCHAR *format, va_list argptr )
function
plog.c
97
rc =
pvfprintf
(p->fp, format, args);
PFile.c
490
int
pvfprintf
(PFile* stream, const LCHAR* format, va_list argptr)
function
Completed in 92 milliseconds