Searched refs:tofield (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/timezone/ |
D | zic.c | 982 dolink(char const *fromfield, char const *tofield, bool staysymlink) in dolink() argument 997 staysymlink = itssymlink(tofield); in dolink() 998 if (remove(tofield) == 0) in dolink() 1003 progname, directory, tofield, e); in dolink() 1006 link_errno = staysymlink ? ENOTSUP : hardlinkerr(fromfield, tofield); 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() [all …]
|