Home
last modified time | relevance | path

Searched refs:tolower (Results 1 – 5 of 5) sorted by relevance

/ctype/
A Dctype.c44 tolower (int c) in func()
48 libc_hidden_def (tolower) in libc_hidden_def() argument
A Dtest_ctype.c77 print_char(tolower(c)); in main()
84 if (tolower (EOF) != EOF) in main()
87 printf (" tolower BOGUS %d;", tolower (EOF)); in main()
A DVersions12 toascii; tolower; toupper;
A Dctype-info.c65 const __int32_t *__ctype_tolower = b (__int32_t, tolower, 128);
67 const __uint32_t *__ctype32_tolower = b (__uint32_t, tolower, 128);
A Dctype.h122 extern int tolower (int __c) __THROW;
207 __NTH (tolower (int __c)) in __isctype_f()
220 # define tolower(c) __tobody (c, tolower, *__ctype_tolower_loc (), (c)) macro

Completed in 9 milliseconds