Searched refs:pattern (Results 1 – 9 of 9) sorted by relevance
/subsys/shell/ |
A D | shell_wildcard.c | 15 char const *pattern) in command_add() argument 26 completion_addr = strstr(buff, pattern); in command_add() 71 const char *pattern) in commands_expand() argument 81 if (fnmatch(pattern, entry->syntax, 0) == 0) { in commands_expand() 84 entry->syntax, pattern); in commands_expand() 89 " wildcard pattern: %s\n", pattern); in commands_expand() 100 &sh->ctx->cmd_tmp_buff_len, pattern); in commands_expand() 161 const char *pattern) in z_shell_wildcard_process() argument 169 if (!z_shell_has_wildcard(pattern)) { in z_shell_wildcard_process() 180 ret_val = commands_expand(sh, cmd, pattern); in z_shell_wildcard_process()
|
A D | shell_wildcard.h | 49 const char *pattern);
|
A D | shell_utils.h | 41 const char *pattern);
|
A D | shell_utils.c | 237 void z_shell_pattern_remove(char *buff, uint16_t *buff_len, const char *pattern) in z_shell_pattern_remove() argument 239 char *pattern_addr = strstr(buff, pattern); in z_shell_pattern_remove() 241 uint16_t pattern_len = z_shell_strlen(pattern); in z_shell_pattern_remove()
|
/subsys/logging/ |
A D | log_output_syst.c | 34 static const char pattern[] = "SYS-T RAW DATA: "; variable 335 for (int i = 0; i < strlen(pattern); i++) { 336 out_func(pattern[i], systh->systh_platform.log_output);
|
/subsys/bluetooth/controller/ |
A D | Kconfig.df | 158 int "Maximum length of antenna switch pattern" 163 Defines maximum length of antenna switch pattern that controller
|
A D | Kconfig.ll_sw_split | 1147 interval could lock to a round robin pattern where in neither of the central 1149 to break this locked round robin pattern permitting an anchor point sync.
|
/subsys/bluetooth/host/classic/ |
A D | rfcomm.c | 808 uint8_t *pattern, uint8_t len) in rfcomm_send_test() argument 815 net_buf_add_mem(buf, pattern, len); in rfcomm_send_test()
|
/subsys/bluetooth/controller/hci/ |
A D | hci.c | 5645 memcpy(f->patterns[i], cmd->patterns[i].pattern, f->lengths[i]);
|
Completed in 62 milliseconds