Searched refs:_toupper_tab_ (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/sys/
H A Dctype_bits.h54 extern const short *_toupper_tab_;
H A Dctype_inline.h60 #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)]))
/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_lc_ctype.c121 _toupper_tab_ = data->rl_toupper_tab;
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dtoupper_.c57 const short *_toupper_tab_ = &_C_toupper_[0]; variable

Completed in 115 milliseconds