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

123

/haiku/src/tests/system/network/
H A Dunix_dgram_test.cpp26 unlink("test.sock");
27 unlink("test1.sock");
28 unlink("test2.sock");
145 unlink("test.sock");
146 unlink("test1.sock");
147 unlink("test2.sock");
156 unlink("test.sock");
157 unlink("test1.sock");
158 unlink("test2.sock");
342 unlink("tes
[all...]
/haiku/src/system/libroot/posix/glibc/include/
H A Dunistd.h23 unlink(buf)
/haiku/src/tests/system/libroot/posix/
H A Dfifo_test.cpp36 unlink(filename);
H A Dtst-fgetws.c158 unlink(name1);
159 unlink(name2);
H A Dtst-ungetwc1.c71 unlink(fname);
H A Dtst-ungetwc2.c74 unlink(fname);
H A Dtst-wprintf2.c30 unlink(name);
/haiku/src/tests/system/kernel/
H A Dmmap_fixed_test.cpp23 unlink(tmpfile);
/haiku/src/system/libroot/posix/unistd/
H A Dlink.c63 unlink(const char *path) function
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dplugin.h179 int (*unlink)(ntfs_inode *dir_ni, const REPARSE_POINT *reparse, member in struct:plugin_operations
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_compat.h18 int (*unlink) (const char *); member in struct:fuse_operations_compat25
77 int (*unlink) (const char *); member in struct:fuse_operations_compat22
128 int (*unlink) (const char *); member in struct:fuse_operations_compat2
176 int (*unlink) (const char *); member in struct:fuse_operations_compat1
H A Dfuse_lowlevel_compat.h26 void (*unlink) (fuse_req_t req, fuse_ino_t parent, const char *name); member in struct:fuse_lowlevel_ops_compat25
93 void (*unlink) (fuse_req_t req, fuse_ino_t parent, const char *name); member in struct:fuse_lowlevel_ops_compat
/haiku/src/libs/util/
H A Dpidfile.c148 unlink(pfh->pf_path);
234 if (unlink(pfh->pf_path) == -1)
/haiku/src/build/libroot/
H A Dfs_attr_generic.cpp519 unlink(typePath.c_str());
523 unlink(attrPath.c_str());
619 if (unlink(attrPath.c_str()) < 0)
622 unlink(typePath.c_str());
766 if (unlink(attrPath.c_str()) < 0)
769 unlink(typePath.c_str());
H A Dfs_darwin.cpp438 // call rmdir() or unlink() ignoring fd
439 return (flag & AT_REMOVEDIR) != 0 ? rmdir(path) : unlink(path);
453 : unlink(fullPath);
/haiku/src/add-ons/print/transports/lpr/
H A DLprTransport.cpp87 unlink(fFile);
/haiku/src/tools/
H A Drm_attrs.cpp171 if (unlink(path.GetPath()) < 0) {
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dprocessheap.cpp78 unlink(fname);
/haiku/src/add-ons/print/transports/ipp/
H A DIppTransport.cpp129 unlink(__file);
/haiku/src/kits/storage/
H A DRemoveEngine.cpp123 if (unlink(path) < 0) {
125 "Failed to unlink \"%s\": %s\n", path, strerror(errno));
/haiku/src/system/libroot/posix/sys/
H A Dmman.cpp231 return unlink(path);
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php534 unlink($pidfile);
573 unlink($pidfile);
577 unlink($sessionfile);
/haiku/src/bin/
H A Dcopyattr.cpp337 // unlink the destination
339 if (unlink(destPath) < 0) {
340 fprintf(stderr, "Error: Failed to unlink \"%s\": %s\n", destPath,
511 if (unlink(sourcePath) < 0) {
512 fprintf(stderr, "Error: Failed to unlink \"%s\": %s\n",
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.cpp159 if (ops->unlink == NULL)
163 ops->unlink(&request, parent, name);
H A Dfuse_fs.cpp46 if (fs->ops.unlink == NULL)
48 return fs->ops.unlink(path);

Completed in 2015 milliseconds

123