Searched refs:tolower (Results 1 – 5 of 5) sorted by relevance
44 tolower (int c) in func()48 libc_hidden_def (tolower) in libc_hidden_def() argument
77 print_char(tolower(c)); in main()84 if (tolower (EOF) != EOF) in main()87 printf (" tolower BOGUS %d;", tolower (EOF)); in main()
12 toascii; tolower; toupper;
65 const __int32_t *__ctype_tolower = b (__int32_t, tolower, 128);67 const __uint32_t *__ctype32_tolower = b (__uint32_t, tolower, 128);
122 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