Searched refs:unlink (Results 1 - 25 of 269) sorted by relevance

1234567891011

/haiku-fatelf/src/bin/coreutils/man/
H A Dunlink.x2 unlink \- call the unlink function to remove the specified file
6 unlink(2)
/haiku-fatelf/src/bin/gdb/libiberty/
H A Drename.c33 if (unlink (zto) < 0
37 return unlink (zfrom);
/haiku-fatelf/src/bin/bash/lib/sh/
H A Drename.c59 if (unlink (to) < 0 && errno != ENOENT)
66 if (unlink (from) < 0 && errno != ENOENT)
69 unlink (to);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/mmap/
H A D13-1.c64 unlink(tmpfname);
81 unlink(tmpfname);
90 unlink(tmpfname);
106 unlink(tmpfname);
114 unlink(tmpfname);
139 unlink(tmpfname);
151 unlink(tmpfname);
156 unlink(tmpfname);
H A D14-1.c59 unlink(tmpfname);
76 unlink(tmpfname);
89 unlink(tmpfname);
99 unlink(tmpfname);
123 unlink(tmpfname);
136 unlink(tmpfname);
H A D3-1.c81 unlink(tmpfname);
82 unlink(tmpfname2);
93 unlink(tmpfname);
94 unlink(tmpfname2);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/shm_open/
H A D8-1.c49 unlink(path);
53 unlink(path);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dremove.c34 /* It is faster to just try rmdir, and fall back on unlink, than it
36 it is more likely that we want unlink, not rmdir, but we cannot
37 guarantee the safety of unlink on directories. Trailing slash
38 bugs are handled by our rmdir and unlink wrappers. */
41 result = unlink (name);
H A Dunlink.c1 /* Work around unlink bugs.
27 #undef unlink macro
35 /* Work around Solaris 9 bug where unlink("file/") succeeds. */
40 /* We can't unlink(2) something if it doesn't exist. If it does
42 slash, and POSIX requires that the unlink attempt to remove
45 root user can unlink directories, and we don't want to
48 unlink(1) give the correct errno for non-root users). But we
57 unlink(1) will just have to live with the rule that they
83 result = unlink (name);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/aio_cancel/
H A D2-2.c50 unlink(tmpfname);
60 unlink(tmpfname);
H A D1-1.c51 unlink(tmpfname);
61 unlink(tmpfname);
H A D2-1.c56 unlink(tmpfname);
66 unlink(tmpfname);
H A D8-1.c53 unlink(tmpfname);
63 unlink(tmpfname);
/haiku-fatelf/src/system/libroot/posix/glibc/include/
H A Dunistd.h23 unlink(buf)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/aio_error/
H A D1-1.c51 unlink(tmpfname);
61 unlink(tmpfname);
H A D2-1.c56 unlink(tmpfname);
66 unlink(tmpfname);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/aio_fsync/
H A D14-1.c39 unlink(tmpfname);
49 unlink(tmpfname);
H A D2-1.c40 unlink(tmpfname);
50 unlink(tmpfname);
H A D3-1.c40 unlink(tmpfname);
50 unlink(tmpfname);
H A D4-1.c39 unlink(tmpfname);
49 unlink(tmpfname);
H A D4-2.c39 unlink(tmpfname);
49 unlink(tmpfname);
H A D5-1.c41 unlink(tmpfname);
51 unlink(tmpfname);
H A D8-1.c39 unlink(tmpfname);
49 unlink(tmpfname);
H A D8-2.c39 unlink(tmpfname);
49 unlink(tmpfname);
H A D8-3.c39 unlink(tmpfname);
49 unlink(tmpfname);

Completed in 93 milliseconds

1234567891011