Searched refs:infn (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/text_cmds-87/csplit/
H A Dcsplit.c88 const char *infn; /* Name of the input file */ variable
138 if ((infn = *argv++) == NULL)
140 if (strcmp(infn, "-") == 0) {
142 infn = "stdin";
143 } else if ((infile = fopen(infn, "r")) == NULL)
144 err(1, "%s", infn);
288 err(1, "%s", infn);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dcallproc.c565 char *infn, *outfn, *errfn, *currdn;
573 infn = SDATA (infile);
582 pid = run_mac_command (new_argv, currdn, infn, outfn, errfn);
564 char *infn, *outfn, *errfn, *currdn; variable
H A Dmac.c3679 "workdir", read input from "infn", and write output and error to
3696 run_mac_command (argv, workdir, infn, outfn, errfn)
3699 const char *infn, *outfn, *errfn;
3718 if (posix_to_mac_pathname (infn, macinfn, MAXPATHLEN+1) == 0)

Completed in 86 milliseconds