Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 12 of 12) sorted by relevance

/Zephyr-Core-3.5.0/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-Core-3.5.0/samples/subsys/zbus/benchmark/src/
Dbenchmark.c107 S_TASK(s2) in S_TASK() argument
/Zephyr-Core-3.5.0/include/zephyr/arch/mips/
Dthread.h36 unsigned long s2; /* saved register */ member
/Zephyr-Core-3.5.0/arch/mips/include/mips/
Dregdef.h44 #define s2 $18 macro
/Zephyr-Core-3.5.0/arch/x86/zefi/
Dzefi.c68 static inline bool efi_guid_compare(efi_guid_t *s1, efi_guid_t *s2) in efi_guid_compare()
/Zephyr-Core-3.5.0/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-Core-3.5.0/include/zephyr/arch/riscv/
Dthread.h36 unsigned long s2; /* saved register */ member
/Zephyr-Core-3.5.0/subsys/shell/
Dshell.c409 static size_t str_common(const char *s1, const char *s2, size_t n) in str_common()
/Zephyr-Core-3.5.0/drivers/modem/
Dwncm14a2a.c989 static int net_buf_ncmp(struct net_buf *buf, const uint8_t *s2, size_t n) in net_buf_ncmp()
/Zephyr-Core-3.5.0/scripts/kconfig/
Dkconfiglib.py6360 def _strcmp(s1, s2): argument