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

123

/vbox/src/recompiler/tests/
H A Dtest_path.c32 unlink("/tmp/qemu-test_path/DIR1/DIR2/FILE");
33 unlink("/tmp/qemu-test_path/DIR1/DIR2/FILE2");
34 unlink("/tmp/qemu-test_path/DIR1/DIR2/FILE3");
35 unlink("/tmp/qemu-test_path/DIR1/DIR2/FILE4");
36 unlink("/tmp/qemu-test_path/DIR1/DIR2/FILE5");
H A Dlinux-test.c98 unlink(TESTPATH "/file1");
99 unlink(TESTPATH "/file2");
100 unlink(TESTPATH "/file3");
215 chk_error(unlink("file3"));
216 chk_error(unlink("file2"));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dremove.c67 * The file system may prohibit using unlink(2) on directories,
73 return (unlink(file));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A DEfiSysCall.h28 int unlink (const char *name);
172 int unlink (const char *name);
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXw32defs.h50 # define unlink _unlink macro
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgun.c64 #include <unistd.h> /* read(), write(), close(), chown(), unlink() */
591 unlink(inname);
598 if (outfile > 2) unlink(outname);
602 if (outfile > 2) unlink(outname);
606 if (outfile > 2) unlink(outname);
621 if (outfile > 2) unlink(outname);
H A Dgzlog.c231 #include <unistd.h> /* lseek, read, write, close, unlink, sleep, */
345 if stat() or unlink() fails, it may be due to another process noticing the
358 unlink(log->path);
401 unlink(log->path);
560 unlink(log->path); /* ignore error, since may not exist */
578 unlink(log->path); /* ignore error, since may not exist */
843 unlink(log->path);
/vbox/src/libs/zlib-1.2.6/test/
H A Dminigzip.c44 # define unlink delete macro
48 # define unlink remove macro
57 #ifndef WIN32 /* unlink already in stdio.h for WIN32 */
58 extern int unlink OF((const char *));
145 # include <unistd.h> /* for unlink() */
481 unlink(file);
526 unlink(infile);
/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dutils.php528 unlink ( $dir );
615 return unlink ( $file_or_dir_name );
/vbox/src/VBox/RDP/client-1.8.3/
H A Dprintercache.c103 if (unlink(path) < 0)
234 unlink(path);
H A Dctrl.c301 unlink(ctrlsock_name);
340 unlink(ctrlsock_name);
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxupgrade.py199 os.unlink(sDst);
201 testboxcommons.log('Error: failed to unlink (old) "%s": %s' % (sDst, oXcpt));
269 os.unlink(sFull);
271 testboxcommons.log('Warning: failed to unlink obsolete file "%s": %s' % (sFull, oXcpt));
H A Dtestboxcommand.py231 os.unlink(sDstFile);
/vbox/src/libs/xpcom18a4/nsprpub/config/
H A Dnsinstall.c290 (void) unlink(toname);
331 (void) (S_ISDIR(tosb.st_mode) ? rmdir : unlink)(toname);
351 (void) (S_ISDIR(tosb.st_mode) ? rmdir : unlink)(toname);
/vbox/src/VBox/Runtime/r3/posix/
H A Dsymlink-posix.cpp143 if (unlink(pszNativeSymlink) == 0)
/vbox/src/bldprogs/
H A Dbiossums.c24 # include <unistd.h> /* unlink */
70 unlink(g_pszOutFile);
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c1938 #define unlink(P, BK, FD) { \
3286 unlink(victim, bck, fwd);
3370 /* unlink */
3519 unlink(p, bck, fwd);
3532 unlink(nextchunk, bck, fwd);
3687 unlink(p, bck, fwd);
3699 unlink(nextchunk, bck, fwd);
3842 unlink(prev, bck, fwd);
3855 unlink(next, bck, fwd);
3864 unlink(pre
1931 #define unlink macro
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dio.h169 static inline int unlink(const char* path) { return _unlink(path); } function
H A Dstdio.h259 static inline int unlink(const char* path) { return _unlink(path); } function
/vbox/src/VBox/Devices/PC/ipxe/contrib/vm/
H A Dserial-console271 unlink $orig_file;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dio.h166 static inline int unlink(const char* path) { return _unlink(path); } function
H A Dstdio.h230 static inline int unlink(const char* path) { return _unlink(path); } function
/vbox/src/libs/xpcom18a4/python/
H A Dfile.py279 os.unlink(fname)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxshm.c282 urc = unlink( ipcname );
286 ("_MD_DeleteSharedMemory(): unlink() failed: %s", ipcname ));
513 ** open the file, unlink the file.
550 urc = unlink( genName );
554 ("_md_OpenAnonFileMap(): failed on unlink(), errno: %d", errno));
560 ("_md_OpenAnonFileMap(): unlink(): %s", genName ));
/vbox/src/VBox/ValidationKit/tests/unittests/
H A DtdUnitTest1.py601 try: os.unlink(sXmlFile);
656 os.unlink(sXmlFile);

Completed in 1887 milliseconds

123