Searched refs:ypxfr_dest_domain (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/libexec/ypxfr/
H A Dypxfr_main.c161 char *ypxfr_dest_domain = NULL; local
199 ypxfr_dest_domain = optarg;
275 if (ypxfr_dest_domain == NULL) {
277 yp_get_default_domain(&ypxfr_dest_domain);
290 ypxfr_source_domain = ypxfr_dest_domain;
311 if (yp_get_record(ypxfr_dest_domain, ypxfr_mapname,
381 if (yp_get_record(ypxfr_dest_domain,ypxfr_mapname,&key,&data,1) != YP_TRUE) {
407 ypxfr_dest_domain, tempmap);
426 if ((dbp = yp_open_db_rw(ypxfr_dest_domain, tempmap, 0)) == NULL) {
457 data.data = ypxfr_dest_domain;
[all...]

Completed in 45 milliseconds