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

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/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));
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsedit.c58 * (chnamemod): Work around bad_NFS_rename bug; don't ignore un_link result.
238 un_link(s) function
469 if (bad_fopen_wplus && un_link(name) != 0)
1462 r = un_link(lockname);
1564 VOID un_link(dirtpname[i].string);
1634 if (un_link(to) != 0 && errno != ENOENT)
1642 if (do_link(from,to) != 0 || un_link(from) != 0)
1854 nr = un_link(newRCSname);
1859 r = un_link(lockname);
1910 lr = un_link(locknam
[all...]
H A Drcsbase.h478 int un_link P((char const*));
480 # define un_link(s) unlink(s) macro
/freebsd-10.0-release/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c228 if (perform && un_link(workname) != 0)
/freebsd-10.0-release/gnu/usr.bin/rcs/ci/
H A Dci.c769 r = un_link(workname); /* Get rid of old file */

Completed in 104 milliseconds