Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dmakedbm.c118 char tmppagbuf[MAXPATHLEN]; local
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 */