Searched defs:unlink (Results 1 - 3 of 3) sorted by relevance

/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/libast/comp/
H A Domitted.c158 #define sysunlink unlink
863 unlink(const char* path) function
/ast/src/cmd/INIT/
H A Dratz.c115 #define unlink _unlink macro
5198 if (unlink(path))
5266 if (unlink(path))
5276 if (unlink(path))

Completed in 27 milliseconds