Searched refs:tmp_size (Results 1 – 2 of 2) sorted by relevance
22 off_t tmp_size; in create_tmp_file() local56 tmp_size = size; in create_tmp_file()58 rc = read(urandom, tmp_buf, tmp_size); in create_tmp_file()66 tmp_size -= rc; in create_tmp_file()67 } while (tmp_size > 0); in create_tmp_file()
64 size_t tmp_size = first.size_; in swap() local68 second.size_ = tmp_size; in swap()