Home
last modified time | relevance | path

Searched refs:tmpbuf (Results 1 – 2 of 2) sorted by relevance

/tools/include/nolibc/
Dstdio.h222 char tmpbuf[21]; in vfprintf() local
233 char *out = tmpbuf; in vfprintf()
272 outstr = tmpbuf; in vfprintf()
/tools/perf/util/
Ddso.c326 char tmpbuf[] = KMOD_DECOMP_NAME; in filename__decompress() local
345 fd = mkstemp(tmpbuf); in filename__decompress()
358 unlink(tmpbuf); in filename__decompress()
361 strlcpy(pathname, tmpbuf, len); in filename__decompress()