Home | History | Annotate | Download | only in aout2hux

Lines Matching refs:fn2

76 int aout2hux(const char *fn1, const char *fn2,
480 #define ERR2 { if (ferror(fpa2)) perror(fn2); \
481 else fprintf(stderr, "%s: unexpected EOF\n", fn2); \
484 fn1, fn2); \
539 aout2hux(const char *fn1, const char *fn2, u_int32_t loadadr1, u_int32_t loadadr2, const char *fnx)
570 if (!(fpa1 = open_exec(fn1, &inf1)) || !(fpa2 = open_exec(fn2, &inf2)))
578 fn1, fn2);
584 fn1, fn2);
647 perror(fn2);
667 perror(fn2);