Lines Matching refs:msnprintf
60 msnprintf(msgbuff, sizeof(msgbuff), "%s", msg); in store_errmsg()
62 msnprintf(msgbuff, sizeof(msgbuff), "%s, errno %d, %s", msg, in store_errmsg()
106 msnprintf(buf, len, "INFINITY"); in rlim2str()
112 msnprintf(buf, len, "%llu", (unsigned long long)val); in rlim2str()
117 msnprintf(buf, len, "%u", (unsigned int)val); in rlim2str()
119 msnprintf(buf, len, "%lu", (unsigned long)val); in rlim2str()
230 msnprintf(strbuff, sizeof(strbuff), "fds needed %s > system limit %s", in test_rlimit()
281 msnprintf(strbuff, sizeof(strbuff), "unable to allocate an array for %s " in test_rlimit()
318 msnprintf(strbuff, sizeof(strbuff), "opening of %s failed", DEV_NULL); in test_rlimit()
340 msnprintf(strbuff, sizeof(strbuff), "dup() attempt %s failed", strbuff1); in test_rlimit()
344 msnprintf(strbuff, sizeof(strbuff), "fds system limit seems close to %s", in test_rlimit()
352 msnprintf(strbuff, sizeof(strbuff), "fds needed %s > system limit %s", in test_rlimit()
386 msnprintf(strbuff, sizeof(strbuff), "select limit is FD_SETSIZE %d", in test_rlimit()
401 msnprintf(strbuff, sizeof(strbuff), "select limit is FD_SETSIZE %d", in test_rlimit()
424 msnprintf(strbuff, sizeof(strbuff), "fopen fails with %s fds open", in test_rlimit()
427 msnprintf(strbuff, sizeof(strbuff), "fopen fails with lots of fds open"); in test_rlimit()