Searched refs:string (Results 251 – 275 of 583) sorted by relevance
1...<<11121314151617181920>>...24
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | Kconfig.icmsg_me | 28 Maximal length of a string used to discover endpoints between the
|
/Zephyr-latest/cmake/bintools/llvm/ |
D | target.cmake | 14 string(REGEX REPLACE "[^0-9]*([0-9]+).*" "\\1" CLANGVER ${CLANGVER})
|
/Zephyr-latest/soc/nxp/imxrt/imxrt7xx/ |
D | Kconfig.soc | 39 string
|
/Zephyr-latest/samples/net/prometheus/ |
D | Kconfig | 27 string "Header file containing PSK"
|
/Zephyr-latest/samples/net/sockets/packet/ |
D | Kconfig | 25 string "Destination Ethernet MAC address"
|
/Zephyr-latest/samples/net/syslog_net/ |
D | Kconfig | 17 string "Syslog server IP address set at runtime"
|
/Zephyr-latest/modules/ |
D | Kconfig.open-amp | 17 string "OpenAMP library source path"
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 184 # - the empty string '', signifying that it should be returned as a list 185 # - _as_string signifying that it should be returned as a string 240 string(REPLACE ";" "$<SEMICOLON>" genexp_output_list "${output_list}") 258 string(REPLACE ";" "$<SEMICOLON>" genexp_output_list "${output_list}") 271 string(REPLACE ";" "$<SEMICOLON>" genexp_output_list "${output_list}") 284 string(REPLACE ";" "$<SEMICOLON>" genexp_output_list "${output_list}") 353 string(REGEX MATCH "(\\\$<)[^\\\$]*(\\\$<)[^\\\$]*(\\\$<)" IGNORE_RESULT ${flag}) 356 string(REGEX REPLACE "\\\$<COMPILE_LANGUAGE:${l}>" "1" updated_flag ${flag}) 368 string(REPLACE "," "$<COMMA>" flag "${flag}") 378 # Convert the list to a string so we can do string replace [all …]
|
D | shields.cmake | 43 string(REPLACE " " ";" SHIELD_AS_LIST "${SHIELD}") 124 # Convert the list to pure string with newlines for printing. 125 string(REPLACE ";" "\n" shield_string "${SHIELD_LIST}")
|
/Zephyr-latest/arch/nios2/ |
D | Kconfig | 8 string 59 the cause code for an exception will be supplemented by a string
|
/Zephyr-latest/tests/subsys/settings/file/src/ |
D | settings_test_file.c | 206 int settings_test_file_strstr(const char *fname, char const *string, in settings_test_file_strstr() argument 229 if (memmem(buf, len, string, str_len)) { in settings_test_file_strstr()
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test.dts | 355 string = "foo"; 356 string-array = "foo", "bar", "baz"; 432 string-enum = "foo_bar"; 436 string-array-enum = "foo", "bar"; 502 string = "text";
|
/Zephyr-latest/cmake/linker/iar/ |
D | config_file_script.cmake | 106 string(TOLOWER ${name} name) 301 string(TOLOWER ${else_name} else_name) 382 string(REGEX REPLACE "^[\.]" "" name_clean "${name}") 383 string(REPLACE "." "_" name_clean "${name_clean}") 471 string(REGEX REPLACE "^[\.]" "" name_clean "${name}") 472 string(REPLACE "." "_" name_clean "${name_clean}") 819 string(REGEX REPLACE "(block[ \t\r\n]+)([^ \t\r\n]+)" "\\1\\2_init" INIT_TEMP "${TEMP}") 820 …string(REGEX REPLACE "(rw)([ \t\r\n]+)(section[ \t\r\n]+)([^ \t\r\n,]+)" "\\1\\2\\3\\4_init" INIT_… 821 … string(REGEX REPLACE "(rw)([ \t\r\n]+)(section[ \t\r\n]+)" "ro\\2\\3" INIT_TEMP "${INIT_TEMP}") 822 string(REGEX REPLACE "alphabetical order, " "" INIT_TEMP "${INIT_TEMP}") [all …]
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ec_host_cmd.rst | 47 That approach requires configuring the SPI dts node in a special way. The main compatible string of 54 /* Change the compatible string to use the Host Command version of the 69 corresponding compatible string. For example, to enable FIFO support and support for the STM32H7 70 SoCs, modify the compatible string as shown.
|
/Zephyr-latest/soc/atmel/sam0/samd51/ |
D | Kconfig.soc | 53 string
|
/Zephyr-latest/snippets/ram-console/ |
D | README.rst | 22 in the chosen node and memory-region node with compatible string
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.ws | 19 Maximum size of the output string that is sent via websocket.
|
/Zephyr-latest/samples/drivers/mbox/ |
D | Kconfig.sysbuild | 9 string "Remote board"
|
/Zephyr-latest/cmake/linker/armlink/ |
D | scatter_script.cmake | 109 string(TOLOWER ${name} name) 244 string(REGEX REPLACE "^[\.]" "" name_clean "${name}") 245 string(REPLACE "." "_" name_clean "${name_clean}") 351 string(REPLACE ";" " " flags "${flags}") 396 string(REPLACE "\\" "" expr "${expr}") 397 string(REGEX MATCHALL "@([^@]*)@" match_res ${expr}) 400 string(REPLACE "@" "" match ${match}) 402 string(REPLACE "@${match}@" "ImageBase(${symbol_val})" expr ${expr})
|
/Zephyr-latest/doc/connectivity/usb/device_next/ |
D | usb_device.rst | 83 Your USB device may have manufacturer, product, and serial number string 84 descriptors. To instantiate these string descriptors, the application should 94 :start-after: doc string instantiation start 95 :end-before: doc string instantiation end 103 :start-after: doc add string descriptor start 104 :end-before: doc add string descriptor end 208 implementations. The *Identification string* identifies a class or function 212 | Class or function | User API (if any) | Identification string |
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 124 string "ESP Station mode IP Address" 127 string "Gateway Address" 130 string "Network Mask"
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | zephyr_package_search.cmake | 92 … string(REGEX REPLACE "\.cmake$" "Version.cmake" ZEPHYR_VERSION_CANDIDATE ${ZEPHYR_CANDIDATE}) 102 string(FIND "${CMAKE_CURRENT_SOURCE_DIR}" "${CANDIDATE_DIR}/" COMMON_INDEX) 113 … string(REGEX REPLACE "\.cmake$" "Version.cmake" ZEPHYR_VERSION_CANDIDATE ${ZEPHYR_CANDIDATE})
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | size_calc.py | 326 if re.match(pattern=PATTERN_SEARCHED_LINE, string=line): 380 string=line 420 if not re.search(pattern=PATTERN_VALUE, string=value):
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig | 69 the string of the prompt will be stored. 78 Maximum prompt size in bytes. One byte is reserved for the string 86 Maximum command size in bytes. One byte is reserved for the string 220 Shell parses command to find '-h' or '--help' string. If the shell 221 finds the string, it will automatically print a help message 274 string "Set a root command at init"
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 682 my ($string) = @_; 684 return trim($string) if ($string =~ /^\s*0[0-7]{3,3}\s*$/); 691 while ($string =~ /\b(($single_mode_perms_string_search)\b(?:\s*\|\s*)?\s*)/g) { 692 $curpos = pos($string); 871 my ($string) = @_; 872 return "" if (!defined($string)); 874 while ($string =~ /^\s*\(.*\)\s*$/) { 875 $string =~ s@^\s*\(\s*@@; 876 $string =~ s@\s*\)\s*$@@; 879 $string =~ s@\s+@ @g; [all …]
|
1...<<11121314151617181920>>...24