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

<<11

/haiku-fatelf/src/bin/network/wget/src/
H A Dutils.c523 err = unlink (file);
525 logprintf (LOG_VERBOSE, _("Failed to unlink symlink %s: %s\n"),
/haiku-fatelf/src/build/libroot/
H A Dfs.cpp1045 // unlink
1046 if (unlink(realPath.c_str()) < 0)
/haiku-fatelf/src/tools/fs_shell/
H A Dvfs.cpp2944 FS_CALL(directory, unlink, name);
3750 if (HAS_FS_CALL(vnode, unlink))
3751 status = FS_CALL(vnode, unlink, filename);
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsdevices.c825 if (eps->filename && unlink(eps->filename)<0)
/haiku-fatelf/src/bin/unzip/
H A Dextract.c1632 if (unlink(G.filename) != 0)
H A Dunzpriv.h538 extern int stat(), unlink(), jsys(), fcntl();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dkernel.c1090 (*vn->ns->fs->ops.unlink)(dvn->ns->data, dvn->data, filename);
1443 op = dvn->ns->fs->ops.unlink;
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs.cpp5303 FS_CALL(directory, unlink, name);
6237 if (HAS_FS_CALL(vnode, unlink))
6238 status = FS_CALL(vnode, unlink, filename);
/haiku-fatelf/src/bin/gawk/
H A Dio.c2212 unlink(pipes[cur].name);
/haiku-fatelf/src/bin/network/ftpd/
H A Dftpd.c2635 if (unlink(name) < 0) {
/haiku-fatelf/src/tests/kits/net/netperf/
H A Dnetlib.c1570 /* unlink the file so it goes poof when we
1573 unlink(temp_file);
/haiku-fatelf/src/bin/bash/
H A DMANIFEST620 examples/loadables/unlink.c f
H A Dconfigure27619 unlink("bash-aclocal/not_a_directory");
27624 unlink("bash-aclocal/not_a_directory");
28756 unlink ("bash-aclocal/sh-np-autoconf");
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp1234 if (unlink(path.GetPath()) < 0)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server/
H A Dbeserved_server.c2393 error = unlink(path);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A DBeServed.cpp2714 error = unlink(path);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DClientConnection.cpp1234 if (unlink(path.GetPath()) < 0)
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure7497 unlink (dangling_symlink);
8856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether unlink honors trailing slashes" >&5
8857 $as_echo_n "checking whether unlink honors trailing slashes... " >&6; }
8877 if (!unlink ("conftest.file/") || errno != ENOTDIR) return 1;
8879 if (!unlink ("conftest.lnk/") || errno != ENOTDIR) return 2;
8909 gl_LIBOBJS="$gl_LIBOBJS unlink.$ac_objext"
9042 # GNU/Hurd has unlinkat, but it has the same bug as unlink.
9231 unlink (sym);
16868 unlink (file);
16880 unlink (fil
[all...]
/haiku-fatelf/src/libs/ncurses/
H A Dconfigure5667 unlink
5844 unlink(dst);

Completed in 578 milliseconds

<<11