Searched refs:snprintf (Results 1 - 6 of 6) sorted by relevance

/gem5/src/base/
H A Dhostinfo.cc85 snprintf(format, sizeof(format), "%s %%ld", target);
H A Dcprintf.test.cc46 snprintf(buf, maxlen - 2, __VA_ARGS__); \
/gem5/src/base/vnc/
H A Dvncinput.cc127 snprintf(frameFilenameBuffer, 64, "fb.%06d.%lld.%s.gz",
/gem5/src/cpu/kvm/
H A Dx86_cpu.cc296 snprintf(&hex[j*2], 3, "%.2x", fpu.fpr[i][j]);
304 snprintf(&hex[j*2], 3, "%.2x", fpu.xmm[i][j]);
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc602 snprintf(full_pattern, full_regex_len, "^(%s)$", regex);
863 // We don't use snprintf or strncpy, as they trigger a warning when
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2415 // MSVC "deprecates" snprintf and issues warnings wherever it is used. In
2419 // snprintf is a variadic function.
2429 # define GTEST_SNPRINTF_ snprintf

Completed in 26 milliseconds