Home
last modified time | relevance | path

Searched refs:sscanf_s (Results 1 - 9 of 9) sorted by relevance

/third_party/bounds_checking_function/src/
H A Dsscanf_s.c11 * 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 Dsupport.h37 #define sscanf sscanf_s
/third_party/skia/third_party/externals/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc109 sscanf_s(GetAttribute(*jt, "char")->Value(), "%x", &character); in TEST_P()
/third_party/bounds_checking_function/include/
H A Dsecurec.h328 * 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 Damber.cc114 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 Dtinyxml.h66 #define TIXML_SSCANF sscanf_s
/third_party/glfw/deps/glad/
H A Dgles2.h1324 #define GLAD_IMPL_UTIL_SSCANF sscanf_s
H A Dvulkan.h5604 #define GLAD_IMPL_UTIL_SSCANF sscanf_s
H A Dgl.h4202 #define GLAD_IMPL_UTIL_SSCANF sscanf_s

Completed in 63 milliseconds