Searched refs:btxt (Results 1 – 2 of 2) sorted by relevance
999 const char *btxt, *ftxt; in assertion_text_file_contents() local1018 btxt = buff; in assertion_text_file_contents()1020 while (*btxt != '\0' && *ftxt != '\0') { in assertion_text_file_contents()1021 if (*btxt == *ftxt) { in assertion_text_file_contents()1022 ++btxt; in assertion_text_file_contents()1026 if (btxt[0] == '\n' && ftxt[0] == '\r' && ftxt[1] == '\n') { in assertion_text_file_contents()1028 ++btxt; in assertion_text_file_contents()1034 if (*btxt == '\0' && *ftxt == '\0') { in assertion_text_file_contents()
1140 const char *btxt, *ftxt; in assertion_text_file_contents() local1159 btxt = buff; in assertion_text_file_contents()1161 while (*btxt != '\0' && *ftxt != '\0') { in assertion_text_file_contents()1162 if (*btxt == *ftxt) { in assertion_text_file_contents()1163 ++btxt; in assertion_text_file_contents()1167 if (btxt[0] == '\n' && ftxt[0] == '\r' && ftxt[1] == '\n') { in assertion_text_file_contents()1169 ++btxt; in assertion_text_file_contents()1175 if (*btxt == '\0' && *ftxt == '\0') { in assertion_text_file_contents()