file-modes-char-to-who

file-modes-char-to-who is a compiled Lisp function in `files.el'.

(file-modes-char-to-who CHAR)

Convert CHAR to a numeric bit-mask for extracting mode bits.
CHAR is in [ugoa] and represents the category of users (Owner, Group,
Others, or All) for whom to produce the mask.
The bit-mask that is returned extracts from mode bits the access rights
for the specified category of users.