/Zephyr-Core-3.7.0/lib/libc/minimal/source/string/ |
D | strncasecmp.c | 11 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
|
D | string.c | 126 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-Core-3.7.0/tests/ztest/base/src/ |
D | main.c | 42 const char s2[] = {'a', 's', 'd', 'f', '\0'}; in ZTEST() local 51 const char s2[] = {'a', 's', 'd', 'f', 'q', '\0'}; in ZTEST() local
|
/Zephyr-Core-3.7.0/include/zephyr/arch/mips/ |
D | thread.h | 36 unsigned long s2; /* saved register */ member
|
/Zephyr-Core-3.7.0/arch/mips/include/mips/ |
D | regdef.h | 44 #define s2 $18 macro
|
/Zephyr-Core-3.7.0/tests/ztest/zexpect/src/ |
D | main.c | 179 const char s2[] = {'a', 's', 'd', 'f', '\0'}; in ZTEST() local 188 const char s2[] = {'a', 's', 'd', 'f', 'q', '\0'}; in ZTEST() local
|
/Zephyr-Core-3.7.0/arch/x86/zefi/ |
D | zefi.c | 69 static inline bool efi_guid_compare(efi_guid_t *s1, efi_guid_t *s2) in efi_guid_compare()
|
/Zephyr-Core-3.7.0/subsys/mgmt/osdp/src/ |
D | osdp_sc.c | 98 static int osdp_ct_compare(const void *s1, const void *s2, size_t len) in osdp_ct_compare()
|
D | osdp_cp.c | 100 char *tok, *s1, *s2, addr_buf[32 * CONFIG_OSDP_NUM_CONNECTED_PD]; in osdp_extract_address() local
|
/Zephyr-Core-3.7.0/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_assert.h | 399 #define zassert_str_equal(s1, s2, ...) \ argument 577 #define zassume_str_equal(s1, s2, ...) \ argument 722 #define zexpect_str_equal(s1, s2, ...) \ argument
|
/Zephyr-Core-3.7.0/subsys/net/lib/http/ |
D | http_server_core.c | 646 static int compare_strings(const char *s1, const char *s2) in compare_strings()
|
/Zephyr-Core-3.7.0/include/zephyr/arch/riscv/ |
D | thread.h | 36 unsigned long s2; /* saved register */ member
|
/Zephyr-Core-3.7.0/subsys/shell/ |
D | shell.c | 409 static size_t str_common(const char *s1, const char *s2, size_t n) in str_common()
|
/Zephyr-Core-3.7.0/drivers/modem/ |
D | wncm14a2a.c | 989 static int net_buf_ncmp(struct net_buf *buf, const uint8_t *s2, size_t n) in net_buf_ncmp()
|
/Zephyr-Core-3.7.0/scripts/kconfig/ |
D | kconfiglib.py | 6405 def _strcmp(s1, s2): argument
|