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

/netbsd-current/usr.sbin/sysinst/
H A Daout2elf.c58 static char *target_realpath(const char *, char *);
217 if (target_realpath("/emul/aout", prefix) != NULL && stat(prefix, &st) == 0)
223 if (target_realpath("/emul", prefix) == NULL || stat(prefix, &st) < 0) {
316 target_realpath(const char *path, char *resolved) function

Completed in 172 milliseconds