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

/freebsd-10-stable/contrib/file/src/
H A Dencoding.c208 private char text_chars[256] = { variable
239 int t = text_chars[buf[i]];
258 int t = text_chars[buf[i]];
278 int t = text_chars[buf[i]];
318 if (text_chars[buf[i]] != T)
430 text_chars[(size_t)ubuf[*ulen - 1]] != T)
/freebsd-10-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 103 milliseconds