Home
last modified time | relevance | path

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

/coreutils/src/
Dforce-link.c55 char *dsttmp; in samedir_template() local
57 dsttmp = buf; in samedir_template()
60 dsttmp = malloc (dsttmpsize); in samedir_template()
61 if (!dsttmp) in samedir_template()
62 return dsttmp; in samedir_template()
64 strcpy (mempcpy (dsttmp, dstname, dstdirlen), simple_pattern); in samedir_template()
65 return dsttmp; in samedir_template()
106 char *dsttmp = samedir_template (dstname, buf); in force_linkat() local
107 if (! dsttmp) in force_linkat()
112 if (try_tempname_len (dsttmp, 0, &arg, try_link, x_suffix_len) != 0) in force_linkat()
[all …]