Searched refs:unlink (Results 201 - 225 of 269) sorted by relevance

1234567891011

/haiku-fatelf/src/tests/system/libroot/posix/
H A Dfseek_test.cpp356 unlink(fname);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_broadcast/
H A D1-2.c357 unlink(filename);
H A D2-3.c348 unlink(filename);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_destroy/
H A D2-1.c359 unlink(filename);
/haiku-fatelf/src/tools/fs_shell/
H A Dfuse.cpp239 PRINTD("##unlink\n");
398 fuseOps->unlink = fuse_unlink;
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp603 if (!dir->ops->unlink)
605 return dir->ops->unlink(&fVolume, dir, name);
/haiku-fatelf/src/bin/bash/builtins/
H A Dmkbuiltins.c1617 unlink (to);
1620 unlink (from);
/haiku-fatelf/src/bin/coreutils/src/
H A Dcsplit.c948 if (unlink (name) != 0 && !in_signal_handler)
983 unlink_ok = (unlink (output_filename) == 0);
H A Dshred.c29 - Add an unlink-all option to emulate rm.
939 * the same directory slot. Finally, unlink it.
951 * The unlink is Unix-specific, as ANSI-standard remove has more
1019 if (unlink (oldname) != 0)
/haiku-fatelf/src/bin/diffutils/src/
H A Dsdiff.c234 unlink (tmpname);
722 unlink (tmpname);
/haiku-fatelf/src/bin/rc/
H A Ddecompile.cpp995 unlink(headerName);
1001 unlink(fileName);
/haiku-fatelf/src/libs/edit/
H A Dvi.c1016 unlink(tempfile);
1036 unlink(tempfile);
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp737 if (attributeDir.ops->unlink == NULL) {
738 TRACE_ALWAYS("cannot remove attribute file, unlink hook missing\n");
743 result = attributeDir.ops->unlink(volume, &attributeDir, nameBuffer);
745 TRACE_ALWAYS("failed to unlink attribute file: %s\n", strerror(result));
1305 OVERLAY_CALL(unlink, name)
/haiku-fatelf/src/bin/network/wget/src/
H A Dftp.c1569 if (unlink (locf))
1570 logprintf (LOG_NOTQUIET, "unlink: %s\n", strerror (errno));
1624 if (unlink (lf))
1625 logprintf (LOG_NOTQUIET, "unlink: %s\n", strerror (errno));
1795 unlink (con->target);
H A Dretr.c995 if (unlink (filename))
996 logprintf (LOG_NOTQUIET, "unlink: %s\n", strerror (errno));
/haiku-fatelf/headers/os/drivers/
H A Dfs_interface.h161 status_t (*unlink)(fs_volume* volume, fs_vnode* dir, const char* name); member in struct:fs_vnode_ops
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_fs_interface.h177 fssh_status_t (*unlink)(fssh_fs_volume *volume, fssh_fs_vnode *dir, member in struct:fssh_fs_vnode_ops
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp648 CLEAR_UNSUPPORTED(FS_VNODE_CAPABILITY_UNLINK, unlink);
/haiku-fatelf/src/bin/network/atftpd/
H A Dtftpd.c1091 /* unlink the pid file */
1092 if (unlink(file) == -1)
1093 logger(LOG_ERR, "unlink: %s", strerror(errno));
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-bpf.c476 unlink(buf);
/haiku-fatelf/src/bin/pcmcia-cs/
H A Dcardctl.c115 unlink(fn);
/haiku-fatelf/src/bin/rcs/
H A Drcsbase.h482 # define un_link(s) unlink(s)
H A Drcsfnms.c285 * Because of storage in tpnames, tempunlink() can unlink the file later.
332 VOID unlink(p);
/haiku-fatelf/src/kits/network/libbind/isc/
H A Dlogging.c128 (void)unlink(chan->out.file.name);
/haiku-fatelf/src/kits/package/hpkg/
H A DWriterImplBase.cpp332 unlink(fFileName);

Completed in 254 milliseconds

1234567891011