| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | ipc.c | 54 u8 *str2 = NULL; in ipc_log_header() local 71 str2 = "COMP_NEW"; break; in ipc_log_header() 73 str2 = "COMP_FREE"; break; in ipc_log_header() 75 str2 = "COMP_CONNECT"; break; in ipc_log_header() 77 str2 = "PIPE_NEW"; break; in ipc_log_header() 79 str2 = "PIPE_FREE"; break; in ipc_log_header() 81 str2 = "PIPE_CONNECT"; break; in ipc_log_header() 83 str2 = "PIPE_COMPLETE"; break; in ipc_log_header() 85 str2 = "BUFFER_NEW"; break; in ipc_log_header() 87 str2 = "BUFFER_FREE"; break; in ipc_log_header() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/ |
| H A D | 0001-Fix-build-with-gcc-12.patch | 28 -PERL_STATIC_FORCE_INLINE I32 S_amagic_cmp(pTHX_ SV *const str1, SV *const str2) 30 +PERL_STATIC_FORCE_INLINE I32 S_amagic_cmp(pTHX_ SV *const str1, SV *const str2); 32 assert(str1); assert(str2) 36 -PERL_STATIC_FORCE_INLINE I32 S_amagic_cmp_desc(pTHX_ SV *const str1, SV *const str2) 38 +PERL_STATIC_FORCE_INLINE I32 S_amagic_cmp_desc(pTHX_ SV *const str1, SV *const str2); 40 assert(str1); assert(str2) 76 -PERL_STATIC_FORCE_INLINE I32 S_cmp_desc(pTHX_ SV *const str1, SV *const str2) 78 +PERL_STATIC_FORCE_INLINE I32 S_cmp_desc(pTHX_ SV *const str1, SV *const str2); 80 assert(str1); assert(str2) 119 -PERL_STATIC_FORCE_INLINE I32 S_amagic_cmp_locale(pTHX_ SV *const str1, SV *const str2) [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | utf16char.cpp | 103 int utf16_strcmp(const char16* str1, const char16* str2) { in utf16_strcmp() argument 105 while (str1[pos] == str2[pos] && (char16)'\0' != str1[pos]) in utf16_strcmp() 108 return static_cast<int>(str1[pos]) - static_cast<int>(str2[pos]); in utf16_strcmp() 111 int utf16_strncmp(const char16 *str1, const char16 *str2, size_t size) { in utf16_strncmp() argument 113 while (pos < size && str1[pos] == str2[pos] && (char16)'\0' != str1[pos]) in utf16_strncmp() 119 return static_cast<int>(str1[pos]) - static_cast<int>(str2[pos]); in utf16_strncmp()
|
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | rt_string_utils.h | 40 char* util_stristr(const char* str1, const char* str2); 41 char* util_strsepstr(const char* str1, const char* str2, const char* delim); 43 INT32 util_strcasecmp(const char* str1, const char* str2); 44 INT32 util_strncasecmp(const char* str1, const char* str2, size_t n);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_global_data.c | 49 static char str2[32]; variable 89 test_reloc(string, 2, str2); in load_static_data() 92 __builtin_memcpy(&str2[2], "hello", sizeof("hello")); in load_static_data() 93 test_reloc(string, 4, str2); in load_static_data()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | probe_read_user_str.c | 6 static const char str2[] = "mestringalittlebigger"; variable 64 if (test_one_str(skel, str2, sizeof(str2))) in test_probe_read_user_str()
|
| H A D | varlen.c | 19 const char str2[] = "World!"; in test_varlen() local 22 const int size2 = sizeof(str2); in test_varlen() 38 memcpy(bss->buf_in2, str2, size2); in test_varlen()
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | asm.h | 22 #define __CAT(str1, str2) str1##str2 argument 24 #define __CAT(str1, str2) str1/**/str2 argument 26 #define CAT(str1, str2) __CAT(str1, str2) argument
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | recovery_version.h | 29 #define _CONS(str1,str2) str1 #str2 argument
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | strcasecmp.c | 39 xstrcasecmp(const char *str1, const char *str2) in xstrcasecmp() argument 41 const u_char *us1 = (const u_char *) str1, *us2 = (const u_char *) str2; in xstrcasecmp()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | utf16char.h | 42 int utf16_strcmp(const char16 *str1, const char16 *str2); 43 int utf16_strncmp(const char16 *str1, const char16 *str2, size_t size);
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | utf16char.h | 42 int utf16_strcmp(const char16 *str1, const char16 *str2); 43 int utf16_strncmp(const char16 *str1, const char16 *str2, size_t size);
|
| /OK3568_Linux_fs/external/rkwifibt-app/test/softap/ |
| H A D | softap.c | 356 char *str1, *str2; in wifiSetup() local 376 str2 = strstr(buf, "\"\,\"pwd\""); in wifiSetup() 377 strncpy(softap_ssid, str1 + 8, str2 - str1 - 8); in wifiSetup() 380 str2 = strstr(str1, "\"\}"); in wifiSetup() 381 strncpy(softap_psk, str1 + 7, str2 - str1 - 7); in wifiSetup()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/ |
| H A D | cbe_thermal.c | 301 u64 str2; in init_default_values() local 326 str2 = 0x10; in init_default_values() 354 out_be64(&pmd_regs->tm_str2, str2); in init_default_values()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/c-ares/c-ares/ |
| H A D | CVE-2022-4904.patch | 46 const char *str2 = q+1; 53 str = str2;
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/ |
| H A D | string.c | 48 int strcmp(const char *str1, const char *str2) in strcmp() argument 51 const unsigned char *s2 = (const unsigned char *)str2; in strcmp()
|
| H A D | string.h | 19 extern int strcmp(const char *str1, const char *str2);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_android_ext.h | 77 #define strnicmp(str1, str2, len) strncasecmp((str1), (str2), (len)) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_android_ext.h | 81 #define strnicmp(str1, str2, len) strncasecmp((str1), (str2), (len)) argument
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | confdata.c | 629 char *str2; in conf_write_symbol() local 637 str2 = xmalloc(strlen(str) + 3); in conf_write_symbol() 638 sprintf(str2, "\"%s\"", str); in conf_write_symbol() 639 printer->print_symbol(fp, sym, str2, printer_arg); in conf_write_symbol() 640 free((void *)str2); in conf_write_symbol()
|
| H A D | expr.c | 920 const char *str1, *str2; in expr_calc_value() local 958 str2 = sym_get_string_value(e->right.sym); in expr_calc_value() 962 k2 = expr_parse_string(str2, e->right.sym->type, &rval); in expr_calc_value() 966 res = strcmp(str1, str2); in expr_calc_value() 969 printf("Cannot compare \"%s\" and \"%s\"\n", str1, str2); in expr_calc_value() 972 res = strcmp(str1, str2); in expr_calc_value()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_android.h | 217 #define strnicmp(str1, str2, len) strncasecmp((str1), (str2), (len)) argument
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/ |
| H A D | iscsi_target_configfs.c | 161 char *str, *str2, *ip_str, *port_str; in lio_target_call_addnptotpg() local 176 str2 = strstr(str, "]"); in lio_target_call_addnptotpg() 177 if (!str2) { in lio_target_call_addnptotpg() 184 *str2 = '\0'; /* Terminate the unbracketed IPv6 address */ in lio_target_call_addnptotpg() 185 str2++; /* Skip over the \0 */ in lio_target_call_addnptotpg() 187 port_str = strstr(str2, ":"); in lio_target_call_addnptotpg()
|
| /OK3568_Linux_fs/u-boot/lib/avb/libavb/ |
| H A D | avb_util.c | 175 const char* str2, in avb_str_concat() argument 190 avb_memcpy(buf + str1_len, str2, str2_len); in avb_str_concat()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | expr.c | 1029 const char *str1, *str2; in expr_calc_value() local 1067 str2 = sym_get_string_value(e->right.sym); in expr_calc_value() 1071 k2 = expr_parse_string(str2, e->right.sym->type, &rval); in expr_calc_value() 1075 res = strcmp(str1, str2); in expr_calc_value() 1078 printf("Cannot compare \"%s\" and \"%s\"\n", str1, str2); in expr_calc_value() 1081 res = strcmp(str1, str2); in expr_calc_value()
|