/Linux-v4.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
|
/Linux-v4.19/arch/x86/boot/ |
D | string.c | 29 int memcmp(const void *s1, const void *s2, size_t len) in memcmp() 39 const unsigned char *s1 = (const unsigned char *)str1; in strcmp() local 161 char *strstr(const char *s1, const char *s2) in strstr()
|
/Linux-v4.19/arch/s390/lib/ |
D | string.c | 205 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()
|
/Linux-v4.19/net/dccp/ccids/lib/ |
D | packet_history.c | 168 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
|
/Linux-v4.19/fs/ntfs/ |
D | unistr.c | 68 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()
|
D | runlist.c | 1168 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
|
/Linux-v4.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() 71 char *s1; in testcase() local
|
/Linux-v4.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
|
/Linux-v4.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() 617 bool sysfs_streq(const char *s1, const char *s2) in sysfs_streq() 899 char *strstr(const char *s1, const char *s2) in strstr() 925 char *strnstr(const char *s1, const char *s2, size_t len) in strnstr()
|
D | test-string_helpers.c | 122 struct test_string_1 s1[TEST_STRING_2_MAX_S1]; member 244 const struct test_string_1 *s1 = s2->s1; in test_string_find_match() local
|
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | string.c | 18 char *strstr(const char *s1, const char *s2) in strstr()
|
/Linux-v4.19/tools/testing/selftests/proc/ |
D | proc.h | 22 static inline bool streq(const char *s1, const char *s2) in streq()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | regdef.h | 43 #define s1 $17 macro 86 #define s1 $17 macro
|
/Linux-v4.19/fs/hfs/ |
D | string.c | 76 int hfs_strcmp(const unsigned char *s1, unsigned int len1, in hfs_strcmp()
|
/Linux-v4.19/fs/nfs/ |
D | nfs4session.c | 456 static s32 nfs41_derivative_target_slotid(s32 s1, s32 s2) in nfs41_derivative_target_slotid() 466 static int nfs41_sign_s32(s32 s1) in nfs41_sign_s32() 475 static bool nfs41_same_sign_or_zero_s32(s32 s1, s32 s2) in nfs41_same_sign_or_zero_s32()
|
/Linux-v4.19/tools/testing/selftests/powerpc/dscr/ |
D | dscr_default_test.c | 28 unsigned long s1, s2; in do_test() local
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | evergreen_smc.h | 35 uint16_t s1; member
|
/Linux-v4.19/drivers/scsi/ufs/ |
D | ufs_quirks.h | 19 #define STR_PRFX_EQUAL(s1, s2) !strncmp(s1, s2, strlen(s1)) argument
|
/Linux-v4.19/tools/perf/util/ |
D | help-unknown-cmd.c | 24 const char *s1 = (*c1)->name, *s2 = (*c2)->name; in levenshtein_compare() local
|
/Linux-v4.19/include/linux/ |
D | zutil.h | 82 unsigned long s1 = adler & 0xffff; in zlib_adler32() local
|
D | nls.h | 76 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp()
|
/Linux-v4.19/arch/alpha/include/uapi/asm/ |
D | regdef.h | 17 #define s1 $10 macro
|
/Linux-v4.19/fs/hfsplus/ |
D | unicode.c | 32 int hfsplus_strcasecmp(const struct hfsplus_unistr *s1, in hfsplus_strcasecmp() 65 int hfsplus_strcmp(const struct hfsplus_unistr *s1, in hfsplus_strcmp()
|
/Linux-v4.19/tools/testing/selftests/powerpc/alignment/ |
D | alignment_handler.c | 156 void dumpdata(char *s1, char *s2, int n, char *test_name) in dumpdata() 171 int test_memcmp(void *s1, void *s2, int n, int offset, char *test_name) in test_memcmp()
|
/Linux-v4.19/tools/perf/tests/ |
D | sample-parsing.c | 28 static bool samples_same(const struct perf_sample *s1, in samples_same()
|