Home
last modified time | relevance | path

Searched refs:TOLOWER (Results 1 – 19 of 19) sorted by relevance

/freebsd/usr.bin/locate/locate/
H A Dlocate.h58 define TOLOWER(ch) tolower(ch)
62 #define TOLOWER(ch) (myctype[ch])
H A Dfastfind.c190 table[TOLOWER(*patend)] = 1;
306 || TOLOWER(*s) == cc
313 && TOLOWER(*q) != *p
H A Dutil.c196 *p = TOLOWER(*p); in tolower_word()
/freebsd/contrib/nvi/common/
H A Dmultibyte.h53 #define TOLOWER towlower macro
87 #define TOLOWER tolower macro
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.cpp265 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 Dkmp_str.h30 #define TOLOWER(c) ((((c) >= 'A') && ((c) <= 'Z')) ? ((c) + 'a' - 'A') : (c)) macro
/freebsd/contrib/diff/lib/
H A Dstrftime.c227 # 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 Dipft_tx.c180 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 Dv_ulcase.c157 *p = TOLOWER(ch); in ulcase()
/freebsd/contrib/nvi/ex/
H A Dex_usage.c66 ap->bp[0] = TOLOWER(ap->bp[0]); in ex_usage()
H A Dex_subst.c1353 __ch = TOLOWER(__ch); \ in re_sub()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h605 #define TOLOWER(x) tolower((u_char)(x)) macro
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1677 c = TOLOWER(c); in topipstates()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp819 case TOLOWER: in Fold()
983 case TOLOWER: in getAsString()
H A DTGParser.cpp1225 Code = UnOpInit::TOLOWER; in ParseOperation()
/freebsd/contrib/ntp/sntp/libevent/
H A DCMakeLists.txt38 string(TOLOWER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_LOWER)
/freebsd/contrib/libevent/
H A DCMakeLists.txt38 string(TOLOWER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_LOWER)
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h839 TOLOWER, enumerator
/freebsd/contrib/diff/
H A DChangeLog163 (CTYPE_DOMAIN, ISPRINT, ISSPACE, TOLOWER, _tolower, errno): Remove;
1290 (TOLOWER): New macro.
1358 (find_and_hash_each_line): Use TOLOWER instead of _tolower.