HomeSort by: relevance | last modified time | path
    Searched refs:fn1 (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,
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 perror(fn1);
    [all...]
  /src/tests/bin/sh/
t_option.sh 773 fn1() { function
791 fn1
792 fn1 fn2
793 fn1 fn1 fn2
794 fn1 fn2 fn1 fn2 fn1
795 fn1 fn1 fn2 fn2 fn
    [all...]

Completed in 25 milliseconds