Searched refs:fromfield (Results 1 – 1 of 1) sorted by relevance
/timezone/ |
A D | zic.c | 982 dolink(char const *fromfield, char const *tofield, bool staysymlink) in dolink() argument 991 if (itsdir(fromfield)) { in dolink() 993 progname, directory, fromfield, strerror(EPERM)); in dolink() 1006 link_errno = staysymlink ? ENOTSUP : hardlinkerr(fromfield, tofield); in dolink() 1010 link_errno = hardlinkerr(fromfield, tofield); in dolink() 1013 bool absolute = *fromfield == '/'; in dolink() 1014 char *linkalloc = absolute ? NULL : relname(fromfield, tofield); in dolink() 1015 char const *contents = absolute ? fromfield : linkalloc; in dolink() 1031 fp = fopen(fromfield, "rb"); in dolink() 1035 progname, directory, fromfield, e); in dolink() [all …]
|
Completed in 10 milliseconds