Home | History | Annotate | Download | only in aout2hux

Lines Matching refs:fn1

76 int aout2hux(const char *fn1, const char *fn2,
477 #define ERR1 { if (ferror(fpa1)) perror(fn1); \
478 else fprintf(stderr, "%s: unexpected EOF\n", fn1); \
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);
643 perror(fn1);
663 fn1);