Lines Matching refs:to

4             bool "Enable rt_vsnprintf to use libc vsnprintf"
8 bool "Enable rt_vsnprintf function to support long-long format"
58 … C format specifiers and are specific to MSVC. They allow for controlled formatting of
60 … compatibility with MSVC's environment. It's important to note that these specifiers might
61 … not be recognized or function in other compilers due to their MSVC-specific nature.
67 'ntoa' conversion buffer size, this must be big enough to hold one converted
75 this must be big enough to hold one converted floating-point value including
88 … According to the C languages standard, printf() and related functions must be able to print any
91 all values beyond this threshold are switched to exponential notation.
98 The number of terms in a Taylor series expansion of log_10(x) to
107 bool "Enable rt_vsscanf to use libc vsscanf"
113 bool "Enable rt_memset to use user-defined version"
118 bool "Enable rt_memset to use libc memset"
122 bool "Enable rt_memset to use tiny version"
130 bool "Enable rt_memcpy to use user-defined version"
135 bool "Enable rt_memcpy to use libc memcpy"
139 bool "Enable rt_memcpy to use tiny version"
147 bool "Enable rt_memmove to use user-defined version"
152 bool "Enable rt_memmove to use libc memmove"
159 bool "Enable rt_memcmp to use user-defined version"
164 bool "Enable rt_memcmp to use libc memcmp"
171 bool "Enable rt_strstr to use user-defined version"
176 bool "Enable rt_strstr to use libc strstr"
183 bool "Enable rt_strcasecmp to use user-defined version"
189 bool "Enable rt_strncpy to use user-defined version"
194 bool "Enable rt_strncpy to use libc strncpy"
201 bool "Enable rt_strcpy to use user-defined version"
206 bool "Enable rt_strcpy to use libc strcpy"
213 bool "Enable rt_strncmp to use user-defined version"
218 bool "Enable rt_strncmp to use libc strncmp"
225 bool "Enable rt_strcmp to use user-defined version"
230 bool "Enable rt_strcmp to use libc strcmp"
237 bool "Enable rt_strlen to use user-defined version"
242 bool "Enable rt_strlen to use libc strlen"
249 bool "Enable rt_strnlen to use user-defined version"