OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inputname
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/uudecode/
uudecode.c
76
static const char *
inputname
;
variable
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
...]
uudecode.c
76
static const char *
inputname
;
variable
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 27 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026