/Zephyr-Core-3.5.0/lib/libc/minimal/source/string/ |
D | string.c | 126 int strcmp(const char *s1, const char *s2) in strcmp() argument 128 while ((*s1 == *s2) && (*s1 != '\0')) { in strcmp() 130 s2++; in strcmp() 133 return *s1 - *s2; in strcmp() 143 int strncmp(const char *s1, const char *s2, size_t n) in strncmp() argument 145 while ((n > 0) && (*s1 == *s2) && (*s1 != '\0')) { in strncmp() 147 s2++; in strncmp() 151 return (n == 0) ? 0 : (*s1 - *s2); in strncmp()
|
D | strncasecmp.c | 11 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp() argument 20 lower2 = tolower((unsigned char)*s2++); in strncasecmp()
|
/Zephyr-Core-3.5.0/scripts/build/ |
D | check_init_priorities_test.py | 76 s2 = mock.Mock() 77 s2.name = "b" 78 s2.entry.st_info.type = "STT_FUNC" 79 s2.entry.st_size = 8 80 s2.entry.st_value = 0xbb 81 s2.entry.st_shndx = 2 83 sts.iter_symbols.return_value = [s0, s1, s2] 107 s2 = mock.Mock() 108 s2.name = "__init_PRE_KERNEL_2_start" 109 s2.entry.st_value = 0x22 [all …]
|
/Zephyr-Core-3.5.0/samples/subsys/zbus/benchmark/src/ |
D | benchmark.c | 39 s2 63 ZBUS_SUBSCRIBER_DEFINE(s2, 4); 107 S_TASK(s2) in S_TASK() argument 137 ZBUS_LISTENER_DEFINE(s2, s_cb);
|
/Zephyr-Core-3.5.0/lib/libc/minimal/include/ |
D | string.h | 28 extern int strcmp(const char *s1, const char *s2); 29 extern int strncmp(const char *s1, const char *s2, size_t n);
|
D | strings.h | 18 extern int strncasecmp(const char *s1, const char *s2, size_t n);
|
/Zephyr-Core-3.5.0/arch/x86/zefi/ |
D | zefi.c | 68 static inline bool efi_guid_compare(efi_guid_t *s1, efi_guid_t *s2) in efi_guid_compare() argument 70 return ((s1->Part1 == s2->Part1) && (s1->Part2 == s2->Part2)); in efi_guid_compare()
|
/Zephyr-Core-3.5.0/include/zephyr/arch/mips/ |
D | thread.h | 36 unsigned long s2; /* saved register */ member
|
/Zephyr-Core-3.5.0/arch/mips/include/mips/ |
D | regdef.h | 44 #define s2 $18 macro
|
/Zephyr-Core-3.5.0/include/zephyr/arch/riscv/ |
D | thread.h | 36 unsigned long s2; /* saved register */ member
|
/Zephyr-Core-3.5.0/arch/mips/core/offsets/ |
D | offsets.c | 18 GEN_OFFSET_SYM(_callee_saved_t, s2);
|
/Zephyr-Core-3.5.0/arch/riscv/core/ |
D | switch.S | 21 RV_I( op s2, _thread_offset_to_s2(reg) );\
|
/Zephyr-Core-3.5.0/arch/mips/core/ |
D | isr.S | 25 op s2, THREAD_O(s2)(reg) ;\
|
/Zephyr-Core-3.5.0/samples/sensor/lsm6dsl/ |
D | README.rst | 69 accel (-3.184000 -0.697000 9.207000) m/s2
|
/Zephyr-Core-3.5.0/arch/riscv/core/offsets/ |
D | offsets.c | 34 GEN_OFFSET_SYM(_callee_saved_t, s2);
|
/Zephyr-Core-3.5.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() argument 102 const uint8_t *_s2 = s2; 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 106 addr = strtoul(tok, &s2, 10); in osdp_extract_address() 107 if (*s2 != '\0') { /* tok must be number-ish */ in osdp_extract_address()
|
/Zephyr-Core-3.5.0/samples/boards/96b_argonkey/sensors/ |
D | README.rst | 68 accel (0.004000 -0.540000 9.757000) m/s2
|
/Zephyr-Core-3.5.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() argument 994 while ((n > 0) && (*(frag->data + offset) == *s2) && (*s2 != '\0')) { in net_buf_ncmp() 1005 s2++; in net_buf_ncmp() 1009 return (n == 0) ? 0 : (*(frag->data + offset) - *s2); in net_buf_ncmp()
|
/Zephyr-Core-3.5.0/boards/xtensa/esp32s2_franzininho/doc/ |
D | index.rst | 172 .. [1] https://www.espressif.com/en/products/socs/esp32-s2
|
/Zephyr-Core-3.5.0/soc/riscv/openisa_rv32m1/ |
D | linker.ld | 174 *(.sdata2 .sdata2.* .gnu.linkonce.s2.*)
|
/Zephyr-Core-3.5.0/subsys/shell/ |
D | shell.c | 409 static size_t str_common(const char *s1, const char *s2, size_t n) in str_common() argument 413 while ((n > 0) && (*s1 == *s2) && (*s1 != '\0')) { in str_common() 415 s2++; in str_common()
|
/Zephyr-Core-3.5.0/include/zephyr/arch/nios2/ |
D | linker.ld | 219 *(.sdata2 .sdata2.* .gnu.linkonce.s2.*)
|
/Zephyr-Core-3.5.0/boards/xtensa/esp32s2_saola/doc/ |
D | index.rst | 246 .. [1] https://www.espressif.com/en/products/socs/esp32-s2
|
/Zephyr-Core-3.5.0/soc/riscv/espressif_esp32/esp32c3/ |
D | mcuboot.ld | 136 *(.gnu.linkonce.s2.*)
|