Searched refs:sscanf_s (Results 1 - 9 of 9) sorted by relevance
/third_party/bounds_checking_function/src/ |
H A D | sscanf_s.c | 11 * Description: sscanf_s function 19 * The sscanf_s function is equivalent to fscanf_s, 43 int sscanf_s(const char *buffer, const char *format, ...) in sscanf_s() function 56 EXPORT_SYMBOL(sscanf_s); variable
|
/third_party/gptfdisk/ |
H A D | support.h | 37 #define sscanf sscanf_s
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/autogenerated/ |
H A D | cmap_basic_test.cc | 109 sscanf_s(GetAttribute(*jt, "char")->Value(), "%x", &character); in TEST_P()
|
/third_party/bounds_checking_function/include/ |
H A D | securec.h | 328 * Description: The sscanf_s function is equivalent to fscanf_s, except that input is obtained from a 334 SECUREC_API int sscanf_s(const char *buffer, const char *format, ...); 339 * Description: The vsscanf_s function is equivalent to sscanf_s, with the variable argument list 556 * Description: The swscanf_s function is the wide-character equivalent of the sscanf_s function
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | amber.cc | 114 return sscanf_s(str, "%d%c", retval, &trailing, 1) == 1; in ParseOneInt() 126 return sscanf_s(str, "%d.%d%c", retval0, retval1, &trailing, 1) == 2; in ParseIntDotInt()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxml.h | 66 #define TIXML_SSCANF sscanf_s
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 1324 #define GLAD_IMPL_UTIL_SSCANF sscanf_s
|
H A D | vulkan.h | 5604 #define GLAD_IMPL_UTIL_SSCANF sscanf_s
|
H A D | gl.h | 4202 #define GLAD_IMPL_UTIL_SSCANF sscanf_s
|
Completed in 63 milliseconds