Lines Matching defs:tmpbuf
321 char *tmpbuf;
323 if ((tmpbuf = strdup(filename)) == NULL)
327 char *s = strrchr(tmpbuf, '/');
329 free(tmpbuf);
334 if (mkpath(tmpbuf) != 0)
335 pfatal("creation of %s failed", tmpbuf);
336 free(tmpbuf);
398 char *filebase, *filedir, tmpbuf[MAXPATHLEN];
405 (snprintf(tmpbuf, sizeof tmpbuf, f, a1, a2, a3), stat(tmpbuf, &filestat) == 0)