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

1234567891011>>

/macosx-10.9.5/KerberosHelper-148/Source/
H A DmigrateLocalKDC27 unlink '/var/db/.configureLocalKDC';
H A DconfigureLocalKDC82 unlink $configured;
98 unlink $configured;
103 unlink $configured;
125 unlink $configured;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dunlink.c28 NoN(unlink)
33 unlink(const char* path)
H A Dremove.c46 return unlink(path);
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dremove.c12 return unlink (z);
H A Drename.c22 if (unlink (zto) < 0
26 return unlink (zfrom);
/macosx-10.9.5/CPANInternal-140/URI/t/
H A Dstorable.t15 unlink('urls.sto');
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/compat/
H A Drename.c12 (void) unlink(to);
16 (void) unlink(from);
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/
H A Dunlink.c28 unlink(const char *path) function
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Drename.c31 if (unlink (zto) < 0
35 return unlink (zfrom);
/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_io_file_create.rb12 File.unlink(file)
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dexamples.t22 unlink $Dfile;
40 unlink $filename ;
63 unlink $filename ;
88 unlink $filename ;
114 unlink $filename ;
138 unlink $filename ;
161 unlink $filename ;
183 unlink $filename ;
207 unlink $filename ;
230 unlink
[all...]
H A Dexamples.t.T22 unlink $Dfile;
41 unlink $filename ;
65 unlink $filename ;
91 unlink $filename ;
118 unlink $filename ;
143 unlink $filename ;
167 unlink $filename ;
190 unlink $filename ;
215 unlink $filename ;
239 unlink
[all...]
H A Dexamples3.t36 unlink $Dfile;
53 unlink $filename ;
76 unlink $filename ;
101 unlink $filename ;
124 unlink $filename ;
H A Dexamples3.t.T36 unlink $Dfile;
54 unlink $filename ;
78 unlink $filename ;
104 unlink $filename ;
128 unlink $filename ;
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Drename.c59 if (unlink (to) < 0 && errno != ENOENT)
66 if (unlink (from) < 0 && errno != ENOENT)
69 unlink (to);
/macosx-10.9.5/system_cmds-597.90.1/at.tproj/
H A Dpanic.c54 unlink(atfile);
70 unlink(atfile);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/at.tproj/
H A Dpanic.c54 unlink(atfile);
70 unlink(atfile);
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Drename.c36 * unlink newname. */
43 ret = unlink(newname);
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dremove.c54 return (unlink(file));
/macosx-10.9.5/CPANInternal-140/Params-Util/t/
H A D07_handle.t31 if ( -f $writefile ) { unlink $writefile };
32 END { if ( -f $writefile ) { unlink $writefile }; }
72 if ( -f $writefile ) { unlink $writefile };
H A D17_handle.t31 if ( -f $writefile ) { unlink $writefile };
32 END { if ( -f $writefile ) { unlink $writefile }; }
72 if ( -f $writefile ) { unlink $writefile };
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/PreferencePane/
H A Dinstalltool87 unlink $dest_tmp;
92 unlink $dest_tmp_dir;
/macosx-10.9.5/postfix-252/postfix/src/bounce/
H A Dbounce_cleanup.c119 (void) unlink(vstring_str(bounce_cleanup_path));
131 (void) unlink(vstring_str(bounce_cleanup_path));
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dfifo_open.c38 if (unlink(FIFO_PATH))
39 perrorexit("unlink");
52 (void) unlink(FIFO_PATH);

Completed in 181 milliseconds

1234567891011>>