OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:portable_snprintf
(Results
1 - 2
of
2
) sorted by null
/external/opencore/oscl/oscl/osclutil/src/
oscl_snprintf.cpp
209
* causing this portable version of snprintf to be called
portable_snprintf
216
* In this case the portable routine is declared as
portable_snprintf
440
/* declare our portable snprintf routine under name
portable_snprintf
*/
444
//#define
portable_snprintf
snprintf
451
//int
portable_snprintf
(char *str, size_t str_m, const char *fmt, /*args*/ ...);
605
int32
portable_snprintf
(char *str, size_t str_m, const char *fmt, va_list ap) // changed elipsis to va_list-jg
604
int32
portable_snprintf
(char *str, size_t str_m, const char *fmt, va_list ap) \/\/ changed elipsis to va_list-jg
function
[
all
...]
/external/genext2fs/
genext2fs.c
304
portable_snprintf
(char *str, size_t n, const char *fmt, ...)
function
313
# define SNPRINTF
portable_snprintf
[
all
...]
Completed in 393 milliseconds