Home
last modified time | relevance | path

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

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dparselo.cpp3562 char substr_ch_lower = (char)tolower(*substr); in stristr() local
3572 if ((*start == substr_ch_upper) || (*start == substr_ch_lower)) in stristr()
3611 char substr_ch_lower = (char)tolower(*substr); in stristr() local
3621 if ((*start == substr_ch_upper) || (*start == substr_ch_lower)) in stristr()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dparselo.cpp3646 char substr_ch_lower = SCP_tolower(*substr); in stristr() local
3656 if ((*start == substr_ch_upper) || (*start == substr_ch_lower)) in stristr()
3695 char substr_ch_lower = SCP_tolower(*substr); in stristr() local
3705 if ((*start == substr_ch_upper) || (*start == substr_ch_lower)) in stristr()