Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ypcmd/
H A Dypxfrd_client.c206 ypxfrd_getdbm(tempmap, master, domain, map) in ypxfrd_getdbm() argument
207 char *tempmap; in ypxfrd_getdbm()
291 db = dbm_open(tempmap, O_RDWR + O_CREAT + O_TRUNC, 0777);
293 logprintf("dbm_open failed %s\n", tempmap);
294 perror(tempmap);
302 (void) dbm_deletefile(tempmap);
308 (void) dbm_deletefile(tempmap);