HomeSort by: relevance | last modified time | path
    Searched defs:try_compact (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/posix1e/
acl_support_nfs4.c 147 int *try_compact)
153 *try_compact = 0;
173 *try_compact = 1;
240 int error, try_compact; local in function:_nfs4_parse_flags
243 error = parse_flags_verbose(str, &tmpflags, a_flags, "flags", &try_compact);
244 if (error && try_compact)
255 int error, try_compact; local in function:_nfs4_parse_access_mask
259 "access permissions", &try_compact);
260 if (error && try_compact)

Completed in 12 milliseconds