Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/lib/libc/minimal/source/string/
Dstrncasecmp.c11 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
Dstring.c126 int strcmp(const char *s1, const char *s2) in strcmp()
143 int strncmp(const char *s1, const char *s2, size_t n) in strncmp()
/Zephyr-latest/samples/subsys/logging/dictionary/src/
Dmain.c31 char *s1 = "c str"; in main() local
/Zephyr-latest/tests/subsys/logging/dictionary/src/
Dmain.c32 char *s1 = "c str"; in main() local
/Zephyr-latest/tests/ztest/base/src/
Dmain.c41 const char *s1 = "asdf"; in ZTEST() local
50 const char *s1 = "asdf"; in ZTEST() local
/Zephyr-latest/include/zephyr/arch/mips/
Dthread.h35 unsigned long s1; /* saved register */ member
/Zephyr-latest/samples/subsys/logging/syst/src/
Dmain.c42 const char *s1 = "c str"; in log_msgs() local
/Zephyr-latest/arch/mips/include/mips/
Dregdef.h43 #define s1 $17 macro
/Zephyr-latest/tests/ztest/zexpect/src/
Dmain.c178 const char *s1 = "asdf"; in ZTEST() local
187 const char *s1 = "asdf"; in ZTEST() local
/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_crypto.c137 static int s1(const uint8_t *m, size_t m_size, in s1() function
/Zephyr-latest/arch/x86/zefi/
Dzefi.c77 static inline bool efi_guid_compare(efi_guid_t *s1, efi_guid_t *s2) in efi_guid_compare()
/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp_sc.c98 static int osdp_ct_compare(const void *s1, const void *s2, size_t len) in osdp_ct_compare()
Dosdp_cp.c100 char *tok, *s1, *s2, addr_buf[32 * CONFIG_OSDP_NUM_CONNECTED_PD]; in osdp_extract_address() local
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h405 #define zassert_str_equal(s1, s2, ...) \ argument
583 #define zassume_str_equal(s1, s2, ...) \ argument
728 #define zexpect_str_equal(s1, s2, ...) \ argument
/Zephyr-latest/include/zephyr/arch/riscv/
Dthread.h34 unsigned long s1; /* saved register */ member
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_core.c682 static int compare_strings(const char *s1, const char *s2) in compare_strings()
/Zephyr-latest/subsys/logging/
Dlog_mgmt.c66 union log_source_ids s1 = { .raw = id1 }; in source_id_cmp() local
/Zephyr-latest/subsys/shell/
Dshell.c410 static size_t str_common(const char *s1, const char *s2, size_t n) in str_common()
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py6405 def _strcmp(s1, s2): argument