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

  /src/sys/arch/zaurus/stand/zbsdmod/
compat_linux.h 60 extern struct file *open_exec(const char *);
  /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 12 milliseconds