Searched defs:positional (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsec/common/
H A Dacltext.c1133 * 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; local
1277 positional = 1;
1280 str, positional, mask);
1282 if (error && positional) {
1186 compute_values(value_table_t *permtab, int count, char *permstr, int positional, uint32_t *mask) argument
[all...]

Completed in 58 milliseconds