Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. * open() got fd 3
  2. * reading entire file into buffer
  3. * attemping read of 500 bytes
  4. Size: 500 and Retval: 45
  5. * read 45 bytes
  6. * attemping read of 455 bytes
  7. Size: 455 and Retval: 45
  8. * read 45 bytes
  9. * attemping read of 410 bytes
  10. Size: 410 and Retval: 45
  11. * read 45 bytes
  12. * attemping read of 365 bytes
  13. Size: 365 and Retval: 45
  14. * read 45 bytes
  15. * attemping read of 320 bytes
  16. Size: 320 and Retval: 45
  17. * read 45 bytes
  18. * attemping read of 275 bytes
  19. Size: 275 and Retval: 45
  20. * read 45 bytes
  21. * attemping read of 230 bytes
  22. Size: 230 and Retval: 45
  23. * read 45 bytes
  24. * attemping read of 185 bytes
  25. Size: 185 and Retval: 45
  26. * read 45 bytes
  27. * attemping read of 140 bytes
  28. Size: 140 and Retval: 45
  29. * read 45 bytes
  30. * attemping read of 95 bytes
  31. Size: 95 and Retval: 45
  32. * read 45 bytes
  33. * attemping read of 50 bytes
  34. Size: 50 and Retval: 45
  35. * read 45 bytes
  36. * attemping read of 5 bytes
  37. Size: 5 and Retval: 5
  38. * read 5 bytes
  39. * reading complete
  40. * file content okay
  41. **********
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement