Home
last modified time | relevance | path

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

/timezone/
A Dzic.c997 staysymlink = itssymlink(tofield); in dolink()
998 if (remove(tofield) == 0) in dolink()
1003 progname, directory, tofield, e); in dolink()
1008 mkdirs(tofield, true); in dolink()
1010 link_errno = hardlinkerr(fromfield, tofield); in dolink()
1014 char *linkalloc = absolute ? NULL : relname(fromfield, tofield); in dolink()
1016 int symlink_errno = symlink(contents, tofield) == 0 ? 0 : errno; in dolink()
1019 mkdirs(tofield, true); in dolink()
1038 tp = fopen(tofield, "wb"); in dolink()
1042 progname, directory, tofield, e); in dolink()
[all …]

Completed in 10 milliseconds