etalon_long_file_list_pos   41 tests/lib/utilunix__mc_pstream_get_string.c static size_t etalon_long_file_list_pos;
etalon_long_file_list_pos  228 tests/lib/utilunix__mc_pstream_get_string.c     etalon_long_file_list_pos = 0;
etalon_long_file_list_pos  240 tests/lib/utilunix__mc_pstream_get_string.c     if (etalon_long_file_list_pos >= sizeof (etalon_long_file_list))
etalon_long_file_list_pos  242 tests/lib/utilunix__mc_pstream_get_string.c         etalon_long_file_list_pos = sizeof (etalon_long_file_list);
etalon_long_file_list_pos  247 tests/lib/utilunix__mc_pstream_get_string.c     len = sizeof (etalon_long_file_list) - etalon_long_file_list_pos;
etalon_long_file_list_pos  249 tests/lib/utilunix__mc_pstream_get_string.c     memmove (p->out.buf, etalon_long_file_list + etalon_long_file_list_pos, len);
etalon_long_file_list_pos  252 tests/lib/utilunix__mc_pstream_get_string.c     etalon_long_file_list_pos += len;