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 *
|