Home
last modified time | relevance | path

Searched refs:snprintf (Results 1 – 5 of 5) sorted by relevance

/libevent-2.1.12/test/
H A Dtinytest_local.h9 #ifdef snprintf
10 #undef snprintf
12 #define snprintf evutil_snprintf macro
H A Dtinytest.c220 snprintf(buffer, sizeof(buffer), "%s --RUNNING-FORKED %s --timeout 0 %s%s", in testcase_run_forked_()
375 snprintf(fullname, sizeof(fullname), "%s%s",
476 snprintf(commandname, sizeof(commandname), "%s%s", v[0], extension);
/libevent-2.1.12/sample/
H A Dhttps-client.c28 #define snprintf _snprintf macro
336 snprintf(uri, sizeof(uri) - 1, "%s", path); in main()
338 snprintf(uri, sizeof(uri) - 1, "%s?%s", path, query); in main()
/libevent-2.1.12/
H A DChangeLog-1.489 o switch all uses of [v]snprintf over to evutil
H A DChangeLog-2.0475 o Fix snprintf related failures on IRIX. (3239073 Kevin Bowling)