Home
last modified time | relevance | path

Searched refs:puts (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/unity/
Dgcov_support.c121 puts("Out of memory error!");
130 puts("__gcov_merge_add isn't called, right? Right? RIGHT?");
/hal_nxp-3.5.0/mcux/mcux-sdk/components/log/
Dfsl_component_log.h214 #define LOG_BACKEND_DEFINE(name, puts) static log_backend_t name = {NULL, puts} argument
/hal_nxp-3.5.0/mcux/mcux-sdk/components/rtt/Syscalls/
DSEGGER_RTT_Syscalls_SES.c223 int puts(const char *s) { in puts() function