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

/osnet-11/usr/src/lib/libsec/common/
H A Dacltext.c1141 * 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; local
1285 positional = 1;
1288 str, positional, mask);
1290 if (error && positional) {
1194 compute_values(value_table_t *permtab, int count, char *permstr, int positional, uint32_t *mask) argument
[all...]

Completed in 29 milliseconds