Searched refs:unlink (Results 201 - 225 of 764) sorted by relevance

1234567891011>>

/macosx-10.9.5/zlib-53/zlib/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);
/macosx-10.9.5/PostgreSQL-97/Support/backup_restore/
H A Dxpostgres146 if ( !unlink $g_postgres_socket_directory . "/$file" ) {
648 if ( !unlink $temp_backup_file ) {
656 if ( !unlink $backup_zip_file ) {
724 if ( !unlink $g_archived_logs_directory . q{/} . $sorted_files[$i] ) {
774 if ( !unlink $g_postgres_data_directory . '/recovery.done' ) {
784 if ( !unlink $g_postgres_data_directory . q{/} . $RESTORE_ON_ABSENCE_FILE ) {
/macosx-10.9.5/rsync-42/rsync/packaging/
H A Drelease-rsync259 unlink($fn);
274 unlink($_);
294 #unlink("rsync-$lastversion/.ignore");
300 unlink("$dest/rsync-$version-NEWS");
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dfc.c46 extern int unlink __P((const char *));
348 unlink (fn);
363 add_unwind_protect (unlink, fn);
/macosx-10.9.5/file_cmds-230/mv/
H A Dmv.c346 if (errno == EEXIST && unlink(to) == 0)
380 err: if (unlink(to))
431 if (unlink(from)) {
/macosx-10.9.5/lsof-52/lsof/tests/
H A DLTnlink.c96 int do_unlink = 1; /* do the unlink test section */
160 (void) unlink(Path);
231 " As a result this test probably won't be able to unlink it and",
243 " file system that this test can write and unlink.\n",
256 * If the unlink test is enabled, do it.
259 if (unlink(Path)) {
261 "ERROR!!! unlink(%s) failed: (%s).", Path, strerror(errno));
269 " is not possible for %s to unlink the file it has open.", Pn);
278 " a file on a file system -- e.g., UFS -- that supports unlink",
340 (void) unlink(Pat
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dipc_unix.c157 unlink(sock_file);
286 * General cleanup. Unlock, close, and unlink our files.
304 unlink(accept_file);
311 unlink(sock_file);
/macosx-10.9.5/ruby-104/ruby/lib/shell/
H A Dcommand-processor.rb131 # unlink(path)
133 # See IO.unlink when +path+ is a file.
135 # See Dir.unlink when +path+ is a directory.
137 def unlink(path) method in class:Shell.CommandProcessor
142 Dir.unlink(path)
144 IO.unlink(path)
632 # (exclude open/foreach/unlink)
/macosx-10.9.5/securityd-55199.3/src/
H A DAuthorizationDBPlist.cpp91 unlink(tempFile.c_str());
126 unlink(tempFile.c_str());
138 unlink(tempFile.c_str());
/macosx-10.9.5/sudo-72/src/
H A Dsudo_edit.c246 unlink(tf[i].tfile);
271 unlink(tf[i].tfile);
288 unlink(tf[i].tfile);
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A DtclLoadAout.c314 (void) unlink (relocatedFileName);
335 (void) unlink (relocatedFileName);
546 (void) unlink (SymbolTableFile);
/macosx-10.9.5/BerkeleyDB-21/db/test/scr015/
H A DTestKeyRange.cpp80 (void)unlink(FileName);
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpop_dropcopy.c97 unlink(template);
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dtest_rand.c189 unlink(file);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCPUnlock.c151 unlink(prefsPrivate->lockPath);
/macosx-10.9.5/cups-372.4/cups/vcnet/
H A Dconfig.h51 #define unlink _unlink macro
/macosx-10.9.5/emacs-92/emacs/src/
H A Dfilelock.c236 unlink (SDATA (filename));
404 unlink (lfname);
520 else if (unlink (lfname) < 0)
664 unlink (lfname);
/macosx-10.9.5/file-46/file/src/
H A Dapptype.c82 unlink(path);
/macosx-10.9.5/file_cmds-230/rm/
H A Drm.c104 * "unlink", for which the functionality provided is greatly
112 if (strcmp(p, "unlink") == 0) {
307 rval = unlink(p->fts_accpath);
311 rval = unlink(p->fts_accpath);
343 /* Assume if can't stat the file, can't unlink it. */
383 rval = unlink(f);
387 rval = unlink(f);
554 " unlink file");
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Dtmpfile.cpp150 if (unlink(x->fname) < 0)
151 error("cannot unlink `%1': %2", x->fname, strerror(errno));
/macosx-10.9.5/libutil-34/tzlinkd/
H A Dtzlinkd.c114 (void)unlink(TZDEFAULT);
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Ddnssd_ipc.h51 # define unlink _unlink macro
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Ddemo_altkeys.c92 unlink(MY_LOGFILE);
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmkmap_db.c152 * we must unlink a zero-length file while it is locked. Avoid a race
163 if (unlink(mkmap->lock_file) < 0)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-CoreText/PyObjCTest/
H A Dtest_ctline.py86 os.unlink("/tmp/pyobjc.test.pdf")

Completed in 330 milliseconds

1234567891011>>