Home
last modified time | relevance | path

Searched refs:str1 (Results 1 – 7 of 7) sorted by relevance

/bsp/simulator/SDL2/include/
A DSDL_stdinc.h590 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 Dfsl_shell.c60 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 Des32vf2264.ld112 *(.rodata.str1.4)
/bsp/thead-smart/
A Dgcc_csky.ld105 *(.rodata.str1.4)
/bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/
A Dgcc_flash_xiaohui.ld75 *(.rodata.str1.4)
A Dgcc_flash_xiaohui.ld.sram75 *(.rodata.str1.4)
/bsp/ck802/
A Dgcc_csky.ld100 *(.rodata.str1.4)

Completed in 13 milliseconds