Home
last modified time | relevance | path

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

/freebsd/libexec/ypxfr/
H A Dypxfr_main.c172 char tempmap[MAXPATHLEN + 2]; in main() local
405 snprintf(tempmap, sizeof(tempmap), "%s.%d",ypxfr_mapname, getpid()); in main()
407 ypxfr_dest_domain, tempmap); in main()
426 if ((dbp = yp_open_db_rw(ypxfr_dest_domain, tempmap, 0)) == NULL) { in main()