Lines Matching refs:ctype

17 # Definitions found in ctype.h
23 type | locale_t | ctype.h | -ALL +SUSv4+
32 func | isalnum | int | int | ctype.h | +ALL
33 func | isalpha | int | int | ctype.h | +ALL
34 func | isascii | int | int | ctype.h | -ALL +XPG3+
35 func | isblank | int | int | ctype.h | -ALL +C99+
36 func | iscntrl | int | int | ctype.h | +ALL
37 func | isdigit | int | int | ctype.h | +ALL
38 func | isgraph | int | int | ctype.h | +ALL
39 func | islower | int | int | ctype.h | +ALL
40 func | isprint | int | int | ctype.h | +ALL
41 func | ispunct | int | int | ctype.h | +ALL
42 func | isspace | int | int | ctype.h | +ALL
43 func | isupper | int | int | ctype.h | +ALL
44 func | isxdigit | int | int | ctype.h | +ALL
45 func | toascii | int | int | ctype.h | -ALL +XPG3+
46 func | tolower | int | int | ctype.h | +ALL
47 func | toupper | int | int | ctype.h | +ALL
48 func | _tolower | int | int | ctype.h | -ALL +XPG3+
49 func | _toupper | int | int | ctype.h | -ALL +XPG3+
51 func | isalnum_l | int | int; locale_t | ctype.h | -ALL +SUSv4+
52 func | isalpha_l | int | int; locale_t | ctype.h | -ALL +SUSv4+
53 func | isblank_l | int | int; locale_t | ctype.h | -ALL +SUSv4+
54 func | iscntrl_l | int | int; locale_t | ctype.h | -ALL +SUSv4+
55 func | isdigit_l | int | int; locale_t | ctype.h | -ALL +SUSv4+
56 func | isgraph_l | int | int; locale_t | ctype.h | -ALL +SUSv4+
57 func | islower_l | int | int; locale_t | ctype.h | -ALL +SUSv4+
58 func | isprint_l | int | int; locale_t | ctype.h | -ALL +SUSv4+
59 func | ispunct_l | int | int; locale_t | ctype.h | -ALL +SUSv4+
60 func | isspace_l | int | int; locale_t | ctype.h | -ALL +SUSv4+
61 func | isupper_l | int | int; locale_t | ctype.h | -ALL +SUSv4+
62 func | isxdigit_l | int | int; locale_t | ctype.h | -ALL +SUSv4+
63 func | tolower_l | int | int; locale_t | ctype.h | -ALL +SUSv4+
64 func | toupper_l | int | int; locale_t | ctype.h | -ALL +SUSv4+