/freebsd/usr.bin/locate/locate/ |
H A D | locate.h | 58 define TOLOWER(ch) tolower(ch) 62 #define TOLOWER(ch) (myctype[ch])
|
H A D | fastfind.c | 190 table[TOLOWER(*patend)] = 1; 306 || TOLOWER(*s) == cc 313 && TOLOWER(*q) != *p
|
H A D | util.c | 196 *p = TOLOWER(*p); in tolower_word()
|
/freebsd/contrib/nvi/common/ |
H A D | multibyte.h | 53 #define TOLOWER towlower macro 87 #define TOLOWER tolower macro
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_str.cpp | 265 char first = (char)TOLOWER(fname->dir[0]); // look for drive. in __kmp_str_fname_init() 511 if (TOLOWER(target[i]) != TOLOWER(data[i])) { in __kmp_str_match() 528 if (TOLOWER(target[i]) != TOLOWER(data[j])) { in __kmp_str_contains()
|
H A D | kmp_str.h | 30 #define TOLOWER(c) ((((c) >= 'A') && ((c) <= 'Z')) ? ((c) + 'a' - 'A') : (c)) macro
|
/freebsd/contrib/diff/lib/ |
H A D | strftime.c | 227 # define TOLOWER(Ch, L) __towlower_l (Ch, L) macro 230 # define TOLOWER(Ch, L) towlower (Ch) macro 236 # define TOLOWER(Ch, L) __tolower_l (Ch, L) macro 239 # define TOLOWER(Ch, L) tolower (Ch) macro 243 # define TOLOWER(Ch, L) (isupper (Ch) ? tolower (Ch) : (Ch)) macro 257 dest[len] = TOLOWER ((UCHAR_T) src[len], loc); in memcpy_lowcase()
|
/freebsd/sbin/ipf/libipf/ |
H A D | ipft_tx.c | 180 if (!ISALPHA(c) || (TOLOWER(c) != 'o' && TOLOWER(c) != 'i')) { in parseline() 191 *out = (TOLOWER(c) == 'o') ? 1 : 0; in parseline()
|
/freebsd/contrib/nvi/vi/ |
H A D | v_ulcase.c | 157 *p = TOLOWER(ch); in ulcase()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_usage.c | 66 ap->bp[0] = TOLOWER(ap->bp[0]); in ex_usage()
|
H A D | ex_subst.c | 1353 __ch = TOLOWER(__ch); \ in re_sub()
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 605 #define TOLOWER(x) tolower((u_char)(x)) macro
|
/freebsd/sbin/ipf/ipfstat/ |
H A D | ipfstat.c | 1677 c = TOLOWER(c); in topipstates()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 819 case TOLOWER: in Fold() 983 case TOLOWER: in getAsString()
|
H A D | TGParser.cpp | 1225 Code = UnOpInit::TOLOWER; in ParseOperation()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | CMakeLists.txt | 38 string(TOLOWER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_LOWER)
|
/freebsd/contrib/libevent/ |
H A D | CMakeLists.txt | 38 string(TOLOWER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_LOWER)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 839 TOLOWER, enumerator
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 163 (CTYPE_DOMAIN, ISPRINT, ISSPACE, TOLOWER, _tolower, errno): Remove; 1290 (TOLOWER): New macro. 1358 (find_and_hash_each_line): Use TOLOWER instead of _tolower.
|