Searched refs:unlink (Results 351 - 375 of 746) sorted by relevance

<<11121314151617181920>>

/openbsd-current/bin/ln/
H A Dln.c178 * If the file exists, and -f was specified, unlink it.
181 if ((fflag && unlink(source) == -1 && errno != ENOENT) ||
/openbsd-current/games/phantasia/
H A Dsetup.c40 / unlink(), fwrite(), fclose(), sscanf(), printf(), strlen(), fprintf()
120 if (unlink(path) == -1)
121 Error("Cannot unlink %s.\n", path);
/openbsd-current/games/mille/
H A Dsave.c121 unlink(buf);
/openbsd-current/games/sail/
H A Dsync.c127 (void) unlink(buf);
129 (void) unlink(buf);
167 (void) unlink(sync_file);
292 (void) unlink(sync_lock);
/openbsd-current/regress/sys/ffs/nfs/
H A DMakefile4 symlink truncate unlink
/openbsd-current/bin/mv/
H A Dcp.c469 * In -f (force) mode, we always unlink the destination first
473 (void)unlink(to.p_path);
584 if (exists && unlink(to.p_path)) {
585 warn("unlink: %s", to.p_path);
598 if (exists && unlink(to.p_path)) {
599 warn("unlink: %s", to.p_path);
612 if (exists && unlink(to.p_path)) {
613 warn("unlink: %s", to.p_path);
/openbsd-current/regress/sys/kern/unixsockets/
H A Dunconacc.c161 unlink(sun.sun_path);
H A Dundgram_conclose.c72 unlink(sun->sun_path);
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dstats.h68 void unlink(LocalStats *S) { function in class:scudo::GlobalStats
/openbsd-current/gnu/llvm/clang/tools/scan-build/bin/
H A Dset-xcode-analyzer60 os.unlink(t.name)
/openbsd-current/usr.sbin/acme-client/
H A Dchngproc.c159 if (unlink(fs[i]) == -1 && errno != ENOENT)
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dfixin.t67 1 while unlink $file;
H A Dbasic.t383 1 while unlink $f;
402 1 while unlink $f;
418 1 while unlink $f;
478 1 while unlink 'messup.PL'; # also zap deliberate build-breaker
H A DMkbootstrap.t151 1 while unlink(qw( mkboot.bso boot_BS dasboot.bs .bs ));
H A Deu_command.t18 1 while unlink $Testfile, 'newfile';
294 1 while unlink $Testfile, 'newfile';
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dinteger.t72 END { while (-f $file) {unlink $file or die "Can't unlink '$file': $!" }}
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-via/t/
H A Dvia.t138 1 while unlink $tmp;
/openbsd-current/games/hack/
H A Dhack.bones.c155 if(unlink(bones) == -1){
156 pline("Cannot unlink %s .", bones);
/openbsd-current/usr.bin/mktemp/
H A Dmktemp.c128 (void)unlink(tempfile);
/openbsd-current/gnu/usr.bin/perl/ext/File-Find/t/
H A Dfind.t113 unlink file_path('fa', 'fa_ord'),
135 unlink (
695 unlink file_path('dangling_file');
729 unlink file_path('fa', 'dangling_file_sl'),
746 unlink file_path('fa', 'faa', 'faa_sl');
798 unlink file_path('fa', 'fa_ord_sl');
875 unlink file_path('fa', 'faa_sl');
1095 unlink("/$expected_first_file")
1096 or warn "can't unlink /$expected_first_file: $!\n";
/openbsd-current/usr.sbin/lpr/lpd/
H A Dprintjob.c286 (void)unlink(q->q_name);
288 (void)unlink(q->q_name);
313 (void)unlink(tempfile);
389 * U -- "unlink" name of file to remove
512 (void)unlink(line+1);
518 (void)unlink(file);
649 (void)unlink(".railmag");
652 (void)unlink(".railmag");
732 unlink(tempfile);
815 * U -- "unlink" nam
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/File-DosGlob/t/
H A DDosGlob.t121 1 while unlink $filename_containing_parens;
/openbsd-current/usr.bin/vi/ex/
H A Dex_filter.c88 (void)unlink(tname);
92 if (unlink(tname) == -1)
93 msgq(sp, M_SYSERR, "unlink");
/openbsd-current/gnu/usr.bin/perl/t/comp/
H A Dfold.t151 unlink $n;
/openbsd-current/gnu/usr.bin/perl/dist/Search-Dict/t/
H A DDict.t104 unlink "dict-$$";

Completed in 191 milliseconds

<<11121314151617181920>>