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

  /src/sys/arch/x68k/stand/aout2hux/
aout2hux.c 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);
    [all...]
  /src/tests/bin/sh/
t_option.sh 781 fn2() { function
792 fn1 fn2
793 fn1 fn1 fn2
794 fn1 fn2 fn1 fn2 fn1
795 fn1 fn1 fn2 fn2 fn1
815 atf_fail "T8: -X tracing included 'say' after fn2 +X"
817 atf_fail "T8: -X fn tracing included 'say' after fn2 +X"

Completed in 12 milliseconds