Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ypcmd/
H A Dypxfr.c1284 mk_tmpname(prefix, xfr_name) in mk_tmpname() argument
1286 char *xfr_name;
1291 if (!xfr_name) {
1298 (void) strcpy(xfr_name, ypdbpath);
1299 (void) strcat(xfr_name, "/");
1300 (void) strcat(xfr_name, domain);
1301 (void) strcat(xfr_name, "/");
1302 (void) strcat(xfr_name, prefix);
1303 (void) strcat(xfr_name, map);
1304 (void) strcat(xfr_name, ".");
[all …]