Home | History | Annotate | Download | only in src

Lines Matching defs:out

622 		goto out;
634 goto out;
639 goto out;
649 goto out;
653 out:
673 int in, out, retval = 0, amount_read, n, errsv = errno;
690 if ((out = open(tmp, O_WRONLY | O_CREAT | O_TRUNC, mode)) == -1) {
695 goto out;
699 if (write(out, buf, amount_read) < 0) {
709 if (close(out) < 0) {
717 out:
1152 * realloc()ated string. If out of memory return NULL; original
1170 * realloc()ated 's'. If out of memory return NULL; original strings
1368 ERR(sh, "Out of memory!");
2027 ERR(sh, "Out of memory!");
2049 int semanage_write_policydb(semanage_handle_t * sh, sepol_policydb_t * out)
2068 ERR(sh, "Out of memory!");
2073 if (sepol_policydb_write(out, pf) == -1) {
2903 /* write out rule buffer */