Searched refs:maxlen (Results 1 – 7 of 7) sorted by relevance
| /components/finsh/ |
| A D | cmd.c | 168 int maxlen; in list_thread() local 283 int maxlen; in list_sem() local 291 rt_kprintf("%-*.*s v suspend thread\n", maxlen, maxlen, item_title); in list_sem() 351 int maxlen; in list_event() local 417 int maxlen; in list_mutex() local 492 int maxlen; in list_mailbox() local 564 int maxlen; in list_msgqueue() local 632 int maxlen; in list_memheap() local 690 int maxlen; in list_mempool() local 770 int maxlen; in list_timer() local [all …]
|
| /components/utilities/var_export/ |
| A D | var_export_cmd.c | 50 int maxlen = (RT_NAME_MAX * 2); in ve_find_module() local 53 rt_kprintf("%-*.s identifier value\n", maxlen, item_title); ve_object_split(maxlen); in ve_find_module() 75 maxlen, exporter->module, in ve_find_module() 76 maxlen, exporter->identifier, in ve_find_module() 87 int maxlen = (RT_NAME_MAX * 2); in ve_find_value() local 90 rt_kprintf("%-*.s identifier value\n", maxlen, item_title); ve_object_split(maxlen); in ve_find_value() 114 maxlen, exporter->module, in ve_find_value() 115 maxlen, exporter->identifier, in ve_find_value()
|
| /components/libc/compilers/common/ |
| A D | cstring.c | 114 size_t strnlen(const char *s, size_t maxlen) in strnlen() argument 117 for (sc = s; maxlen != 0 && *sc != '\0'; maxlen--, ++sc); in strnlen()
|
| /components/lwp/ |
| A D | lwp_pid.c | 1217 static void print_thread_info(struct rt_thread* thread, int maxlen) in print_thread_info() argument 1266 int maxlen; in list_process() local 1275 maxlen = RT_NAME_MAX; in list_process() 1277 …ck size max used left tick error %-*.s\n", 4, "PID", 4, "TID", maxlen, item_title, maxlen, "cmd"); in list_process() 1278 …object_split(4);rt_kprintf(" ");object_split(4);rt_kprintf(" ");object_split(maxlen);rt_kprintf(" … in list_process() 1281 … stack size max used left tick error\n", 4, "PID", 4, "TID", maxlen, item_title, maxlen, "cmd"); in list_process() 1282 …object_split(4);rt_kprintf(" ");object_split(4);rt_kprintf(" ");object_split(maxlen);rt_kprintf(" … in list_process() 1315 rt_kprintf(" %-*.*s ", maxlen, RT_NAME_MAX, "kernel"); in list_process() 1316 print_thread_info(&th, maxlen); in list_process() 1334 … rt_kprintf("%4d %4d %-*.*s ", lwp_to_pid(lwp), thread->tid, maxlen, RT_NAME_MAX, lwp->cmd); in list_process() [all …]
|
| /components/libc/compilers/common/include/posix/ |
| A D | string.h | 31 size_t strnlen(const char *s, size_t maxlen);
|
| /components/lwp/terminal/freebsd/ |
| A D | tty_inq.c | 366 size_t ttyinq_findchar(struct ttyinq *ti, const char *breakc, size_t maxlen, in ttyinq_findchar() argument 372 MIN(MIN(TTYINQ_DATASIZE, ti->ti_linestart), ti->ti_begin + maxlen); in ttyinq_findchar() 374 MPASS(maxlen > 0); in ttyinq_findchar()
|
| /components/lwp/terminal/ |
| A D | bsd_ttyqueue.h | 93 size_t ttyinq_findchar(struct ttyinq *ti, const char *breakc, size_t maxlen,
|
Completed in 351 milliseconds