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

1234567891011>>

/macosx-10.10/KerberosHelper-151/Source/
H A DmigrateLocalKDC27 unlink '/var/db/.configureLocalKDC';
H A DconfigureLocalKDC82 unlink $configured;
98 unlink $configured;
103 unlink $configured;
125 unlink $configured;
/macosx-10.10/ksh-23/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.10/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.10/tcl-105/tcl_ext/tclx/tclx/compat/
H A Drename.c12 (void) unlink(to);
16 (void) unlink(from);
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/
H A Dunlink.c28 unlink(const char *path) function
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Drename.c31 if (unlink (zto) < 0
35 return unlink (zfrom);
/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_io_file_create.rb12 File.unlink(file)
/macosx-10.10/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 ;
H A Ddb-4.x.t16 unlink $Dfile;
56 unlink $Dfile;
/macosx-10.10/bash-94.1.2/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.10/zsh-61/zsh/Util/
H A Dhelpfiles72 unlink($mantmp);
75 unlink($mantmp);
78 unlink($mantmp);
83 unlink($coltmp);
86 unlink($coltmp);
92 unlink($mantmp);
93 unlink($coltmp);
97 unlink($mantmp) || &Die('cannot remove tempfile ', $mantmp);
100 unlink($coltmp);
148 unlink
[all...]
/macosx-10.10/system_cmds-643.1.1/at.tproj/
H A Dpanic.c54 unlink(atfile);
70 unlink(atfile);
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Drename.c36 * unlink newname. */
43 ret = unlink(newname);
/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dremove.c54 return (unlink(file));
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/PreferencePane/
H A Dinstalltool87 unlink $dest_tmp;
92 unlink $dest_tmp_dir;
/macosx-10.10/postfix-255/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.10/postfix-255/postfix/src/util/
H A Dfifo_open.c38 if (unlink(FIFO_PATH))
39 perrorexit("unlink");
52 (void) unlink(FIFO_PATH);
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/rpath-dlopen-rm-executable/
H A Dmain.c41 unlink(buf);
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DLLIntCallLinkInfo.h50 void unlink() function in struct:JSC::LLIntCallLinkInfo

Completed in 292 milliseconds

1234567891011>>