Lines Matching refs:endl

248             cout << "Bytes written: " << n << endl;
263 cout << "stat:" << endl;
264 cout << "\tst_dev =\t" << stat_buf.st_dev << endl;
265 cout << "\tst_ino =\t" << stat_buf.st_ino << endl;
266 cout << "\tst_mode =\t" << stat_buf.st_mode << endl;
267 cout << "\tst_nlink =\t" << stat_buf.st_nlink << endl;
268 cout << "\tst_uid =\t" << stat_buf.st_uid << endl;
269 cout << "\tst_gid =\t" << stat_buf.st_gid << endl;
270 cout << "\tst_rdev =\t" << stat_buf.st_rdev << endl;
271 cout << "\tst_size =\t" << stat_buf.st_size << endl;
272 cout << "\tst_blksize =\t" << stat_buf.st_blksize << endl;
273 cout << "\tst_blocks =\t" << stat_buf.st_blocks << endl;
281 cout << "fstat:" << endl;
282 cout << "\tst_dev =\t" << fstat_buf.st_dev << endl;
283 cout << "\tst_ino =\t" << fstat_buf.st_ino << endl;
284 cout << "\tst_mode =\t" << fstat_buf.st_mode << endl;
285 cout << "\tst_nlink =\t" << fstat_buf.st_nlink << endl;
286 cout << "\tst_uid =\t" << fstat_buf.st_uid << endl;
287 cout << "\tst_gid =\t" << fstat_buf.st_gid << endl;
288 cout << "\tst_rdev =\t" << fstat_buf.st_rdev << endl;
289 cout << "\tst_size =\t" << fstat_buf.st_size << endl;
290 cout << "\tst_blksize =\t" << fstat_buf.st_blksize << endl;
291 cout << "\tst_blocks =\t" << fstat_buf.st_blocks << endl;
302 cout << "Bytes read: " << n << endl;
303 cout << "String read: " << in << endl;
311 cout << "times:" << endl;
312 cout << "\ttms_utime =\t" << buf.tms_utime << endl;
313 cout << "\ttms_stime =\t" << buf.tms_stime << endl;
314 cout << "\ttms_cutime =\t" << buf.tms_cutime << endl;
315 cout << "\ttms_cstime =\t" << buf.tms_cstime << endl;
321 cout << "timeval:" << endl;
322 cout << "\ttv_sec =\t" << time.tv_sec << endl;
323 cout << "\ttv_usec =\t" << time.tv_usec << endl;
337 cout << "Cycles: " << cycles << endl;
343 cout << "Time: " << time << endl;
349 cout << "Instructions Retired: " << instret << endl;