Searched refs:unsigned_char (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/sys/vfs/ext2fs/ |
H A D | ext2_hash.c | 181 ext2_legacy_hash(const char *name, int len, int unsigned_char) in ext2_legacy_hash() argument 190 if (unsigned_char) in ext2_legacy_hash() 207 int unsigned_char) in ext2_prep_hashbuf() argument 224 if (unsigned_char) in ext2_prep_hashbuf() 261 int unsigned_char = 0; in ext2_htree_hash() local 279 unsigned_char = 1; in ext2_htree_hash() 283 ext2_prep_hashbuf(name, len, data, 16, unsigned_char); in ext2_htree_hash() 292 unsigned_char = 1; in ext2_htree_hash() 295 major = ext2_legacy_hash(name, len, unsigned_char); in ext2_htree_hash() 298 unsigned_char = 1; in ext2_htree_hash() [all …]
|
/dflybsd-src/contrib/gcc-4.7/libcpp/include/ |
H A D | cpplib.h | 477 bool unsigned_char, unsigned_wchar; member
|
/dflybsd-src/contrib/gcc-8.0/libcpp/include/ |
H A D | cpplib.h | 537 bool unsigned_char, unsigned_wchar; member
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | init.c | 185 CPP_OPTION (pfile, unsigned_char) = 0; in cpp_create_reader()
|
H A D | charset.c | 1518 unsigned_p = CPP_OPTION (pfile, unsigned_char); in narrow_str_to_charconst()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | init.c | 218 CPP_OPTION (pfile, unsigned_char) = 0; in cpp_create_reader()
|
H A D | charset.c | 1836 unsigned_p = CPP_OPTION (pfile, unsigned_char); in narrow_str_to_charconst()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-opts.c | 1270 cpp_opts->unsigned_char = !flag_signed_char; in sanitize_cpp_opts()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-opts.c | 1324 cpp_opts->unsigned_char = !flag_signed_char; in sanitize_cpp_opts()
|