Searched refs:SecChar (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/linux/user/src/hilog/ |
D | output_p.inl | 92 *((SecChar *)(void *)(_stream->cur)) = *(src); \ 93 _stream->cur += sizeof(SecChar); \ 96 _stream->count -= txtLen * (int)(sizeof(SecChar)); \ 103 *((SecChar *)(void *)(_stream->cur)) = *(src); \ 104 _stream->cur += sizeof(SecChar); \ 108 … (void)memcpy(_stream->cur, src, ((size_t)(unsigned int)txtLen * (sizeof(SecChar)))); \ 109 _stream->cur += (size_t)(unsigned int)txtLen * (sizeof(SecChar)); \ 111 _stream->count -= txtLen * (int)(sizeof(SecChar)); \ 116 *((SecChar *)(void *)(_stream->cur)) = (SecChar)_ch; \ 117 _stream->cur += sizeof(SecChar); \ [all …]
|
D | vsnprintf_s_p.c | 268 typedef char SecChar; typedef
|
/third_party/bounds_checking_function/src/ |
D | output.inl | 81 SecChar *cur; 112 SecChar prefix[SECUREC_PREFIX_LEN]; /* Prefix is 0 or 0x */ 520 SECUREC_INLINE void SecWriteChar(SecPrintfStream *stream, SecChar ch, int *charsOut) 537 SECUREC_INLINE void SecWriteMultiChar(SecPrintfStream *stream, SecChar ch, int num, int *charsOut) 555 SECUREC_INLINE void SecWriteString(SecPrintfStream *stream, const SecChar *str, int len, int *chars… 557 const SecChar *tmp = str; 573 SECUREC_INLINE void SecWriteStringByLoop(SecPrintfStream *stream, const SecChar *str, int len) 576 const SecChar *tmp = str; 585 SECUREC_INLINE void SecWriteStringOpt(SecPrintfStream *stream, const SecChar *str, int len) 590 size_t count = (size_t)(unsigned int)len * sizeof(SecChar); [all …]
|
D | input.inl | 157 SecChar *floatStr; /* Initialization must point to buffer */ 158 SecChar *allocatedFloatStr; /* Initialization must be NULL to store alloced point */ 159 SecChar buffer[SECUREC_FLOAT_BUFSIZE + 1]; 199 #define SECUREC_CHAR_SIZE ((unsigned int)(sizeof(SecChar))) 215 if ((stream)->count >= sizeof(SecChar)) { \ 217 (unsigned int)(int)(*((const SecChar *)(const void *)(stream)->cur))); \ 218 (stream)->cur += sizeof(SecChar); \ 219 (stream)->count -= sizeof(SecChar); \ 227 (stream)->cur -= sizeof(SecChar); \ 228 (stream)->count += sizeof(SecChar); \ [all …]
|
D | securecutil.h | 289 typedef wchar_t SecChar; typedef 295 typedef char SecChar; typedef
|