HomeSort by: relevance | last modified time | path
    Searched defs:target_realpath (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/sysinst/
aout2elf.c 58 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 in typeref:typename:char *

Completed in 13 milliseconds