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  242 tests/lib/utilunix__mc_pstream_get_string.c     etalon_long_file_list_pos = 0;
etalon_long_file_list_pos  254 tests/lib/utilunix__mc_pstream_get_string.c     if (etalon_long_file_list_pos >= sizeof (etalon_long_file_list))
etalon_long_file_list_pos  256 tests/lib/utilunix__mc_pstream_get_string.c         etalon_long_file_list_pos = sizeof (etalon_long_file_list);
etalon_long_file_list_pos  261 tests/lib/utilunix__mc_pstream_get_string.c     len = sizeof (etalon_long_file_list) - etalon_long_file_list_pos;
etalon_long_file_list_pos  263 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  266 tests/lib/utilunix__mc_pstream_get_string.c     etalon_long_file_list_pos += len;