Searched defs:tmpdirbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dmakedbm.c120 char tmpdirbuf[MAXPATHLEN]; local
305 strcpy(tmpdirbuf, tmppagbuf);
306 strcat(tmpdirbuf, dbm_dir);
309 /* Loop until we can lock the tmpdirbuf file */
325 if ((outfp = fopen(tmpdirbuf, "w")) == (FILE *)NULL) {
327 tmpdirbuf);
335 perror(tmpdirbuf);
346 perror(tmpdirbuf);
456 unlink(tmpdirbuf);
459 if (rename(tmpdirbuf, dirbu
[all...]

Completed in 43 milliseconds