/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | string.h | 30 #define strcmp(s1, s2) __builtin_strcmp(s1, s2) argument 35 #define strncmp(s1, s2, n) __builtin_strncmp(s1, s2, n) argument 44 #define strcasecmp(s1, s2) __builtin_strcasecmp(s1, s2) argument 49 #define strchr(s1, c) __builtin_strchr(s1, c) argument 54 #define strrchr(s1, c) __builtin_strrchr(s1, c) argument 59 #define strstr(s1, s2) __builtin_strstr(s1, s2) argument 64 #define strlen(s1) __builtin_strlen(s1) argument 105 #define memcmp(s1, s2, n) __builtin_memcmp(s1, s2, n) argument
|
A D | device_tree.h | 235 #define dt_prop_cmp(s1, s2) strcmp((s1), (s2)) argument 236 #define dt_node_cmp(s1, s2) strcasecmp((s1), (s2)) argument 237 #define dt_compat_cmp(s1, s2) strcasecmp((s1), (s2)) argument
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | io.h | 20 #define __OUT2(s,s1,s2) \ argument 23 #define __OUT(s,s1,x) \ argument 30 #define __IN2(s,s1,s2) \ argument 33 #define __IN(s,s1,i...) \ argument
|
/xen-4.10.0-shim-comet/xen/include/acpi/platform/ |
A D | acenv.h | 231 #define ACPI_STRSTR(s1,s2) strstr((s1), (s2)) argument 232 #define ACPI_STRCHR(s1,c) strchr((s1), (c)) argument 241 #define ACPI_MEMCMP(s1,s2,n) memcmp((const char *)(s1), (const char *)(s2), (acpi_size)(n)) argument 292 #define ACPI_STRSTR(s1,s2) acpi_ut_strstr ((s1), (s2)) argument 293 #define ACPI_STRCHR(s1,c) acpi_ut_strchr ((s1), (c)) argument 302 #define ACPI_MEMCMP(s1,s2,n) acpi_ut_memcmp((const char *)(s1), (const char *)(s2), (acpi_size)(… argument
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xen-tmem-list-parse.c | 20 char *s1 = strstr(s,match); in parse() local 34 char *s1 = strstr(s,match); in parse_hex() local 57 char *s1 = strstr(s,match); in parse_string() local 71 char *s1 = strstr(s,match); in parse_sharers() local
|
/xen-4.10.0-shim-comet/xen/crypto/ |
A D | rijndael.c | 867 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local 1053 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() local
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | aes.c | 894 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local 1085 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_decrypt() local
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/ |
A D | util.c | 93 int strncmp(const char *s1, const char *s2, uint32_t n) in strncmp() 195 memcmp(const void *s1, const void *s2, unsigned n) in memcmp()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | string.c | 18 int strnicmp(const char *s1, const char *s2, size_t len) in strnicmp()
|
A D | lib.c | 458 const char *s1; in parse_size_and_unit() local
|
/xen-4.10.0-shim-comet/tools/libfsimage/common/ |
A D | fsimage_grub.c | 208 fsig_substring(const char *s1, const char *s2) in fsig_substring()
|
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | disk_crypto.c | 159 static void xor128(struct mac128 *dst, const struct mac128 *s1, const struct mac128 *s2) in xor128()
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | util.c | 141 int strncmp(const char *s1, const char *s2, uint32_t n) in strncmp() 307 memcmp(const void *s1, const void *s2, unsigned n) in memcmp()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | microcode_intel.c | 84 #define sigmatch(s1, s2, p1, p2) \ argument
|
/xen-4.10.0-shim-comet/xen/common/efi/ |
A D | boot.c | 257 static int __init wstrcmp(const CHAR16 *s1, const CHAR16 *s2) in wstrcmp() 267 static int __init wstrncmp(const CHAR16 *s1, const CHAR16 *s2, UINTN n) in wstrncmp()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | expr.c | 42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
|
A D | symbol.c | 968 const struct sym_match *s1 = sym1; in sym_rel_comp() local
|
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/ |
A D | xenstat.c | 136 char *s1 = strstr(s,match); in parse() local
|
/xen-4.10.0-shim-comet/tools/libfsimage/zfs/ |
A D | fsys_zfs.c | 80 zfs_bcmp(const void *s1, const void *s2, size_t n) in zfs_bcmp()
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_core.c | 1585 static char *child_name(const char *s1, const char *s2) in child_name()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxlu_disk_l.c | 2683 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yyscan_t yyscanner) in yy_flex_strncpy()
|
A D | libxlu_cfg_l.c | 2091 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n , yyscan_t yyscanner) in yy_flex_strncpy()
|