Searched refs:ftxt (Results 1 – 3 of 3) sorted by relevance
618 char * ftxt = AGALOC(len + 1, "aoflags"); in aoflags_directive() local620 memcpy(ftxt, pz, len); in aoflags_directive()621 ftxt[len] = NUL; in aoflags_directive()622 set_usage_flags(opts, ftxt); in aoflags_directive()623 AGFREE(ftxt); in aoflags_directive()
999 const char *btxt, *ftxt; in assertion_text_file_contents() local1019 ftxt = (const char *)contents; 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()1023 ++ftxt; in assertion_text_file_contents()1026 if (btxt[0] == '\n' && ftxt[0] == '\r' && ftxt[1] == '\n') { in assertion_text_file_contents()1029 ftxt += 2; in assertion_text_file_contents()1034 if (*btxt == '\0' && *ftxt == '\0') { in assertion_text_file_contents()
1162 const char *btxt, *ftxt; in assertion_text_file_contents() local1182 ftxt = (const char *)contents; in assertion_text_file_contents()1183 while (*btxt != '\0' && *ftxt != '\0') { in assertion_text_file_contents()1184 if (*btxt == *ftxt) { in assertion_text_file_contents()1186 ++ftxt; in assertion_text_file_contents()1189 if (btxt[0] == '\n' && ftxt[0] == '\r' && ftxt[1] == '\n') { in assertion_text_file_contents()1192 ftxt += 2; in assertion_text_file_contents()1197 if (*btxt == '\0' && *ftxt == '\0') { in assertion_text_file_contents()