Lines Matching refs:tmppagbuf
118 char tmppagbuf[MAXPATHLEN];
303 strcpy(tmppagbuf, outalias);
304 strcat(tmppagbuf, ".tmp");
305 strcpy(tmpdirbuf, tmppagbuf);
307 strcat(tmppagbuf, dbm_pag);
364 if (fopen(tmppagbuf, "w") == (FILE *)NULL) {
365 fprintf(stderr, "makedbm: can't create %s\n", tmppagbuf);
453 if (rename(tmppagbuf, pagbuf) < 0) {
455 unlink(tmppagbuf); /* Remove the tmp files */
461 unlink(tmppagbuf); /* Remove the tmp files */
466 * sprintf(buf, "mv %s %s", tmppagbuf, pagbuf);