Lines Matching refs:strlen
48 strlen("Short Strings:\n")); in main()
50 lprofBufferIOWrite(BufferIO, SmallData, strlen(SmallData)); in main()
52 lprofBufferIOWrite(BufferIO, "Long Strings:\n", strlen("Long Strings:\n")); in main()
54 lprofBufferIOWrite(BufferIO, MediumData, strlen(MediumData)); in main()
57 strlen("Extra Long Strings:\n")); in main()
59 lprofBufferIOWrite(BufferIO, LargeData, strlen(LargeData)); in main()
61 lprofBufferIOWrite(BufferIO, "Mixed Strings:\n", strlen("Mixed Strings:\n")); in main()
63 lprofBufferIOWrite(BufferIO, MediumData, strlen(MediumData)); in main()
64 lprofBufferIOWrite(BufferIO, SmallData, strlen(SmallData)); in main()
66 lprofBufferIOWrite(BufferIO, "Endings:\n", strlen("Endings:\n")); in main()
67 lprofBufferIOWrite(BufferIO, "END\n", strlen("END\n")); in main()
68 lprofBufferIOWrite(BufferIO, "ENDEND\n", strlen("ENDEND\n")); in main()
69 lprofBufferIOWrite(BufferIO, "ENDENDEND\n", strlen("ENDENDEND\n")); in main()
70 lprofBufferIOWrite(BufferIO, "ENDENDENDEND\n", strlen("ENDENDENDEND\n")); in main()