Home | History | Annotate | Download | only in uudecode

Lines Matching defs:inputname

76 static const char *inputname;
107 if (!freopen(inputname = *argv, "r", stdin)) {
115 inputname = "stdin";
139 warnx("%s: no \"%s\" line", inputname, base64 ?
159 warnx("%s: invalid mode on \"%s\" line", inputname,
166 warnx("%s: no filename on \"%s\" line", inputname,
182 warnx("%s: illegal ~user.", inputname);
187 warnx("%s: no user %s.", inputname, buf);
193 warnx("%s: path too long.", inputname);
223 warn("%s: %s", fn, inputname);
234 warnx("%s: short file.", inputname);
269 warnx("%s: no \"end\" line.", inputname);
299 warnx("%s: short file.", inputname);
303 warnx("%s: base64 decoding is not supported", inputname);