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

/freebsd-10.1-release/libexec/ypxfr/
H A Dypxfr_main.c165 char *ypxfr_master = NULL; local
318 ypxfr_master = ypxfr_source_host = strdup(dptr);
325 if (ypxfr_master == NULL) {
326 if ((ypxfr_master = ypxfr_get_master(ypxfr_source_domain,
344 ypxfr_source_host = ypxfr_master;
358 ypxfr_master, 0)) == 0) {
366 if (ypxfr_match(ypxfr_master, ypxfr_source_domain, ypxfr_mapname,
370 if (ypxfr_match(ypxfr_master, ypxfr_source_domain, ypxfr_mapname,
447 data.data = ypxfr_master;
448 data.size = strlen(ypxfr_master);
[all...]

Completed in 56 milliseconds