Searched refs:try_compact (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/libc/posix1e/
H A Dacl_support_nfs4.c141 int *try_compact)
147 *try_compact = 0;
167 *try_compact = 1;
234 int error, try_compact; local
237 error = parse_flags_verbose(str, &tmpflags, a_flags, "flags", &try_compact);
238 if (error && try_compact)
249 int error, try_compact; local
253 "access permissions", &try_compact);
254 if (error && try_compact)
139 parse_flags_verbose(const char *strp, uint32_t *var, const struct flagnames_struct *flags, const char *flags_name, int *try_compact) argument

Completed in 120 milliseconds