Lines Matching defs:out
63 static int policy_file_length(struct policy_file *fp, size_t *out)
81 *out = end_offset;
84 *out = fp->size;
87 *out = 0;
241 * larger size (and thus it is an in/out reference
243 * too is a reference variable. Return 0 on success, -1 if out of
273 * larger size (and thus it is an in/out reference
275 * too is a reference variable. Return 0 on success, -1 if out of
387 ERR(file->handle, "out of memory");
414 ERR(file->handle, "out of memory");
421 ERR(file->handle, "out of memory");
519 ERR(file->handle, "out of memory");
545 ERR(file->handle, "out of memory");
568 ERR(file->handle, "out of memory");
594 ERR(file->handle, "out of memory");
756 "out of memory (at section %u)",
997 sepol_policydb_t * out, int verbose, int check)
999 return expand_module(handle, &base->p, &out->p, verbose, check);