Home
last modified time | relevance | path

Searched refs:NextPrespace (Results 1 – 2 of 2) sorted by relevance

/dports/biology/plink/plink-ng-79b2df8c/2.0/include/
H A Dplink2_string.h792 HEADER_INLINE CXXCONST_CP NextPrespace(const char* str_iter) { in NextPrespace() function
821 HEADER_INLINE char* NextPrespace(char* str_iter) { in NextPrespace() function
822 return const_cast<char*>(NextPrespace(const_cast<const char*>(str_iter))); in NextPrespace()
/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_import.cc601 const char* token_end = NextPrespace(sample_line_iter); in VcfSampleLine()
672 const char* sample_line_token_end = NextPrespace(sample_line_iter); in VcfSampleLine()
2998 char* chr_code_end = NextPrespace(line_iter); in VcfToPgen()
3006 char* pos_end = NextPrespace(chr_code_end); in VcfToPgen()
3014 char* id_end = NextPrespace(pos_end); in VcfToPgen()
3066 linebuf_iter = NextPrespace(linebuf_iter); in VcfToPgen()
3632 info_end = NextPrespace(filter_end); in VcfToPgen()