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

123456

/haiku-buildtools/legacy/gcc/libiberty/
H A Drename.c17 if (unlink (zto) < 0
21 return unlink (zfrom);
/haiku-buildtools/binutils/libiberty/
H A Drename.c31 if (unlink (zto) < 0
35 return unlink (zfrom);
H A Dunlink-if-ordinary.c0 /* unlink-if-ordinary.c - remove link to a file unless it is special
32 was made to unlink the file because it is special.
69 return unlink (name);
/haiku-buildtools/gcc/libiberty/
H A Drename.c31 if (unlink (zto) < 0
35 return unlink (zfrom);
H A Dunlink-if-ordinary.c0 /* unlink-if-ordinary.c - remove link to a file unless it is special
32 was made to unlink the file because it is special.
69 return unlink (name);
/haiku-buildtools/legacy/binutils/libiberty/
H A Drename.c31 if (unlink (zto) < 0
35 return unlink (zfrom);
H A Dunlink-if-ordinary.c0 /* unlink-if-ordinary.c - remove link to a file unless it is special
32 was made to unlink the file because it is special.
69 return unlink (name);
/haiku-buildtools/gcc/libgcc/config/bfin/
H A Dcrtn.S35 unlink;
44 unlink;
/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Dclose.c11 #ifndef unlink
12 #define unlink remove
19 extern "C" int unlink(const char*);
21 extern int unlink(const char*);
57 unlink(b->ufnm); /*SYSDEP*/
H A Drawio.h23 extern int unlink(const char*);
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Dstack.s46 .global unlink
47 unlink: label
48 unlink;
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/bfin/
H A Dstack.s46 .global unlink
47 unlink: label
48 unlink;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/27_io/
H A Dofstream_insert_int.cc39 unlink("tmp_perf_int.txt");
H A Difstream_extract_int.cc46 unlink("tmp_perf_int.txt");
H A Dofstream_insert_float.cc51 unlink(filename);
H A Dfstream_seek_write.cc47 unlink("tmp_perf_seek");
/haiku-buildtools/gcc/gcc/config/vms/
H A Dxm-vms.h47 if (unlink (NAME) < 0) \
/haiku-buildtools/legacy/gcc/libchill/
H A Ddelete.c46 if( unlink( the_assoc->pathname ) )
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/close/char/
H A D4879.cc55 unlink(name);
66 unlink(name);
98 unlink(name);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/showmanyc/char/
H A D9533-1.cc43 unlink(name);
53 unlink(name);
88 unlink(name);
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dxm-vms.h64 /* Define a local equivalent (sort of) for unlink */
65 #define unlink remove macro
/haiku-buildtools/legacy/gcc/gcc/config/winnt/
H A Doldnames.c38 unlink (const char *path) function
/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Dunlink_.c54 i = unlink (buff);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/
H A D9507.cc44 unlink(name);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr53011.C32 void unlink() { function in struct:WvLink
55 next->unlink();

Completed in 118 milliseconds

123456