Searched refs:vsnprintf (Results 51 - 66 of 66) sorted by relevance

123

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_subr_sbuf.c614 * For the moment, there is no way to get vsnprintf(3) to hand
627 len = vsnprintf(&s->s_buf[s->s_len], SBUF_FREESPACE(s) + 1,
647 * we passed into vsnprintf() because that length includes the
650 * vsnprintf() returns the amount that would have been copied,
H A Dif.c415 vsnprintf(buf, sizeof(buf), format, vl);
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp291 vsnprintf(buffer, sizeof(buffer), format, args);
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPICAHaiku.cpp414 vsnprintf(outputBuffer, 1024, fmt, args);
/haiku/src/system/kernel/debug/
H A Dtracing.cpp720 size_t length = vsnprintf(fBuffer + fSize, fCapacity - fSize, format, args);
1847 vsnprintf(buffer, sizeof(buffer), format, list);
/haiku/src/bin/
H A Dsetmime.cpp201 vsnprintf(fWhat.LockBuffer(size), size, what, args);
/haiku/src/libs/compat/freebsd_iflib/
H A Dsubr_gtaskqueue.c479 vsnprintf(ktname, sizeof(ktname), name, ap);
/haiku/src/bin/debug/strace/
H A Dstrace.cpp323 ssize_t length = vsnprintf(*_buffer, *_length, format, list);
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp665 vsnprintf(buffer, sizeof(buffer), message, args);
/haiku/src/kits/support/
H A DString.cpp409 // Use a small on-stack buffer to save a second vsnprintf() call for most
420 int32 bytes = vsnprintf(buffer, bufferSize, format, clonedArgs);
431 bytes = vsnprintf(LockBuffer(bytes), bytes + 1, format, args);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1349 #define vsnprintf fssh_vsnprintf macro
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2544 vsnprintf(buffer, sizeof(buffer), text, args);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2641 void vsnprintf() {} function
H A Dlibroot_stubs_legacy.c2631 void vsnprintf() {} function
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp68 vsnprintf(buffer, sizeof(buffer), format, args);
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c4202 ** either vsnprintf() or vsprintf(). If your system doesn't have
4203 ** vsnprintf(), it is probably vulnerable to buffer overruns.
4214 r = vsnprintf( str, size, format, ap );

Completed in 223 milliseconds

123