Searched defs:chattr (Results 1 - 1 of 1) sorted by relevance

/external/toybox/toys/other/
H A Dlsattr.c9 USE_CHATTR(NEWTOY(chattr, NULL, TOYFLAG_BIN))
26 bool "chattr"
29 usage: chattr [-R] [-+=AacDdijsStTu] [-v version] [File...]
179 // Switch gears from lsattr to chattr.
187 } chattr; variable in typeref:struct:_chattr
208 // Parse command line argument and fill the chattr structure.
218 chattr.recursive = 1;
227 chattr.version = strtoul(arg, &endptr, 0);
229 chattr.vflag = 1;
231 } else chattr
[all...]

Completed in 80 milliseconds