Lines Matching defs:out
645 goto out;
657 goto out;
662 goto out;
672 goto out;
676 out:
696 int in, out, retval = 0, amount_read, n, errsv = errno;
713 if ((out = open(tmp, O_WRONLY | O_CREAT | O_TRUNC, mode)) == -1) {
718 goto out;
722 if (write(out, buf, amount_read) < 0) {
732 if (close(out) < 0) {
740 out:
1174 * realloc()ated string. If out of memory return NULL; original
1192 * realloc()ated 's'. If out of memory return NULL; original strings
1396 ERR(sh, "Out of memory!");
2069 ERR(sh, "Out of memory!");
2091 int semanage_write_policydb(semanage_handle_t * sh, sepol_policydb_t * out,
2111 ERR(sh, "Out of memory!");
2116 if (sepol_policydb_write(out, pf) == -1) {
2946 /* write out rule buffer */