Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dunique.c36 avl_node_t un_link; member
59 sizeof (unique_t), offsetof(unique_t, un_link)); in unique_init()
/netbsd/external/gpl2/rcs/dist/src/
H A Drcsedit.c241 un_link(s) in un_link() function
472 if (bad_fopen_wplus && un_link(name) != 0)
1464 r = un_link(lockname);
1571 VOID un_link(dirtpname[i].string); in dirtempunlink()
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(lockname);
H A Drcsbase.h483 int un_link P((char const*));
485 # define un_link(s) unlink(s) macro
H A Drcsclean.c230 if (perform && un_link(workname) != 0)
H A Dci.c772 r = un_link(workname); /* Get rid of old file */
H A DChangeLog92 (chnamemod): Work around bad_NFS_rename; don't ignore un_link result.