Searched refs:eunlink (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.bin/make/ | ||
H A D | memory.h | 45 extern int eunlink(const char *); |
H A D | memory.c | 166 eunlink(const char *file) in eunlink() function |
H A D | job.c | 181 int r = eunlink(file); in may_remove_target() |