Searched refs:eunlink (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Dutil.h113 int eunlink(const char *);
H A Dutil.c281 eunlink(const char *file) function
H A Djob.c1640 eunlink(tfile);
2098 eunlink(job->outFile);
2515 if (!noExecute && eunlink(file) != -1) {
2805 if (!noExecute && eunlink(file) != -1) {
/freebsd-10.0-release/contrib/bmake/
H A Dnonints.h120 int eunlink(const char *);
H A Dcompat.c169 if (!noExecute && eunlink(file) != -1) {
H A Djob.c1610 (void)eunlink(tfile);
2604 if (!noExecute && eunlink(file) != -1) {
H A Dmain.c1755 * eunlink --
1759 eunlink(const char *file) function

Completed in 89 milliseconds