Searched refs:ksnprintf (Results 1 - 2 of 2) sorted by relevance

/seL4-test-master/kernel/include/machine/
H A Dio.h30 word_t ksnprintf(char *str, word_t size, const char *format, ...);
33 #define snprintf(args...) ksnprintf(args)
/seL4-test-master/kernel/src/machine/
H A Dio.c600 word_t ksnprintf(char *str, word_t size, const char *format, ...) function

Completed in 81 milliseconds