Home
last modified time | relevance | path

Searched refs:SECUREC_INLINE (Results 1 - 19 of 19) sorted by relevance

/third_party/bounds_checking_function/src/
H A Dsecureinput_w.c45 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 Dstrtok_s.c17 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 Dwcstok_s.c17 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 Dsecureinput_a.c25 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 Dsecureprintoutput_a.c25 SECUREC_INLINE const char *SecSkipKnownFlags(const char *format) in SecSkipKnownFlags()
54 SECUREC_INLINE int SecFormatContainN(const char *format) in SecFormatContainN()
H A Dsecurecutil.h95 #ifndef SECUREC_INLINE
97 #define SECUREC_INLINE static inline macro
99 #define SECUREC_INLINE static macro
H A Dgets_s.c20 SECUREC_INLINE void SecTrimCRLF(char *buffer, size_t size) in SecTrimCRLF()
H A Dvswscanf_s.c21 SECUREC_INLINE size_t SecWcslen(const wchar_t *s) in SecWcslen()
H A Dwcscpy_s.c17 SECUREC_INLINE errno_t SecDoCpyW(wchar_t *strDest, size_t destMax, const wchar_t *strSrc) in SecDoCpyW()
H A Dmemmove_s.c26 SECUREC_INLINE void SecUtilMemmove(void *dst, const void *src, size_t count) in SecUtilMemmove()
H A Dstrncat_s.c20 SECUREC_INLINE errno_t SecDoCatLimit(char *strDest, size_t destMax, const char *strSrc, size_t count) in SecDoCatLimit()
H A Dstrcat_s.c20 SECUREC_INLINE errno_t SecDoCat(char *strDest, size_t destMax, const char *strSrc) in SecDoCat()
H A Dwcsncat_s.c20 SECUREC_INLINE errno_t SecDoCatLimitW(wchar_t *strDest, size_t destMax, const wchar_t *strSrc, size_t count) in SecDoCatLimitW()
H A Dwcscat_s.c20 SECUREC_INLINE errno_t SecDoCatW(wchar_t *strDest, size_t destMax, const wchar_t *strSrc) in SecDoCatW()
H A Dwcsncpy_s.c17 SECUREC_INLINE errno_t SecDoCpyLimitW(wchar_t *strDest, size_t destMax, const wchar_t *strSrc, size_t count) in SecDoCpyLimitW()
H A Dstrncpy_s.c35 SECUREC_INLINE errno_t CheckSrcCountRange(char *strDest, size_t destMax, const char *strSrc, size_t count) in CheckSrcCountRange()
H A Dmemset_s.c76 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 Dstrcpy_s.c264 SECUREC_INLINE errno_t CheckSrcRange(char *strDest, size_t destMax, const char *strSrc) in CheckSrcRange()
H A Dmemcpy_s.c445 SECUREC_INLINE errno_t SecMemcpyError(void *dest, size_t destMax, const void *src, size_t count) in SecMemcpyError()

Completed in 7 milliseconds