Searched refs:amount_written (Results 1 – 2 of 2) sorted by relevance
20 DWORD amount_written; in conn_send_string() local24 ret = WriteFile(conn->handle, string, length, &amount_written, NULL); in conn_send_string()
1700 ssize_t amount_written; in semanage_commit_sandbox() local1721 amount_written = write(fd, write_buf, sizeof(write_buf)); in semanage_commit_sandbox()1722 if (amount_written == -1) { in semanage_commit_sandbox()