/Zephyr-Core-3.6.0/lib/posix/options/ |
D | fnmatch.c | 123 static int fnmatchx(const char *pattern, const char *string, int flags, size_t recursion) in fnmatchx() argument 128 if (pattern == NULL || string == NULL) { in fnmatchx() 136 for (stringstart = string;;) { in fnmatchx() 140 if ((flags & FNM_LEADING_DIR) && *string == '/') { in fnmatchx() 144 return *string == EOS ? 0 : FNM_NOMATCH; in fnmatchx() 146 if (*string == EOS) { in fnmatchx() 150 if (*string == '/' && (flags & FNM_PATHNAME)) { in fnmatchx() 154 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatchx() 155 (string == stringstart || in fnmatchx() 156 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) { in fnmatchx() [all …]
|
D | Kconfig.uname | 14 int "uname version string length" 17 Defines the maximum string length of uname version. 20 int "uname nodename string length" 24 Defines the maximum string length of nodename version.
|
/Zephyr-Core-3.6.0/cmake/compiler/gcc/ |
D | target_riscv.cmake | 7 string(CONCAT riscv_mabi ${riscv_mabi} "64") 8 string(CONCAT riscv_march ${riscv_march} "64") 12 string(CONCAT riscv_mabi "i" ${riscv_mabi} "32") 13 string(CONCAT riscv_march ${riscv_march} "32") 17 string(CONCAT riscv_mabi ${riscv_mabi} "e") 18 string(CONCAT riscv_march ${riscv_march} "e") 20 string(CONCAT riscv_march ${riscv_march} "i") 24 string(CONCAT riscv_march ${riscv_march} "m") 27 string(CONCAT riscv_march ${riscv_march} "a") 33 string(CONCAT riscv_mabi ${riscv_mabi} "d") [all …]
|
D | target_x86.cmake | 4 string(PREPEND CMAKE_ASM_FLAGS "-m64 ") 5 string(PREPEND CMAKE_C_FLAGS "-m64 ") 6 string(PREPEND CMAKE_CXX_FLAGS "-m64 ") 8 string(PREPEND CMAKE_ASM_FLAGS "-m32 ") 9 string(PREPEND CMAKE_C_FLAGS "-m32 ") 10 string(PREPEND CMAKE_CXX_FLAGS "-m32 ")
|
/Zephyr-Core-3.6.0/subsys/bindesc/ |
D | Kconfig.build_time | 62 bool "Build date and time as string" 64 The date and time of compilation as a string, such as "2023-09-29T17:43:14+0000" 67 bool "Build date as string" 69 The date of compilation as a string, such as "2023-09-29" 72 bool "Build time as string" 74 The time of compilation as a string, such as "T17:43:14+0000" 78 string "Date-Time format" 81 Format of the build time string. This value is passed to cmake's string(TIMESTAMP ...) 82 function, so refer to string's documentation for more info on the different formats. 93 string "Date format" [all …]
|
/Zephyr-Core-3.6.0/boards/x86/qemu_x86/ |
D | board.cmake | 35 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "mmx") 36 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "mmxext") 39 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "sse") 42 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "sse2") 45 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "pni") 48 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "ssse3") 51 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "sse4.1") 54 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "sse4.2") 57 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "sse4a") 60 string(JOIN "," QEMU_CPU_FLAGS "${QEMU_CPU_FLAGS}" "clflush")
|
/Zephyr-Core-3.6.0/lib/libc/minimal/ |
D | CMakeLists.txt | 21 source/string/strerror.c 22 source/string/strncasecmp.c 23 source/string/strstr.c 24 source/string/string.c 25 source/string/strspn.c
|
/Zephyr-Core-3.6.0/soc/xtensa/nxp_adsp/rt5xx/ |
D | Kconfig.defconfig.series | 7 string 11 string 15 string 19 string
|
/Zephyr-Core-3.6.0/samples/net/virtual/ |
D | Kconfig | 9 string "My IPv6 address for second interface" 14 string "My IPv4 address for second interface" 19 string "My IPv4 netmask for second interface" 26 string "My IPv6 address for third interface" 31 string "My IPv4 address for third interface" 36 string "My IPv4 netmask for third interface"
|
/Zephyr-Core-3.6.0/subsys/usb/device/class/ |
D | Kconfig.msc | 13 string "Mass storage disk or drive name" 19 string "T10 assigned vendor ID for inquiry (must be 8 characters)" 23 Spaces must be added to bring the string to 8 bytes. 26 string "Product ID for inquiry (must be 16 characters)" 30 Spaces must be added to bring the string to 16 bytes. 33 string "Revision for inquiry (must be 4 characters)" 37 Spaces must be added to bring the string to 4 bytes.
|
/Zephyr-Core-3.6.0/soc/arm64/nxp_imx/mimx8m/ |
D | Kconfig.soc | 41 string 44 This string holds the full part number of the SoC. It is a hidden option 46 the default value for this string. 55 string 59 This string holds the full part number of the SoC. It is a hidden option 61 the default value for this string. 78 string 84 This string holds the full part number of the SoC. It is a hidden option 86 the default value for this string.
|
/Zephyr-Core-3.6.0/samples/net/cloud/mqtt_azure/ |
D | Kconfig | 9 string "Azure cloud username" 14 string "Azure cloud password" 19 string "Azure cloud IoT hub MQTT client ID" 24 string "Azure cloud IoT hub hostname" 29 string "Azure cloud server address" 40 string "Proxy address"
|
/Zephyr-Core-3.6.0/samples/net/sockets/echo_server/ |
D | Kconfig | 16 string "My IPv6 address for second interface" 21 string "My IPv4 address for second interface" 26 string "My IPv4 netmask for second interface" 40 string "My IPv6 address for third interface" 45 string "My IPv4 address for third interface" 50 string "My IPv4 netmask for third interface" 64 string "Remote IP address of the tunnel interface" 70 string "My address for tunnel interface" 76 string "Header file containing PSK"
|
/Zephyr-Core-3.6.0/samples/net/mdns_responder/ |
D | Kconfig | 9 string "My IPv6 address for second interface" 14 string "My IPv4 address for second interface" 19 string "My IPv4 netmask for second interface" 33 string "My IPv6 address for third interface" 38 string "My IPv4 address for third interface" 43 string "My IPv4 netmask for third interface"
|
/Zephyr-Core-3.6.0/tests/modules/thrift/ThriftTest/src/ |
D | server.hpp | 34 void testString(string &out, const string &thing) override in testString() 70 void testBinary(std::string &_return, const std::string &thing) override in testBinary() 117 void testStringMap(map<std::string, std::string> &out, in testStringMap() argument 118 const map<std::string, std::string> &thing) override in testStringMap() argument 120 map<std::string, std::string>::const_iterator m_iter; in testStringMap() 260 const std::map<int16_t, std::string> &arg3, const Numberz::type arg4, in testMulti() 273 void testException(const std::string &arg) override in testException() 291 void testMultiException(Xtruct &result, const std::string &arg0, in testMultiException() 292 const std::string &arg1) override in testMultiException() 321 void secondtestString(std::string &result, const std::string &thing) override in secondtestString()
|
/Zephyr-Core-3.6.0/soc/xtensa/nxp_adsp/imx8ulp/ |
D | Kconfig.defconfig.series | 7 string 11 string 15 string
|
/Zephyr-Core-3.6.0/soc/xtensa/nxp_adsp/imx8m/ |
D | Kconfig.defconfig.series | 7 string 11 string 17 string
|
D | Kconfig.soc | 26 string 30 This string holds the full part number of the SoC. It is a hidden option 32 the default value for this string. 35 string
|
/Zephyr-Core-3.6.0/modules/thrift/src/thrift/transport/ |
D | TServerSocket.h | 67 TServerSocket(const std::string &address, int port); 74 TServerSocket(const std::string &path); 134 std::string getPath() const; 159 std::string address_; 160 std::string path_;
|
D | TSSLSocket.cpp | 32 using std::string; 79 TSSLSocket::TSSLSocket(std::shared_ptr<SSLContext> ctx, string host, int port, in TSSLSocket() 86 TSSLSocket::TSSLSocket(std::shared_ptr<SSLContext> ctx, string host, int port, in TSSLSocket() 243 string errStr = "TSocket::open() timed out " + getSocketInfo(); in openSecConnection() 304 string errStr = "TSocket::open() getaddrinfo() " + getSocketInfo() + in open() 305 string(THRIFT_GAI_STRERROR(error)); in open() 388 std::shared_ptr<TSSLSocket> TSSLSocketFactory::createSocket(const string &host, int port) in createSocket() 396 TSSLSocketFactory::createSocket(const string &host, int port, in createSocket() 404 static void tlsCredtErrMsg(string &errors, const int status); 417 void TSSLSocketFactory::ciphers(const string &enable) in ciphers() [all …]
|
/Zephyr-Core-3.6.0/soc/xtensa/nxp_adsp/imx8/ |
D | Kconfig.soc.imx8qm | 10 string 13 This string holds the full part number of the SoC. It is a hidden 15 choice defines the default value for this string.
|
/Zephyr-Core-3.6.0/soc/arm64/ |
D | Kconfig | 7 string 9 This string holds the full part number of the SoC. It is a hidden option 11 the default value for this string.
|
/Zephyr-Core-3.6.0/samples/modules/tflite-micro/tflm_ethosu/src/ |
D | main.cpp | 82 xInferenceJob(const string &_name, const DataPtr &_networkModel, in xInferenceJob() 123 string *name = static_cast<string *>(_name); in inferenceProcessTask() 160 string *name = static_cast<string *>(_name); in inferenceSenderTask() 237 string *name = new string("sender " + to_string(n)); in main() 263 string *name = new string("runner " + to_string(n)); in main()
|
/Zephyr-Core-3.6.0/cmake/ |
D | hex.cmake | 9 string(SUBSTRING "${HEX}" 2 -1 HEX) 10 string(TOUPPER "${HEX}" HEX) 12 string(LENGTH "${HEX}" _strlen) 16 string(SUBSTRING "${HEX}" 0 1 NIBBLE) 17 string(SUBSTRING "${HEX}" 1 -1 HEX) 34 string(LENGTH "${HEX}" _strlen)
|
/Zephyr-Core-3.6.0/samples/subsys/usb/common/ |
D | Kconfig.sample_usbd | 13 string "USB device sample manufacturer string" 16 USB device sample manufacturer string. 19 string "USB device sample product string"
|