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 250 tests/lib/utilunix__mc_pstream_get_string.c etalon_long_file_list_pos = 0; etalon_long_file_list_pos 262 tests/lib/utilunix__mc_pstream_get_string.c if (etalon_long_file_list_pos >= sizeof (etalon_long_file_list)) etalon_long_file_list_pos 264 tests/lib/utilunix__mc_pstream_get_string.c etalon_long_file_list_pos = sizeof (etalon_long_file_list); etalon_long_file_list_pos 269 tests/lib/utilunix__mc_pstream_get_string.c len = sizeof (etalon_long_file_list) - etalon_long_file_list_pos; etalon_long_file_list_pos 271 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 274 tests/lib/utilunix__mc_pstream_get_string.c etalon_long_file_list_pos += len;