Home
last modified time | relevance | path

Searched refs:__ct_rune_t (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libc/port/locale/
H A Drunetype.h90 typedef int __ct_rune_t; /* arg type for ctype funcs */ typedef
92 typedef int __ct_rune_t; typedef
H A Drunetype.c41 __runetype(const _RuneLocale *rl, __ct_rune_t c) in __runetype()