Searched refs:snprintf (Results 1 – 5 of 5) sorted by relevance
| /libevent-2.1.12/test/ |
| H A D | tinytest_local.h | 9 #ifdef snprintf 10 #undef snprintf 12 #define snprintf evutil_snprintf macro
|
| H A D | tinytest.c | 220 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 D | https-client.c | 28 #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 D | ChangeLog-1.4 | 89 o switch all uses of [v]snprintf over to evutil
|
| H A D | ChangeLog-2.0 | 475 o Fix snprintf related failures on IRIX. (3239073 Kevin Bowling)
|