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

/ast/src/lib/libcmd/
H A Dchmod.c115 "[F:reference?Omit the \amode\a operand and use the mode of \afile\a "
165 register char* amode = 0; local
211 amode = "";
237 if (error_info.errors || !*argv || !amode && !*(argv + 1))
249 if (amode)
250 amode = 0;
253 amode = *argv++;
254 mode = strperm(amode, &last, 0);
259 error(ERROR_exit(1), "%s: invalid mode", amode);
294 if (amode)
[all...]

Completed in 15 milliseconds