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

12

/ast/src/lib/libast/comp/
H A Dunlink.c28 NoN(unlink)
33 unlink(const char* path)
H A Dremove.c46 return unlink(path);
H A Drename.c81 if (unlink(to))
95 return unlink(from);
/ast/src/cmd/3d/
H A Dstd_3d.h31 #define remove unlink
H A Dunlink3d.c76 return unlink(path);
/ast/src/cmd/cs/vcs_src/
H A Dmnt_touch.c66 unlink(s);
H A Difs_gopher.c129 unlink( tmpfile );
H A Dvcs_rscs.c71 (void) unlink(vs.path);
H A Difs_func.c76 unlink( fname );
H A Difs_http.c261 unlink( tmpfile );
H A Dvcs.c83 unlink( pidfile );
/ast/src/cmd/tests/vmalloc/
H A Dtmmopen.c67 (void)unlink(shmfile);
68 (void)unlink(mapfile);
H A Dtsharemem.c157 (void)unlink(Mapstore); /* remove any existing backing store */
158 (void)unlink(Shmstore); /* remove any existing backing store */
/ast/src/cmd/tests/sfio/
H A Dtopen.c48 unlink(tstfile("sf", 0));
/ast/src/lib/libz/
H A Dminigzip.c41 # define unlink delete macro
45 # define unlink remove macro
53 #ifndef ZLIB_WIN32 /* unlink already in stdio.h for ZLIB_WIN32 */
54 extern int unlink OF((const char *));
216 unlink(file);
256 unlink(infile);
/ast/src/lib/libcoshell/
H A Dcosync.c72 unlink(tmp);
/ast/src/cmd/ksh93/sh/
H A Dsuid_exec.c44 * A forked version of this program waits until it can unlink the /tmp
379 unlink(tmpname); /* should normally fail */
382 unlink(tmpname) < 0)
384 if((n = open(tmpname, O_WRONLY | O_CREAT ,SPECIAL)) < 0 || unlink(tmpname) < 0)
408 while(unlink(tmpname) < 0 && errno == ETXTBSY)
431 unlink(tmpname);
/ast/src/cmd/ksh93/bltins/
H A Dhist.c234 unlink(fname);
236 unlink(fname);
251 unlink(fname);
/ast/src/lib/libtk/compat/
H A Dunistd.h64 extern int unlink _ANSI_ARGS_((CONST char *path));
/ast/src/cmd/vczip/tests/
H A Dterror.h57 extern int unlink _ARG_((const char*));
121 unlink(Tstfile[i]);
/ast/src/cmd/tests/cdt/
H A Dtvsafehash.c247 (void)unlink(Mapstore);
248 (void)unlink(Shmstore);
H A Dtvsaferehash.c249 (void)unlink(Mapstore);
250 (void)unlink(Shmstore);
H A Dtvsafetree.c246 (void)unlink(Mapstore);
247 (void)unlink(Shmstore);
/ast/src/cmd/ksh93/edit/
H A Dhistory.c284 if(unlink(cp)>=0)
360 unlink(fname);
467 unlink(hist_old->histname);
470 /* The unlink can fail on windows 95 */
548 unlink(tmpname);
/ast/src/cmd/proto/
H A Dproto.c234 #define remove(x) unlink(x)

Completed in 27 milliseconds

12