| /components/finsh/ |
| A D | shell.c | 245 rt_memset(shell->line, 0, sizeof(shell->line)); in finsh_set_device() 414 rt_kprintf("%s%s", FINSH_PROMPT, shell->line); in shell_handle_history() 466 while (--curpos > 0 && (line[curpos] == ' ' || line[curpos] == '\t')); in find_prev_word_start() 469 while (curpos > 0 && !(line[curpos] == ' ' || line[curpos] == '\t')) in find_prev_word_start() 480 while (curpos < max && (line[curpos] == ' ' || line[curpos] == '\t')) in find_next_word_end() 484 while (curpos < max && !(line[curpos] == ' ' || line[curpos] == '\t')) in find_next_word_end() 692 shell_auto_complete(&shell->line[0]); in finsh_thread_entry() 742 rt_memmove(&shell->line[start], in finsh_thread_entry() 779 rt_memset(shell->line, 0, sizeof(shell->line)); in finsh_thread_entry() 796 shell->line[shell->line_curpos] = ch; in finsh_thread_entry() [all …]
|
| A D | Kconfig | 34 int "The command history line number" 49 int "The command line size for shell"
|
| A D | shell.h | 77 char line[FINSH_CMD_SIZE + 1]; member
|
| /components/utilities/utest/ |
| A D | utest.c | 428 LOG_D("[ OK ] [ unit ] (%s:%d) is passed", func, line); in utest_assert() 444 rst = utest_assert(0, file, line, func, msg); in utest_assert_string() 452 rst = utest_assert(1, file, line, func, msg); in utest_assert_string() 456 rst = utest_assert(0, file, line, func, msg); in utest_assert_string() 463 rst = utest_assert(0, file, line, func, msg); in utest_assert_string() 467 rst = utest_assert(1, file, line, func, msg); in utest_assert_string() 482 utest_assert(0, file, line, func, msg); in utest_assert_buf() 489 utest_assert(1, file, line, func, msg); in utest_assert_buf() 493 utest_assert(0, file, line, func, msg); in utest_assert_buf() 500 utest_assert(0, file, line, func, msg); in utest_assert_buf() [all …]
|
| A D | utest_assert.h | 22 rt_bool_t utest_assert(int value, const char *file, int line, const char *func, const char *msg); 25 void utest_assert_string(const char *a, const char *b, rt_bool_t equal, const char *file, int line,… 26 …r *a, const char *b, rt_size_t sz, rt_bool_t equal, const char *file, int line, const char *func, …
|
| /components/lwp/vdso/user/arch/risc-v/ |
| A D | SConstruct | 20 for line in result.splitlines(): 21 if '-march=' in line: 22 arch = line.strip().split()[1] 24 if '-mabi=' in line and 'option' not in line: 25 abi = line.strip().split()[1]
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | utils.c | 501 linep = line; 503 ppp_strlcpy(line, prefix, sizeof(line)); 504 linep = line + strlen(line); 512 if (linep != line) { 514 ppp_log_write(llevel, line); 535 if (linep != line) { 537 if (linep + l < line + sizeof(line)) { 548 ppp_log_write(llevel, line); 549 linep = line; 562 memcpy(line, p, n); [all …]
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | utils.c | 503 linep = line; 505 ppp_strlcpy(line, prefix, sizeof(line)); 506 linep = line + strlen(line); 514 if (linep != line) { 516 ppp_log_write(llevel, line); 537 if (linep != line) { 539 if (linep + l < line + sizeof(line)) { 550 ppp_log_write(llevel, line); 551 linep = line; 564 memcpy(line, p, n); [all …]
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | memp.c | 247 do_memp_malloc_pool_fn(const struct memp_desc *desc, const char *file, const int line) in do_memp_malloc_pool() 275 memp->line = line; in do_memp_malloc_pool() 313 memp_malloc_pool_fn(const struct memp_desc *desc, const char *file, const int line) in memp_malloc_pool() 324 return do_memp_malloc_pool_fn(desc, file, line); in memp_malloc_pool() 339 memp_malloc_fn(memp_t type, const char *file, const int line) in memp_malloc() 352 memp = do_memp_malloc_pool_fn(memp_pools[type], file, line); in memp_malloc()
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | memp.c | 294 do_memp_malloc_pool_fn(const struct memp_desc *desc, const char* file, const int line) in do_memp_malloc_pool() 323 memp->line = line; in do_memp_malloc_pool() 361 memp_malloc_pool_fn(const struct memp_desc *desc, const char* file, const int line) in memp_malloc_pool() 372 return do_memp_malloc_pool_fn(desc, file, line); in memp_malloc_pool() 387 memp_malloc_fn(memp_t type, const char* file, const int line) in memp_malloc() 400 memp = do_memp_malloc_pool_fn(memp_pools[type], file, line); in memp_malloc()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | memp_priv.h | 73 int line; member 150 void *memp_malloc_pool_fn(const struct memp_desc* desc, const char* file, const int line);
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/priv/ |
| A D | memp_priv.h | 95 int line; member 172 void *memp_malloc_pool_fn(const struct memp_desc* desc, const char* file, const int line);
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | memp.c | 70 int line; member 392 memp_malloc_fn(memp_t type, const char* file, const int line) in memp_malloc() 412 memp->line = line; in memp_malloc()
|
| /components/lwp/terminal/freebsd/ |
| A D | tty_compat.c | 592 int line; in lwp_tty_ioctl_adapter() local 596 line = TTYDISC; in lwp_tty_ioctl_adapter() 599 line = SLIPDISC; in lwp_tty_ioctl_adapter() 602 line = PPPDISC; in lwp_tty_ioctl_adapter() 608 error = (ioctl_emit(TIOCSETD, (rt_caddr_t)&line, fflags, td)); in lwp_tty_ioctl_adapter()
|
| /components/net/lwip/port/arch/ |
| A D | cc.h | 106 void sys_arch_assert(const char* file, int line);
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | memp.h | 103 void *memp_malloc_fn(memp_t type, const char* file, const int line);
|
| /components/drivers/pci/ |
| A D | Kconfig | 27 int "PCI Cache line size"
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | memp.h | 144 void *memp_malloc_fn(memp_t type, const char* file, const int line);
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | memp.h | 144 void *memp_malloc_fn(memp_t type, const char* file, const int line);
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | contrib.txt | 22 7. closing curly brace on a single line. 49 …es (compiler warning, indentation and spelling fixes or anything obvious which takes a line or two)
|
| /components/net/lwip/port/ |
| A D | sys_arch.c | 546 void sys_arch_assert(const char *file, int line) in sys_arch_assert() argument 549 line, file, rt_thread_self()->parent.name); in sys_arch_assert()
|
| /components/drivers/usb/cherryusb/demo/ |
| A D | dfu_st_cubemx_main.c | 363 void assert_failed(uint8_t *file, uint32_t line) in assert_failed() argument
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | UPGRADING | 9 * [Enter new changes just after this line - do not remove this line]
|
| /components/net/lwip/lwip-2.1.2/src/apps/altcp_tls/ |
| A D | altcp_tls_mbedtls.c | 641 altcp_mbedtls_debug(void *ctx, int level, const char *file, int line, const char *str) in altcp_mbedtls_debug() argument 646 LWIP_UNUSED_ARG(line); in altcp_mbedtls_debug() 649 LWIP_DEBUGF(ALTCP_MBEDTLS_DEBUG, ("%s:%04d: %s", file, line, str)); in altcp_mbedtls_debug()
|
| /components/drivers/spi/sfud/src/ |
| A D | sfud_sfdp.c | 70 extern void sfud_log_debug(const char *file, const long line, const char *format, ...);
|