Searched refs:text_chars (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/file/src/
H A Dencoding.c230 private char text_chars[256] = { variable
261 int t = text_chars[buf[i]];
280 int t = text_chars[buf[i]];
300 int t = text_chars[buf[i]];
340 if (text_chars[buf[i]] != T)
454 text_chars[CAST(size_t, ubf[*ulen - 1])] != T)
497 text_chars[CAST(size_t, ubf[*ulen - 1])] != T)
/freebsd-11-stable/contrib/nvi/common/
H A Dencoding.c24 static char text_chars[256] = { variable
74 if (text_chars[buf[i]] != T)
149 if (c < 128 && text_chars[c] != T)

Completed in 157 milliseconds