Home
last modified time | relevance | path

Searched defs:string (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/tests/subsys/llext/src/
Dobject_ext.c18 const char *string = "hello"; variable
/Zephyr-latest/lib/posix/options/
Dfnmatch.c123 static int fnmatchx(const char *pattern, const char *string, int flags, size_t recursion) in fnmatchx()
258 int fnmatch(const char *pattern, const char *string, int flags) in fnmatch()
/Zephyr-latest/tests/subsys/settings/file/src/
Dsettings_test_compress_file.c86 int file_str_cmp(const char *fname, char const *string, size_t pattern_len) in file_str_cmp()
Dsettings_test_file.c206 int settings_test_file_strstr(const char *fname, char const *string, in settings_test_file_strstr()
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.h343 virtual void getPassword(std::string & /* password */, int /* size */) in getPassword()
430 virtual Decision verify(const std::string & /* host */, const char * /* name */, in verify()
/Zephyr-latest/subsys/usb/device/
Dos_desc.h18 uint8_t *string; member
/Zephyr-latest/tests/benchmarks/app_kernel/src/
Dmaster.h112 #define PRINT_STRING(string) printk("%s", string) argument
/Zephyr-latest/samples/drivers/lcd_cyclonev_socdk/src/
Dmain.c90 static const unsigned char string[] = "Hello world!"; in main() local
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/src/
Dtest_obj.c17 char string[32]; variable
Dlwm2m_registry.c140 char string[] = "Hello"; in ZTEST() local
527 char string[] = "Hello world"; in ZTEST() local
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp117 void testStringMap(map<std::string, std::string> &out, in testStringMap()
118 const map<std::string, std::string> &thing) override in testStringMap()
/Zephyr-latest/scripts/west_commands/
Dzcmake.py89 def make_c_identifier(string): argument
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Drpr.c69 char string[64 + 1]; in rpr_scan_report() local
/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py911 def normalize_upper(kconf, _, string): argument
935 def substring(kconf, _, string, start, stop=None): argument
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/
Dsmf_calculator_thread.c32 char string[CALCULATOR_STRING_LENGTH]; member
/Zephyr-latest/include/zephyr/drivers/modem/
Dhl7800.h169 char *string; member
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_shell.c135 static long parse_number(const char *string, const uint32_t *divisor_arr, in parse_number()
/Zephyr-latest/tests/lib/json/src/
Dmain.c1109 char string[] = "\"abc" in ZTEST() local
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_mesh.h93 uint8_t string[]; member
1103 uint8_t string[]; member
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c373 char string[2 * CONFIG_BT_MESH_DFU_METADATA_MAXLEN + 1]; in dfu_meta_check() local
764 char string[64 + 1]; in rpr_scan_report() local
/Zephyr-latest/drivers/modem/
Dhl7800.c3818 char string[MDM_MAX_RESP_SIZE]; in on_cmd_sockerror() local