Lines Matching refs:ms
134 _cleanup_fclose_ FILE *ms = NULL;
204 ms = open_memstream(&first, &first_size);
205 bus_message_dump(m, ms, 0);
206 fflush(ms);
207 assert_se(!ferror(ms));
259 fclose(ms);
260 ms = open_memstream(&second, &second_size);
261 bus_message_dump(m, ms, 0);
262 fflush(ms);
263 assert_se(!ferror(ms));
365 fclose(ms);
366 ms = open_memstream(&third, &third_size);
367 bus_message_dump(copy, ms, 0);
368 fflush(ms);
369 assert_se(!ferror(ms));