Searched refs:str1 (Results 1 – 7 of 7) sorted by relevance
| /bsp/simulator/SDL2/include/ |
| A D | SDL_stdinc.h | 590 extern DECLSPEC int SDLCALL SDL_wcscmp(const wchar_t *str1, const wchar_t *str2); 591 extern DECLSPEC int SDLCALL SDL_wcsncmp(const wchar_t *str1, const wchar_t *str2, size_t maxlen); 592 extern DECLSPEC int SDLCALL SDL_wcscasecmp(const wchar_t *str1, const wchar_t *str2); 593 extern DECLSPEC int SDLCALL SDL_wcsncasecmp(const wchar_t *str1, const wchar_t *str2, size_t len); 626 extern DECLSPEC int SDLCALL SDL_strcmp(const char *str1, const char *str2); 627 extern DECLSPEC int SDLCALL SDL_strncmp(const char *str1, const char *str2, size_t maxlen); 628 extern DECLSPEC int SDLCALL SDL_strcasecmp(const char *str1, const char *str2); 629 extern DECLSPEC int SDLCALL SDL_strncasecmp(const char *str1, const char *str2, size_t len);
|
| /bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/ |
| A D | fsl_shell.c | 60 static int32_t StrCompare(const char *str1, const char *str2, int32_t count); /*!< compare string c… 532 static int32_t StrCompare(const char *str1, const char *str2, int32_t count) in StrCompare() argument 536 if (*str1++ != *str2++) in StrCompare() 538 return *(unsigned char *)(str1 - 1) - *(unsigned char *)(str2 - 1); in StrCompare()
|
| /bsp/essemi/es32vf2264/drivers/ |
| A D | es32vf2264.ld | 112 *(.rodata.str1.4)
|
| /bsp/thead-smart/ |
| A D | gcc_csky.ld | 105 *(.rodata.str1.4)
|
| /bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/ |
| A D | gcc_flash_xiaohui.ld | 75 *(.rodata.str1.4)
|
| A D | gcc_flash_xiaohui.ld.sram | 75 *(.rodata.str1.4)
|
| /bsp/ck802/ |
| A D | gcc_csky.ld | 100 *(.rodata.str1.4)
|
Completed in 13 milliseconds