Home
last modified time | relevance | path

Searched refs:SECUREC_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance

/third_party/bounds_checking_function/src/
Dsecureprintoutput.h95 #ifndef SECUREC_BUFFER_SIZE
97 #define SECUREC_BUFFER_SIZE 32 macro
103 #define SECUREC_BUFFER_SIZE 256 macro
105 #define SECUREC_BUFFER_SIZE 512 macro
108 #if SECUREC_BUFFER_SIZE < 23
109 #error SECUREC_BUFFER_SIZE Can not be less than 23
114 #define SECUREC_MAX_PRECISION SECUREC_BUFFER_SIZE
Doutput.inl86 char str[SECUREC_BUFFER_SIZE + 1];
502 attr->text.str = &attr->buffer.str[SECUREC_BUFFER_SIZE];
514 attr->textLen = (int)(size_t)((char *)&attr->buffer.str[SECUREC_BUFFER_SIZE] - attr->text.str);
1324 if (floatAdapt->bufferSize > SECUREC_BUFFER_SIZE) {
1325 /* The current value of SECUREC_BUFFER_SIZE could not store the formatted float string */
/third_party/musl/porting/linux/user/src/hilog/
Dvsnprintf_s_p.c70 #define SECUREC_BUFFER_SIZE 256 macro
72 #define SECUREC_BUFFER_SIZE 512 macro
74 #define SECUREC_MAX_PRECISION SECUREC_BUFFER_SIZE
Doutput_p.inl55 char str[SECUREC_BUFFER_SIZE + 1];
57 wchar_t wStr[SECUREC_BUFFER_SIZE + 1];
717 if (bufferSize >= SECUREC_BUFFER_SIZE) {
718 … /* the current value of SECUREC_BUFFER_SIZE could NOT store the formatted float string */
1046 formatBuf.str = &buffer.str[SECUREC_BUFFER_SIZE];
1129 textLen = (int)((char *)&buffer.str[SECUREC_BUFFER_SIZE] - formatBuf.str);
1173 formatBuf.str = &buffer.str[SECUREC_BUFFER_SIZE - 1];