HomeSort by: relevance | last modified time | path
    Searched defs:inputname (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/uudecode/
uudecode.c 76 static const char *inputname; variable in typeref:typename:const char *
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);
    [all...]

Completed in 43 milliseconds