Searched refs:tmpbuf (Results 1 – 2 of 2) sorted by relevance
257 char tmpbuf[21]; in __nolibc_printf() local278 char *out = tmpbuf; in __nolibc_printf()317 outstr = tmpbuf; in __nolibc_printf()
329 char tmpbuf[] = KMOD_DECOMP_NAME; in filename__decompress() local348 fd = mkstemp(tmpbuf); in filename__decompress()361 unlink(tmpbuf); in filename__decompress()364 strlcpy(pathname, tmpbuf, len); in filename__decompress()
Completed in 10 milliseconds