Searched refs:xfr_name (Results 1 – 1 of 1) sorted by relevance
1287 mk_tmpname(prefix, xfr_name) in mk_tmpname() argument1289 char *xfr_name;1294 if (!xfr_name) {1301 (void) strcpy(xfr_name, ypdbpath);1302 (void) strcat(xfr_name, "/");1303 (void) strcat(xfr_name, domain);1304 (void) strcat(xfr_name, "/");1305 (void) strcat(xfr_name, prefix);1306 (void) strcat(xfr_name, map);1307 (void) strcat(xfr_name, ".");[all …]