Searched refs:RT_CONSOLEBUF_SIZE (Results 1 – 12 of 12) sorted by relevance
103 line_buf = (char *) rt_malloc(RT_CONSOLEBUF_SIZE); in msh_exec_script()108 length = msh_readline(fd, line_buf, RT_CONSOLEBUF_SIZE); in msh_exec_script()
78 static char finsh_prompt[RT_CONSOLEBUF_SIZE + 1] = {0}; in finsh_get_prompt()101 getcwd(&finsh_prompt[rt_strlen(finsh_prompt)], RT_CONSOLEBUF_SIZE - rt_strlen(finsh_prompt)); in finsh_get_prompt()
39 #define RT_CONSOLEBUF_SIZE 128 macro
36 static char modlog_buf[RT_CONSOLEBUF_SIZE]; in modlog_vprintf()
58 #define LOG_TRACE_BUFSZ RT_CONSOLEBUF_SIZE
1149 static char rt_log_buf[RT_CONSOLEBUF_SIZE]; in rt_kprintf()1158 if (length > RT_CONSOLEBUF_SIZE - 1) in rt_kprintf()1159 length = RT_CONSOLEBUF_SIZE - 1; in rt_kprintf()
308 config RT_CONSOLEBUF_SIZE config
31 #if RT_CONSOLEBUF_SIZE < 256
657 static char rt_log_buf[RT_CONSOLEBUF_SIZE]; in ppp_trace()
694 static char rt_log_buf[RT_CONSOLEBUF_SIZE]; in ppp_trace()
769 static char rt_log_buf[RT_CONSOLEBUF_SIZE]; in ppp_trace()
44 static char log_buf[RT_CONSOLEBUF_SIZE];