Home | History | Annotate | Download | only in patch

Lines Matching refs:outname

66 char		*outname = NULL;
228 if (outname == NULL)
229 outname = savestr(filearg[0]);
375 char *realout = outname;
382 if (move_file(TMPOUTNAME, outname) < 0) {
387 chmod(outname, filemode);
408 if (strlcpy(rejname, outname,
410 fatal("filename %s is too long\n", outname);
413 fatal("filename %s is too long\n", outname);
448 free(outname);
449 outname = NULL;
575 outname = savestr(optarg);