Symbol: unlink
3rdparty/mmu_man/onlinedemo/haiku.php
534
unlink($pidfile);
3rdparty/mmu_man/onlinedemo/haiku.php
573
unlink($pidfile);
3rdparty/mmu_man/onlinedemo/haiku.php
577
unlink($sessionfile);
headers/os/drivers/fs_interface.h
162
status_t (*unlink)(fs_volume* volume, fs_vnode* dir, const char* name);
headers/posix/unistd.h
357
extern int unlink(const char *name);
headers/private/fs_shell/fssh_fs_interface.h
177
fssh_status_t (*unlink)(fssh_fs_volume *volume, fssh_fs_vnode *dir,
headers/private/userlandfs/fuse/fuse.h
128
int (*unlink) (const char *);
headers/private/userlandfs/fuse/fuse_compat.h
128
int (*unlink) (const char *);
headers/private/userlandfs/fuse/fuse_compat.h
176
int (*unlink) (const char *);
headers/private/userlandfs/fuse/fuse_compat.h
18
int (*unlink) (const char *);
headers/private/userlandfs/fuse/fuse_compat.h
77
int (*unlink) (const char *);
headers/private/userlandfs/fuse/fuse_lowlevel.h
350
void (*unlink) (fuse_req_t req, fuse_ino_t parent, const char *name);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
26
void (*unlink) (fuse_req_t req, fuse_ino_t parent, const char *name);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
93
void (*unlink) (fuse_req_t req, fuse_ino_t parent, const char *name);
headers/private/userlandfs/legacy/fsproto.h
177
op_unlink *unlink;
src/add-ons/kernel/file_systems/bindfs/kernel_interface.cpp
505
return sourceNode->ops->unlink(sourceVolume, sourceNode, name);
src/add-ons/kernel/file_systems/bindfs/kernel_interface.cpp
625
sourceNode->ops->unlink(sourceVolume, sourceNode, name);
src/add-ons/kernel/file_systems/layers/attribute_overlay/attribute_overlay.cpp
1305
OVERLAY_CALL(unlink, name)
src/add-ons/kernel/file_systems/layers/attribute_overlay/attribute_overlay.cpp
737
if (attributeDir.ops->unlink == NULL) {
src/add-ons/kernel/file_systems/layers/attribute_overlay/attribute_overlay.cpp
743
result = attributeDir.ops->unlink(volume, &attributeDir, nameBuffer);
src/add-ons/kernel/file_systems/layers/log_overlay/log_overlay.cpp
315
OVERLAY_CALL(unlink, name)
src/add-ons/kernel/file_systems/netfs/server/ClientConnection.cpp
1233
if (unlink(path.GetPath()) < 0)
src/add-ons/kernel/file_systems/ntfs/libntfs/plugin.h
179
int (*unlink)(ntfs_inode *dir_ni, const REPARSE_POINT *reparse,
src/add-ons/kernel/file_systems/ntfs/lowntfs.c
1108
res = CALL_REPARSE_PLUGIN(dir_ni, unlink, (char*)NULL,
src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/FileSystem.cpp
650
CLEAR_UNSUPPORTED(FS_VNODE_CAPABILITY_UNLINK, unlink);
src/add-ons/kernel/file_systems/userlandfs/server/beos/BeOSKernelFileSystem.cpp
158
fNodeCapabilities.Set(FS_VNODE_CAPABILITY_UNLINK, fFSOps->unlink);
src/add-ons/kernel/file_systems/userlandfs/server/beos/BeOSKernelVolume.cpp
314
if (!fFSOps->unlink)
src/add-ons/kernel/file_systems/userlandfs/server/beos/BeOSKernelVolume.cpp
316
return fFSOps->unlink(fVolumeCookie, dir, name);
src/add-ons/kernel/file_systems/userlandfs/server/beos/fs_interface.h
196
beos_op_unlink *unlink;
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEFileSystem.cpp
481
fNodeCapabilities.Set(FS_VNODE_CAPABILITY_UNLINK, fLowLevelOps.unlink);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEFileSystem.cpp
539
fNodeCapabilities.Set(FS_VNODE_CAPABILITY_UNLINK, fFS->ops.unlink);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
159
if (ops->unlink == NULL)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
163
ops->unlink(&request, parent, name);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
46
if (fs->ops.unlink == NULL)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
48
return fs->ops.unlink(path);
src/add-ons/kernel/file_systems/userlandfs/server/haiku/HaikuKernelFileSystem.cpp
327
capabilities.Set(FS_VNODE_CAPABILITY_UNLINK, ops->unlink);
src/add-ons/kernel/file_systems/userlandfs/server/haiku/HaikuKernelVolume.cpp
603
if (!dir->ops->unlink)
src/add-ons/kernel/file_systems/userlandfs/server/haiku/HaikuKernelVolume.cpp
605
return dir->ops->unlink(&fVolume, dir, name);
src/add-ons/media/plugins/ape_reader/MAClib/StdLibFileIO.cpp
247
return unlink (m_cFileName); // 0 success, -1 error
src/add-ons/print/transports/ipp/IppTransport.cpp
129
unlink(__file);
src/add-ons/print/transports/lpr/LprTransport.cpp
87
unlink(fFile);
src/bin/copyattr.cpp
339
if (unlink(destPath) < 0) {
src/bin/copyattr.cpp
511
if (unlink(sourcePath) < 0) {
src/bin/diff_zip.cpp
340
unlink(tmpFileName);
src/bin/network/ftpd/ftpd.c
2663
if (unlink(name) < 0) {
src/bin/pcmcia-cs/cardctl.c
115
unlink(fn);
src/bin/pcmcia-cs/dump_cis.c
100
unlink(fn);
src/bin/pcmcia-cs/dump_cisreg.c
99
unlink(fn);
src/bin/rc/decompile.cpp
1004
unlink(fileName);
src/bin/rc/decompile.cpp
998
unlink(headerName);
src/bin/unzip/beos.c
830
unlink(G.filename); /* ...and delete it */
src/bin/unzip/extract.c
1632
if (unlink(G.filename) != 0)
src/bin/unzip/fileio.c
295
unlink(tname);
src/bin/unzip/fileio.c
343
if (unlink(G.filename) != 0) {
src/bin/unzip/unzpriv.h
538
extern int stat(), unlink(), jsys(), fcntl();
src/build/libroot/fs.cpp
1076
if (unlink(realPath.c_str()) < 0)
src/build/libroot/fs_attr_generic.cpp
520
unlink(typePath.c_str());
src/build/libroot/fs_attr_generic.cpp
524
unlink(attrPath.c_str());
src/build/libroot/fs_attr_generic.cpp
620
if (unlink(attrPath.c_str()) < 0)
src/build/libroot/fs_attr_generic.cpp
623
unlink(typePath.c_str());
src/build/libroot/fs_attr_generic.cpp
767
if (unlink(attrPath.c_str()) < 0)
src/build/libroot/fs_attr_generic.cpp
770
unlink(typePath.c_str());
src/build/libroot/fs_darwin.cpp
439
return (flag & AT_REMOVEDIR) != 0 ? rmdir(path) : unlink(path);
src/build/libroot/fs_darwin.cpp
453
: unlink(fullPath);
src/kits/package/hpkg/WriterImplBase.cpp
251
unlink(fFileName);
src/kits/storage/CopyEngine.cpp
174
if (unlink(destPath) < 0) {
src/kits/storage/RemoveEngine.cpp
123
if (unlink(path) < 0) {
src/libs/util/pidfile.c
148
unlink(pfh->pf_path);
src/libs/util/pidfile.c
234
if (unlink(pfh->pf_path) == -1)
src/system/kernel/fs/vfs.cpp
5568
FS_CALL(directory, unlink, name);
src/system/kernel/fs/vfs.cpp
6692
if (HAS_FS_CALL(vnode, unlink))
src/system/kernel/fs/vfs.cpp
6693
status = FS_CALL(vnode.Get(), unlink, filename);
src/system/libroot/posix/glibc/include/unistd.h
23
unlink(buf)
src/system/libroot/posix/malloc/hoard2/processheap.cpp
78
unlink(fname);
src/system/libroot/posix/stdio/tmpfile.c
67
(void)unlink(buf);
src/system/libroot/posix/sys/mman.cpp
231
return unlink(path);
src/tests/system/kernel/vm/mmap_fixed_test.cpp
23
unlink(tmpfile);
src/tests/system/kernel/vm/mmap_invalid_tests.cpp
110
unlink(fileName);
src/tests/system/libroot/posix/fifo_test.cpp
36
unlink(filename);
src/tests/system/libroot/posix/fseek_test.cpp
356
unlink(fname);
src/tests/system/libroot/posix/symlink_create_test.c
15
unlink("link4");
src/tests/system/libroot/posix/symlink_create_test.c
16
unlink("file4");
src/tests/system/libroot/posix/symlink_create_test.c
31
unlink(linkname);
src/tests/system/libroot/posix/tst-fgetws.c
158
unlink(name1);
src/tests/system/libroot/posix/tst-fgetws.c
159
unlink(name2);
src/tests/system/libroot/posix/tst-ungetwc1.c
71
unlink(fname);
src/tests/system/libroot/posix/tst-ungetwc2.c
74
unlink(fname);
src/tests/system/libroot/posix/tst-wprintf2.c
30
unlink(name);
src/tests/system/network/unix_dgram_test.cpp
145
unlink("test.sock");
src/tests/system/network/unix_dgram_test.cpp
146
unlink("test1.sock");
src/tests/system/network/unix_dgram_test.cpp
147
unlink("test2.sock");
src/tests/system/network/unix_dgram_test.cpp
156
unlink("test.sock");
src/tests/system/network/unix_dgram_test.cpp
157
unlink("test1.sock");
src/tests/system/network/unix_dgram_test.cpp
158
unlink("test2.sock");
src/tests/system/network/unix_dgram_test.cpp
26
unlink("test.sock");
src/tests/system/network/unix_dgram_test.cpp
27
unlink("test1.sock");
src/tests/system/network/unix_dgram_test.cpp
28
unlink("test2.sock");
src/tests/system/network/unix_dgram_test.cpp
342
unlink("test.sock");
src/tests/system/network/unix_dgram_test.cpp
343
unlink("test1.sock");
src/tests/system/network/unix_dgram_test.cpp
344
unlink("test2.sock");
src/tests/system/network/unix_dgram_test.cpp
353
unlink("test-socket-unix");
src/tests/system/network/unix_dgram_test.cpp
366
unlink("test-socket-unix");
src/tests/system/network/unix_dgram_test.cpp
374
unlink("test-socket-unix");
src/tests/system/network/unix_dgram_test.cpp
382
unlink("test-socket-unix");
src/tests/system/network/unix_dgram_test.cpp
396
unlink("test-socket-unix");
src/tests/system/network/unix_dgram_test.cpp
408
unlink("test.sock");
src/tests/system/network/unix_dgram_test.cpp
409
unlink("test1.sock");
src/tests/system/network/unix_dgram_test.cpp
496
unlink("test.sock");
src/tests/system/network/unix_dgram_test.cpp
497
unlink("test1.sock");
src/tests/system/network/unix_dgram_test.cpp
506
unlink("test.sock");
src/tests/system/network/unix_dgram_test.cpp
507
unlink("test1.sock");
src/tests/system/network/unix_dgram_test.cpp
652
unlink("test.sock");
src/tests/system/network/unix_dgram_test.cpp
653
unlink("test1.sock");
src/tools/fs_shell/fuse.cpp
413
fuseOps->unlink = fuse_unlink;
src/tools/fs_shell/unistd.cpp
133
return unlink(name);
src/tools/fs_shell/vfs.cpp
3040
FS_CALL(directory, unlink, name);
src/tools/fs_shell/vfs.cpp
3846
if (HAS_FS_CALL(vnode, unlink))
src/tools/fs_shell/vfs.cpp
3847
status = FS_CALL(vnode, unlink, filename);
src/tools/rm_attrs.cpp
171
if (unlink(path.GetPath()) < 0) {