/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | btf_dump_test_case_ordering.c | 15 struct s2 { struct 16 struct s2 *s2; argument 23 struct s2 s2; member
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
D | prom.h | 23 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) argument 24 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) argument 25 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) argument
|
/kernel/linux/linux-4.19/arch/sparc/include/asm/ |
D | prom.h | 30 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) argument 31 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) argument 32 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) argument
|
/kernel/linux/linux-4.19/arch/x86/boot/ |
D | string.c | 29 int memcmp(const void *s1, const void *s2, size_t len) in memcmp() 40 int bcmp(const void *s1, const void *s2, size_t len) in bcmp() 48 const unsigned char *s2 = (const unsigned char *)str2; in strcmp() local 169 char *strstr(const char *s1, const char *s2) in strstr()
|
/kernel/linux/linux-5.10/arch/s390/lib/ |
D | string.c | 222 int strcmp(const char *s1, const char *s2) in strcmp() 261 const char *s2, unsigned long l2) in clcle() 284 char *strstr(const char *s1, const char *s2) in strstr() 338 int memcmp(const void *s1, const void *s2, size_t n) in memcmp()
|
/kernel/linux/linux-4.19/arch/s390/lib/ |
D | string.c | 205 int strcmp(const char *s1, const char *s2) in strcmp() 242 const char *s2, unsigned long l2) in clcle() 264 char *strstr(const char *s1, const char *s2) in strstr() 314 int memcmp(const void *s1, const void *s2, size_t n) in memcmp()
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
D | string.c | 32 int memcmp(const void *s1, const void *s2, size_t len) in memcmp() 43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp() 51 const unsigned char *s2 = (const unsigned char *)str2; in strcmp() local 171 char *strstr(const char *s1, const char *s2) in strstr()
|
/kernel/linux/linux-4.19/fs/ntfs/ |
D | unistr.c | 69 const ntfschar *s2, size_t s2_len, const IGNORE_CASE_BOOL ic, in ntfs_are_names_equal() 149 int ntfs_ucsncmp(const ntfschar *s1, const ntfschar *s2, size_t n) in ntfs_ucsncmp() 185 int ntfs_ucsncasecmp(const ntfschar *s1, const ntfschar *s2, size_t n, in ntfs_ucsncasecmp()
|
/kernel/linux/linux-5.10/fs/ntfs/ |
D | unistr.c | 55 const ntfschar *s2, size_t s2_len, const IGNORE_CASE_BOOL ic, in ntfs_are_names_equal() 135 int ntfs_ucsncmp(const ntfschar *s1, const ntfschar *s2, size_t n) in ntfs_ucsncmp() 171 int ntfs_ucsncasecmp(const ntfschar *s1, const ntfschar *s2, size_t n, in ntfs_ucsncasecmp()
|
/kernel/linux/linux-4.19/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 32 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one() 72 char *s2; in testcase() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 37 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one() 77 char *p, *s1, *s2; in testcase() local
|
/kernel/linux/linux-5.10/net/dccp/ccids/lib/ |
D | packet_history.c | 167 s2 = DCCP_SKB_CB(skb)->dccpd_seq; in __one_after_loss() local 204 s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, in __two_after_loss() local 272 s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, in __three_after_loss() local
|
/kernel/linux/linux-4.19/net/dccp/ccids/lib/ |
D | packet_history.c | 180 s2 = DCCP_SKB_CB(skb)->dccpd_seq; in __one_after_loss() local 217 s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, in __two_after_loss() local 285 s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, in __three_after_loss() local
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
D | uaccess.h | 193 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 231 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 284 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
|
/kernel/linux/linux-4.19/arch/m68k/include/asm/ |
D | uaccess_mm.h | 190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 281 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
|
/kernel/liteos_a/lib/libc/src/ |
D | memcmp.c | 38 const unsigned char *s2 = str2; in memcmp() local
|
/kernel/linux/linux-5.10/fs/unicode/ |
D | utf8-selftest.c | 249 const struct qstr s2 = {.name = nfdi_test_data[i].dec, in check_utf8_comparisons() local 259 const struct qstr s2 = {.name = nfdicf_test_data[i].ncf, in check_utf8_comparisons() local
|
D | utf8-core.c | 24 const struct qstr *s1, const struct qstr *s2) in utf8_strncmp() 51 const struct qstr *s1, const struct qstr *s2) in utf8_strncasecmp()
|
/kernel/liteos_a/testsuites/unittest/net/resolv/ |
D | net_resolv_test.cpp | 37 int stricmp(const char *s1, const char *s2) in stricmp()
|
/kernel/linux/linux-4.19/lib/ |
D | string.c | 42 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp() 68 int strcasecmp(const char *s1, const char *s2) in strcasecmp() 641 bool sysfs_streq(const char *s1, const char *s2) in sysfs_streq() 943 char *strstr(const char *s1, const char *s2) in strstr() 969 char *strnstr(const char *s1, const char *s2, size_t len) in strnstr()
|
/kernel/linux/linux-5.10/lib/ |
D | string.c | 43 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp() 69 int strcasecmp(const char *s1, const char *s2) in strcasecmp() 703 bool sysfs_streq(const char *s1, const char *s2) in sysfs_streq() 1000 char *strstr(const char *s1, const char *s2) in strstr() 1026 char *strnstr(const char *s1, const char *s2, size_t len) in strnstr()
|
/kernel/linux/linux-5.10/drivers/thermal/ |
D | k3_bandgap.c | 92 unsigned int s2) in vtm_get_best_value() 111 unsigned int dtemp, s0, s1, s2; in k3_bgp_read_temp() local
|
/kernel/linux/linux-4.19/drivers/firmware/efi/libstub/ |
D | string.c | 18 char *strstr(const char *s1, const char *s2) in strstr()
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
D | proc.h | 22 static inline bool streq(const char *s1, const char *s2) in streq()
|
/kernel/linux/linux-4.19/tools/testing/selftests/proc/ |
D | proc.h | 22 static inline bool streq(const char *s1, const char *s2) in streq()
|