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

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/t/
H A D42_offset.t70 1 while unlink $file;
H A D43_synopsis.t10 1 while unlink $file;
11 1 while unlink $dupe;
202 1 while unlink $file;
203 1 while unlink $dupe;
H A D17_misc_meth.t13 1 while unlink $file;
160 1 while unlink $file;
H A D15_pushpop.t18 1 while unlink $file;
137 1 while unlink $file;
H A D01_gen.t8 1 while unlink $file;
167 1 while unlink $file;
/openbsd-current/regress/lib/libc/sys/
H A Dt_umask.c146 if (unlink(path) != 0) {
147 str = "failed to unlink(2)";
163 (void)unlink(path);
H A Dt_getsockname.c76 ATF_REQUIRE(unlink(path) != -1);
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dblib.t32 unlink "stderr";
/openbsd-current/gnu/usr.bin/perl/t/comp/
H A Dmultiline.t46 1 while unlink $filename;
/openbsd-current/gnu/usr.bin/binutils/include/mpw/
H A Dfcntl.h112 int unlink(char*);
/openbsd-current/regress/sys/kern/mmap/
H A Dmmaptest.c71 if (unlink(nm) == -1)
72 err(1, "unlink");
/openbsd-current/regress/sys/uvm/mmap_mod/
H A Dmmap_mod.c32 if (unlink(name) == -1)
33 err(1, "unlink");
/openbsd-current/usr.bin/cvs/
H A Dworklist.c93 (void)unlink(wkl->wkl_path);
/openbsd-current/usr.bin/rcs/
H A Dworklist.c98 (void)unlink(wkl->wkl_path);
/openbsd-current/usr.sbin/lpr/lpd/
H A Drecvjob.c196 (void)unlink(tfname);
261 (void)unlink(file);
328 (void)unlink(tfname);
332 (void)unlink(dfname);
/openbsd-current/regress/sys/kern/flock/
H A Dutil.c51 if (unlink(template) == -1)
52 err(1, "unlink");
/openbsd-current/libexec/mail.local/
H A Dlocking.c53 unlink(lpath);
/openbsd-current/regress/sys/ffs/ffs/
H A DMakefile4 symlink truncate unlink
/openbsd-current/regress/sys/ffs/mfs/
H A DMakefile4 symlink truncate unlink
/openbsd-current/regress/sys/ffs/tmpfs/
H A DMakefile4 symlink truncate unlink
/openbsd-current/usr.bin/patch/
H A Dutil.c399 unlink(TMPINNAME);
401 unlink(TMPOUTNAME);
403 unlink(TMPREJNAME);
404 unlink(TMPPATNAME);
/openbsd-current/bin/cp/
H A Dutils.c85 * In -f (force) mode, we always unlink the destination first
89 (void)unlink(to.p_path);
212 if (exists && unlink(to.p_path)) {
213 warn("unlink: %s", to.p_path);
228 if (exists && unlink(to.p_path)) {
229 warn("unlink: %s", to.p_path);
244 if (exists && unlink(to.p_path)) {
245 warn("unlink: %s", to.p_path);
/openbsd-current/regress/sys/kern/unixsockets/
H A Dundgram_selfconn.c51 unlink(sun.sun_path);
/openbsd-current/regress/lib/libc/popen/
H A Dpopen.c96 (void)unlink(DATAFILE);
/openbsd-current/regress/sys/kern/accept/
H A Daccept.c38 unlink(SOCK_NAME);

Completed in 315 milliseconds

<<11121314151617181920>>