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

  /src/sys/arch/x68k/stand/aout2hux/
aout2hux.c 74 FILE *open_exec(const char *fn, struct exec_info *inf);
366 open_exec(const char *fn, struct exec_info *inf) function in typeref:typename:FILE *
570 if (!(fpa1 = open_exec(fn1, &inf1)) || !(fpa2 = open_exec(fn2, &inf2)))

Completed in 13 milliseconds