Searched refs:SECUREC_INLINE (Results 1 - 19 of 19) sorted by relevance
/third_party/bounds_checking_function/src/ |
H A D | secureinput_w.c | 45 SECUREC_INLINE unsigned int SecWcharHighBits(SecInt ch) in SecWcharHighBits() 51 SECUREC_INLINE unsigned char SecWcharLowByte(SecInt ch) in SecWcharLowByte() 57 SECUREC_INLINE int SecIsDigit(SecInt ch) in SecIsDigit() 65 SECUREC_INLINE int SecIsXdigit(SecInt ch) in SecIsXdigit() 73 SECUREC_INLINE int SecIsSpace(SecInt ch) in SecIsSpace()
|
H A D | strtok_s.c | 17 SECUREC_INLINE int SecIsInDelimit(char ch, const char *strDelimit) in SecIsInDelimit() 30 SECUREC_INLINE char *SecFindBegin(char *strToken, const char *strDelimit) in SecFindBegin() 47 SECUREC_INLINE char *SecFindRest(char *strToken, const char *strDelimit) in SecFindRest() 66 SECUREC_INLINE char *SecUpdateToken(char *strToken, const char *strDelimit, char **context) in SecUpdateToken()
|
H A D | wcstok_s.c | 17 SECUREC_INLINE int SecIsInDelimitW(wchar_t ch, const wchar_t *strDelimit) in SecIsInDelimitW() 30 SECUREC_INLINE wchar_t *SecFindBeginW(wchar_t *strToken, const wchar_t *strDelimit) in SecFindBeginW() 47 SECUREC_INLINE wchar_t *SecFindRestW(wchar_t *strToken, const wchar_t *strDelimit) in SecFindRestW() 65 SECUREC_INLINE wchar_t *SecUpdateTokenW(wchar_t *strToken, const wchar_t *strDelimit, wchar_t **context) in SecUpdateTokenW()
|
H A D | secureinput_a.c | 25 SECUREC_INLINE int SecIsDigit(SecInt ch) in SecIsDigit() 30 SECUREC_INLINE int SecIsXdigit(SecInt ch) in SecIsXdigit() 34 SECUREC_INLINE int SecIsSpace(SecInt ch) in SecIsSpace()
|
H A D | secureprintoutput_a.c | 25 SECUREC_INLINE const char *SecSkipKnownFlags(const char *format) in SecSkipKnownFlags() 54 SECUREC_INLINE int SecFormatContainN(const char *format) in SecFormatContainN()
|
H A D | securecutil.h | 95 #ifndef SECUREC_INLINE 97 #define SECUREC_INLINE static inline macro 99 #define SECUREC_INLINE static macro
|
H A D | gets_s.c | 20 SECUREC_INLINE void SecTrimCRLF(char *buffer, size_t size) in SecTrimCRLF()
|
H A D | vswscanf_s.c | 21 SECUREC_INLINE size_t SecWcslen(const wchar_t *s) in SecWcslen()
|
H A D | wcscpy_s.c | 17 SECUREC_INLINE errno_t SecDoCpyW(wchar_t *strDest, size_t destMax, const wchar_t *strSrc) in SecDoCpyW()
|
H A D | memmove_s.c | 26 SECUREC_INLINE void SecUtilMemmove(void *dst, const void *src, size_t count) in SecUtilMemmove()
|
H A D | strncat_s.c | 20 SECUREC_INLINE errno_t SecDoCatLimit(char *strDest, size_t destMax, const char *strSrc, size_t count) in SecDoCatLimit()
|
H A D | strcat_s.c | 20 SECUREC_INLINE errno_t SecDoCat(char *strDest, size_t destMax, const char *strSrc) in SecDoCat()
|
H A D | wcsncat_s.c | 20 SECUREC_INLINE errno_t SecDoCatLimitW(wchar_t *strDest, size_t destMax, const wchar_t *strSrc, size_t count) in SecDoCatLimitW()
|
H A D | wcscat_s.c | 20 SECUREC_INLINE errno_t SecDoCatW(wchar_t *strDest, size_t destMax, const wchar_t *strSrc) in SecDoCatW()
|
H A D | wcsncpy_s.c | 17 SECUREC_INLINE errno_t SecDoCpyLimitW(wchar_t *strDest, size_t destMax, const wchar_t *strSrc, size_t count) in SecDoCpyLimitW()
|
H A D | strncpy_s.c | 35 SECUREC_INLINE errno_t CheckSrcCountRange(char *strDest, size_t destMax, const char *strSrc, size_t count) in CheckSrcCountRange()
|
H A D | memset_s.c | 76 SECUREC_INLINE const SecStrBuf32Union *SecStrictAliasingCast(const SecStrBuf32 *buf) in SecStrictAliasingCast() 431 SECUREC_INLINE errno_t SecMemsetError(void *dest, size_t destMax, int c) in SecMemsetError()
|
H A D | strcpy_s.c | 264 SECUREC_INLINE errno_t CheckSrcRange(char *strDest, size_t destMax, const char *strSrc) in CheckSrcRange()
|
H A D | memcpy_s.c | 445 SECUREC_INLINE errno_t SecMemcpyError(void *dest, size_t destMax, const void *src, size_t count) in SecMemcpyError()
|
Completed in 7 milliseconds