Searched refs:unlink (Results 151 - 175 of 269) sorted by relevance

1234567891011

/haiku-fatelf/src/bin/bash/
H A Dredir.c404 unlink (filename);
418 unlink (filename);
426 if (unlink (filename) < 0)
430 /* Under CygWin 1.1.0, the unlink will fail if the file is
/haiku-fatelf/src/bin/patch/
H A Dutil.c120 unlink (bakname);
177 if (unlink (to) == 0)
196 if (unlink (to) != 0)
/haiku-fatelf/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-fatelf/src/bin/network/wget/src/
H A Drecur.c443 if (unlink (file))
444 logprintf (LOG_NOTQUIET, "unlink: %s\n", strerror (errno));
529 (but that is remedied later with unlink) unless the depth equals
643 if (unlink (rfile))
644 logprintf (LOG_NOTQUIET, "unlink: %s\n",
/haiku-fatelf/headers/posix/
H A Dunistd.h170 extern int unlink(const char *name);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp158 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_UNLINK, fFSOps->unlink);
H A DBeOSKernelVolume.cpp314 if (!fFSOps->unlink)
316 return fFSOps->unlink(fVolumeCookie, dir, name);
H A Dfs_interface.h196 beos_op_unlink (*unlink); member in struct:beos_vnode_ops
/haiku-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DStdLibFileIO.cpp247 return unlink (m_cFileName); // 0 success, -1 error
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dutil.c490 unlink(fnbuf);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dcache.c418 binary. For them, we want to unlink the file first.
424 file as an output file. If we unlink the file here, we
428 So we unlink the output file if and only if it has
439 unlink (abfd->filename);
/haiku-fatelf/src/bin/gzip/
H A Dtailor.h167 # define unlink delete macro
/haiku-fatelf/src/bin/pcmcia-cs/
H A Ddump_cisreg.c99 unlink(fn);
/haiku-fatelf/src/libs/ncurses/test/
H A Ddemo_defkey.c191 unlink(MY_LOGFILE);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_mutex_trylock/
H A D1-2.c213 unlink(filename);
H A D2-1.c193 unlink(filename);
H A D4-2.c214 unlink(filename);
/haiku-fatelf/src/bin/coreutils/src/
H A Dcopy.c658 if (unlink (dst_name) != 0)
1018 file. In that case, the caller should try to unlink `a' and then return
1145 the same file system, via `unlink (DST_NAME)' otherwise.
1181 unlink before opening the destination and when the source and destination
1401 However, if we intend to unlink or remove the destination
1475 || (unlink_src && unlink (src_name) == 0))
1631 /* Never unlink dst_name when in move mode. */
1639 if (unlink (dst_name) != 0 && errno != ENOENT)
1789 if (unlink (dst_name) != 0)
1907 if (unlink (dst_nam
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A DKernelUserVolume.cpp259 if (!fFSOps->unlink)
261 return fFSOps->unlink(fVolumeCookie, dir, name);
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse.h113 int (*unlink) (const char *); member in struct:fuse_operations
H A Dfuse_lowlevel.h308 void (*unlink) (fuse_req_t req, fuse_ino_t parent, const char *name); member in struct:fuse_lowlevel_ops
818 * unlink, rmdir, rename, flush, release, fsync, fsyncdir, setxattr,
/haiku-fatelf/headers/private/userlandfs/legacy/
H A Dfsproto.h177 op_unlink (*unlink); member in struct:vnode_ops
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dfsproto.h173 op_unlink (*unlink); member in struct:vnode_ops
/haiku-fatelf/src/add-ons/kernel/file_systems/nfs/
H A Dfsproto.h170 op_unlink (*unlink); member in struct:vnode_ops
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp432 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_UNLINK, fFS->ops.unlink);

Completed in 238 milliseconds

1234567891011