Searched refs:ipath (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/builtin/
H A Duudecode.c84 char* ipath; local
102 ipath = opath = 0;
149 if ((ipath = *argv) && *++argv)
157 if (!ipath)
159 else if (!(ip = sfopen(NiL, ipath, "rt")))
160 error(ERROR_system(1), "%s: cannot read", ipath);
H A Duuencode.c84 char* ipath; local
102 epath = ipath = opath = 0;
149 ipath = epath;
158 if (!ipath)
160 else if (!(ip = sfopen(NiL, ipath, "rt")))
161 error(ERROR_system(1), "%s: cannot read", ipath);

Completed in 6 milliseconds