| /src/usr.sbin/unlink/ |
| Makefile | 3 PROG= unlink 4 MAN= unlink.8
|
| /src/external/bsd/mdocml/dist/ |
| test-mkstemps.c | 11 return unlink(filename) == -1;
|
| /src/usr.bin/sdiff/ |
| common.c | 18 if (unlink(filename))
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| rename.c | 31 if (unlink (zto) < 0 35 return unlink (zfrom);
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| rename.c | 31 if (unlink (zto) < 0 35 return unlink (zfrom);
|
| /src/external/gpl3/gcc/dist/libgcc/config/bfin/ |
| crtn.S | 35 unlink; 44 unlink;
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| rename.c | 31 if (unlink (zto) < 0 35 return unlink (zfrom);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/bfin/ |
| crtn.S | 35 unlink; 44 unlink;
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| rename.c | 31 if (unlink (zto) < 0 35 return unlink (zfrom);
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| rename.c | 31 if (unlink (zto) < 0 35 return unlink (zfrom);
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| rename.c | 31 if (unlink (zto) < 0 35 return unlink (zfrom);
|
| /src/tests/lib/libc/sys/ |
| t_unlink.c | 43 static char path[] = "unlink"; 48 atf_tc_set_md_var(tc, "descr", "A basic test of unlink(2)"); 63 ATF_REQUIRE(unlink(path) == 0); 72 (void)unlink(path); 78 atf_tc_set_md_var(tc, "descr", "Test error conditions of unlink(2)"); 88 ATF_REQUIRE_ERRNO(EBUSY, unlink("/") == -1); 91 ATF_REQUIRE_ERRNO(ENAMETOOLONG, unlink(buf) == -1); 94 ATF_REQUIRE_ERRNO(ENOENT, unlink("/a/b/c/d/e/f/g/h/i/j/k/l/m") == -1); 99 (void)unlink(path); 105 atf_tc_set_md_var(tc, "descr", "Test unlink(2) for a FIFO") [all...] |
| t_mkfifo.c | 56 ATF_REQUIRE(unlink(path) == 0); 107 (void)unlink(path); 112 (void)unlink(path); 145 ATF_REQUIRE(unlink(path) == 0); 150 (void)unlink(path); 199 (void)unlink(path); 204 (void)unlink(path); 230 ATF_REQUIRE(unlink(path) == 0); 235 (void)unlink(path); 258 ATF_REQUIRE(unlink(path) == 0) [all...] |
| t_link.c | 93 ATF_REQUIRE(unlink(path) == 0); 94 ATF_REQUIRE(unlink(pathl) == 0); 99 (void)unlink(path); 100 (void)unlink(pathl); 145 ATF_REQUIRE(unlink(path) == 0); 146 ATF_REQUIRE(unlink(pathl) == 0); 151 (void)unlink(path); 152 (void)unlink(pathl); 211 ATF_REQUIRE(unlink(path) == 0); 212 ATF_REQUIRE(unlink(pathl) == 0) [all...] |
| /src/tests/lib/libc/gen/ |
| t_ftok.c | 89 ATF_REQUIRE(unlink(path) == 0); 90 ATF_REQUIRE(unlink(hlnk) == 0); 91 ATF_REQUIRE(unlink(slnk) == 0); 96 (void)unlink(path); 97 (void)unlink(hlnk); 98 (void)unlink(slnk);
|
| /src/external/gpl2/gmake/dist/tests/scripts/targets/ |
| SECONDARY | 44 unlink('foo.e'); 67 unlink('foo.e'); 82 unlink('foo.f', 'foo.e', 'foo.d', 'foo.c'); 109 unlink('source', 'final', 'intermediate'); 122 unlink('version2');
|
| /src/tests/lib/libc/stdio/ |
| t_fputc.c | 53 ATF_REQUIRE(unlink(path) == 0); 84 ATF_REQUIRE(unlink(path) == 0); 100 (void)unlink(path); 116 (void)unlink(path); 132 (void)unlink(path); 148 (void)unlink(path); 164 (void)unlink(path); 180 (void)unlink(path);
|
| /src/usr.bin/at/ |
| panic.c | 65 (void)unlink(atfile); 82 (void)unlink(atfile);
|
| /src/tests/lib/semaphore/pthread/ |
| t_sem_pth.c | 14 ATF_TP_ADD_TC(tp, unlink);
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| rename.c | 38 * unlink newname. */ 45 ret = unlink(newname);
|
| /src/external/gpl2/dtc/dist/tests/ |
| test_kernel_dts | 61 unlink($old_dtb_file) if (-f $old_dtb_file); 69 unlink($new_dtb_file) if (-f $new_dtb_file);
|
| /src/external/gpl3/gcc/dist/gcc/config/vms/ |
| xm-vms.h | 47 if (unlink (NAME) < 0) \
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| unlink.c | 1 /* Implementation of the UNLINK intrinsic. 34 /* SUBROUTINE UNLINK(NAME, STATUS) 51 stat = unlink (str); 74 /* INTEGER FUNCTION UNLINK(NAME) 77 extern GFC_INTEGER_4 PREFIX(unlink) (char *, gfc_charlen_type); 78 export_proto_np(PREFIX(unlink)); 81 PREFIX(unlink) (char *name, gfc_charlen_type name_len) function
|
| /src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
| xm-vms.h | 47 if (unlink (NAME) < 0) \
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| unlink.c | 1 /* Implementation of the UNLINK intrinsic. 34 /* SUBROUTINE UNLINK(NAME, STATUS) 51 stat = unlink (str); 74 /* INTEGER FUNCTION UNLINK(NAME) 77 extern GFC_INTEGER_4 PREFIX(unlink) (char *, gfc_charlen_type); 78 export_proto_np(PREFIX(unlink)); 81 PREFIX(unlink) (char *name, gfc_charlen_type name_len) function
|