Home
last modified time | relevance | path

Searched refs:eunlink (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/make/
H A Dmemory.h45 extern int eunlink(const char *);
H A Dmemory.c166 eunlink(const char *file) in eunlink() function
H A Djob.c181 int r = eunlink(file); in may_remove_target()