Home
last modified time | relevance | path

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

12345678910>>...12

/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dprom.h23 #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/
Dprom.h30 #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/
Dstring.c29 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()
47 const unsigned char *s1 = (const unsigned char *)str1; in strcmp() local
169 char *strstr(const char *s1, const char *s2) in strstr()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_ordering.c9 struct s1 {}; struct
22 struct s1 s1; member
27 struct s1 s1; member
/kernel/linux/linux-5.10/arch/s390/lib/
Dstring.c222 int strcmp(const char *s1, const char *s2) in strcmp()
260 static inline int clcle(const char *s1, unsigned long l1, 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/
Dstring.c205 int strcmp(const char *s1, const char *s2) in strcmp()
241 static inline int clcle(const char *s1, unsigned long l1, 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/net/dccp/ccids/lib/
Dpacket_history.c155 s1 = DCCP_SKB_CB(skb)->dccpd_seq; in __do_track_loss() local
166 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __one_after_loss() local
203 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __two_after_loss() local
271 u64 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __three_after_loss() local
/kernel/linux/linux-4.19/net/dccp/ccids/lib/
Dpacket_history.c168 s1 = DCCP_SKB_CB(skb)->dccpd_seq; in __do_track_loss() local
179 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __one_after_loss() local
216 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __two_after_loss() local
284 u64 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __three_after_loss() local
/kernel/linux/linux-5.10/arch/x86/boot/
Dstring.c32 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()
50 const unsigned char *s1 = (const unsigned char *)str1; in strcmp() local
171 char *strstr(const char *s1, const char *s2) in strstr()
/kernel/linux/linux-5.10/fs/unicode/
Dutf8-core.c24 const struct qstr *s1, const struct qstr *s2) in utf8_strncmp()
51 const struct qstr *s1, const struct qstr *s2) in utf8_strncasecmp()
82 const struct qstr *s1) in utf8_strncasecmp_folded()
Dutf8-selftest.c247 const struct qstr s1 = {.name = nfdi_test_data[i].str, in check_utf8_comparisons() local
257 const struct qstr s1 = {.name = nfdicf_test_data[i].str, in check_utf8_comparisons() local
/kernel/linux/linux-4.19/fs/ntfs/
Dunistr.c68 bool ntfs_are_names_equal(const ntfschar *s1, size_t s1_len, 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()
Drunlist.c1168 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local
1204 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local
1370 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
1422 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
/kernel/linux/linux-5.10/fs/ntfs/
Dunistr.c54 bool ntfs_are_names_equal(const ntfschar *s1, size_t s1_len, 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()
Drunlist.c1154 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local
1190 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local
1356 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
1408 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
/kernel/linux/linux-4.19/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c32 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one()
71 char *s1; in testcase() local
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c37 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/arch/m68k/include/asm/
Duaccess.h193 #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/
Duaccess_mm.h190 #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/
Dmemcmp.c37 const unsigned char *s1 = str1; in memcmp() local
/kernel/liteos_a/testsuites/unittest/net/resolv/
Dnet_resolv_test.cpp37 int stricmp(const char *s1, const char *s2) in stricmp()
/kernel/linux/linux-4.19/lib/
Dstring.c42 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/
Dstring.c43 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/
Dk3_bandgap.c91 static unsigned int vtm_get_best_value(unsigned int s0, unsigned int s1, 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/
Dstring.c18 char *strstr(const char *s1, const char *s2) in strstr()

12345678910>>...12