Searched refs:linkpath (Results 1 – 2 of 2) sorted by relevance
25 xsymlink (const char *target, const char *linkpath) in xsymlink() argument27 if (symlink (target, linkpath) < 0) in xsymlink()28 FAIL_EXIT1 ("symlink (\"%s\", \"%s\")", target, linkpath); in xsymlink()
60 void xsymlink (const char *target, const char *linkpath);
Completed in 4 milliseconds