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

12

/darwin-on-arm/xnu/libsyscall/wrappers/
H A Dunlink.c28 unlink(const char *path) function
H A Dmodule.mk11 unlink.c \
/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_Write.c82 goto unlink;
92 goto unlink;
100 goto unlink;
123 unlink:
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dfile_lock.c82 if (unlink(fname)) {
H A Dcascade_fcntl.c119 if (unlink(fname)) {
H A Dcascade_flock.c130 if (unlink(fname)) {
H A Dcascade_lockf.c125 if (unlink(fname)) {
H A Dpipe.c503 (void) unlink(path);
505 (void) unlink(path);
/darwin-on-arm/xnu/SETUP/config/
H A Dmkheaders.c60 #include <unistd.h> /* unlink */
173 (void) unlink(file);
232 unlink(file);
H A Dmkswapconf.c59 #include <unistd.h> /* for unlink */
112 (void) unlink(path(swapname));
H A Dmkioconf.c52 #include <unistd.h> /* for unlink */
1217 unlink(path("ioconf.c"));
1246 unlink(path("ioconf.c"));
1529 unlink(path("ioconf.c"));
1723 unlink(path("ioconf.c"));
1814 unlink(path("ioconf.c"));
1869 unlink(path("ioconf.c"));
1923 unlink(path("ioconf.c"));
1977 unlink(path("ioconf.c"));
2023 unlink(pat
[all...]
H A Dmkmakefile.c62 #include <unistd.h> /* for unlink */
230 unlink(path("Makefile.old"));
231 unlink(path("M.d"));
846 unlink(path(temp));
852 unlink(path(temp));
868 unlink(path(name));
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_bw_mmap_rd.c294 unlink(s);
344 if (state->clone) unlink(state->filename);
H A Dlmbench_select_file.c269 unlink(ts->fname);
H A Dlmbench_select_tcp.c498 unlink(ts->fname);
/darwin-on-arm/xnu/SETUP/md/
H A Dmd.c221 unlink(outfile);
259 unlink(*argv);
533 unlink(shadow_mak_name);
/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile208 unlink.2 \
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmemory_tests.c419 if (unlink(my_namebuf1) && !(errno == ENOENT || errno == ENOTDIR)) {
420 printf("unlink of expected crash report '%s' failed \n", my_namebuf1);
425 if (unlink(my_namebuf2) && !(errno == ENOENT || errno == ENOTDIR)) {
426 printf("unlink of expected crash report '%s' failed \n", my_namebuf2);
H A Dcontent_protection_test.c658 unlink(filepath);
756 unlink(filepath);
899 unlink(filepath);
H A Dmisc.c124 my_err = unlink( my_pathp );
126 printf( "unlink failed with error %d - \"%s\" \n", errno, strerror( errno) );
H A Dkqueue_tests.c223 my_err = unlink( my_pathp );
225 printf( "unlink failed with error %d - \"%s\" \n", errno, strerror( errno) );
H A Dtests.c625 * Test link, stat and unlink system calls.
726 /* now make sure unlink works OK */
727 my_err = unlink( my_path2p );
729 printf( "unlink call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1003 my_err = unlink(FILE_NOTME);
1019 my_err = unlink(FILE_NOTME);
1301 unlink( my_link_pathp );
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6.c1662 goto unlink;
1715 goto unlink;
1757 * not just go to unlink.
2006 unlink:
2111 printf("Couldn't unlink in6_ifaddr from in6_ifaddr\n");
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c912 unlink(output_name);
/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c272 res = unlink((char*)args[0]);
584 init_test(&test, "1.1.2: unlink a file", FILE1, 1, 0, NOTE_DELETE, YES_EVENT);
609 init_test(&test, "1.1.6: make a fifo, unlink it", FILE1, 1, 0, NOTE_DELETE, YES_EVENT);
623 init_test(&test, "1.1.8: unlink a symlink to a file", FILE2, 2, 1, NOTE_DELETE, YES_EVENT);
696 init_test(&test, "2.1.3: unlink a file from a dir", DIR1, 2, 1, NOTE_WRITE, YES_EVENT);
732 init_test(&test, "2.1.9: unlink a fifo from a dir", DIR1, 2, 1, NOTE_WRITE, YES_EVENT);
823 init_test(&test, "2.2.9: unlink a fifo", FILE1, 1, 0, NOTE_WRITE, NO_EVENT);
1071 init_test(&test, "4.2.4: unlink a file", FILE1, 1, 0, NOTE_ATTRIB, NO_EVENT);
1116 init_test(&test, "4.2.10: unlink() file from dir", DIR1, 2, 1, NOTE_ATTRIB, NO_EVENT);
1144 init_test(&test, "5.1.1: unlink()
[all...]

Completed in 112 milliseconds

12