Home
last modified time | relevance | path

Searched refs:ftxt (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dconfigfile.c618 char * ftxt = AGALOC(len + 1, "aoflags"); in aoflags_directive() local
620 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()
/freebsd/contrib/libarchive/libarchive/test/
H A Dmain.c999 const char *btxt, *ftxt; in assertion_text_file_contents() local
1019 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()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c1162 const char *btxt, *ftxt; in assertion_text_file_contents() local
1182 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()