Lines Matching defs:positional
1141 * The permission tables are laid out in positional order
1189 * based on string passed in. If positional is set then
1195 char *permstr, int positional, uint32_t *mask)
1204 if (positional) {
1240 * in positional format. If that fails then see if it's in
1241 * non-positional format.
1281 int positional = 0;
1285 positional = 1;
1288 str, positional, mask);
1290 if (error && positional) {
1292 * If positional was set, then make sure permissions
1293 * aren't actually valid in non positional case where