Lines Matching defs:positional
1133 * The permission tables are laid out in positional order
1181 * based on string passed in. If positional is set then
1187 char *permstr, int positional, uint32_t *mask)
1196 if (positional) {
1232 * in positional format. If that fails then see if it's in
1233 * non-positional format.
1273 int positional = 0;
1277 positional = 1;
1280 str, positional, mask);
1282 if (error && positional) {
1284 * If positional was set, then make sure permissions
1285 * aren't actually valid in non positional case where