Searched refs:un_link (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dunique.c36 avl_node_t un_link; member in struct:unique
59 sizeof (unique_t), offsetof(unique_t, un_link));
/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcsedit.c61 * (chnamemod): Work around bad_NFS_rename bug; don't ignore un_link result.
241 un_link(s) function
472 if (bad_fopen_wplus && un_link(name) != 0)
1464 r = un_link(lockname);
1571 VOID un_link(dirtpname[i].string);
1641 if (un_link(to) != 0 && errno != ENOENT)
1649 if (do_link(from,to) != 0 || un_link(from) != 0)
1863 nr = un_link(newRCSname);
1868 r = un_link(lockname);
1920 lr = un_link(locknam
[all...]
H A Drcsclean.c230 if (perform && un_link(workname) != 0)
H A Drcsbase.h483 int un_link P((char const*));
485 # define un_link(s) unlink(s) macro
H A Dci.c772 r = un_link(workname); /* Get rid of old file */

Completed in 257 milliseconds