lsattr.c | 9 USE_CHATTR(NEWTOY(chattr, NULL, TOYFLAG_BIN)) 25 config CHATTR 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 [all...] |