lsrwx             473 stand/boot/cmd.c 	lsrwx(sb->st_mode >> 6, (sb->st_mode & S_ISUID? "sS" : "x-"));
lsrwx             474 stand/boot/cmd.c 	lsrwx(sb->st_mode >> 3, (sb->st_mode & S_ISGID? "sS" : "x-"));
lsrwx             475 stand/boot/cmd.c 	lsrwx(sb->st_mode     , (sb->st_mode & S_ISTXT? "tT" : "x-"));