Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dapr_escape.c38 static const unsigned char test_char_table[256] = { variable
67 #define TEST_CHAR(c, f) (test_char_table[(unsigned)(c)] & (f))
/freebsd-13.1/usr.bin/svn/lib/libapr/
H A Dapr_escape_test_char.h13 static const unsigned char test_char_table[256] = { variable
/freebsd-13.1/contrib/apr/encoding/
H A Dapr_escape.c39 #define TEST_CHAR(c, f) (test_char_table[(unsigned)(c)] & (f))