Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/locate/locate/
HDlocate.h60 define TOLOWER(ch) tolower(ch)
64 #define TOLOWER(ch) (myctype[ch])
HDfastfind.c183 table[TOLOWER(*patend)] = 1;
288 || TOLOWER(*s) == cc
295 && TOLOWER(*q) != *p
HDutil.c207 *p = TOLOWER(*p);
/freebsd-13-stable/contrib/nvi/common/
HDmultibyte.h53 #define TOLOWER towlower macro
87 #define TOLOWER tolower macro
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_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()
HDkmp_str.h30 #define TOLOWER(c) ((((c) >= 'A') && ((c) <= 'Z')) ? ((c) + 'a' - 'A') : (c)) macro
/freebsd-13-stable/contrib/diff/lib/
HDstrftime.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-13-stable/sbin/ipf/libipf/
HDipft_tx.c184 if (!ISALPHA(c) || (TOLOWER(c) != 'o' && TOLOWER(c) != 'i')) { in parseline()
195 *out = (TOLOWER(c) == 'o') ? 1 : 0; in parseline()
/freebsd-13-stable/contrib/nvi/vi/
HDv_ulcase.c157 *p = TOLOWER(ch); in ulcase()
/freebsd-13-stable/contrib/nvi/ex/
HDex_usage.c66 ap->bp[0] = TOLOWER(ap->bp[0]); in ex_usage()
HDex_subst.c1353 __ch = TOLOWER(__ch); \ in re_sub()
/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDip_compat.h606 #define TOLOWER(x) tolower((u_char)(x)) macro
/freebsd-13-stable/sbin/ipf/ipfstat/
HDipfstat.c1682 c = TOLOWER(c); in topipstates()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
HDRecord.cpp819 case TOLOWER: in Fold()
983 case TOLOWER: in getAsString()
HDTGParser.cpp1225 Code = UnOpInit::TOLOWER; in ParseOperation()
/freebsd-13-stable/contrib/libevent/
HDCMakeLists.txt38 string(TOLOWER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_LOWER)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDRecord.h839 TOLOWER, enumerator
/freebsd-13-stable/contrib/ntp/sntp/libevent/
HDCMakeLists.txt38 string(TOLOWER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_LOWER)
/freebsd-13-stable/contrib/diff/
HDChangeLog163 (CTYPE_DOMAIN, ISPRINT, ISSPACE, TOLOWER, _tolower, errno): Remove;
1290 (TOLOWER): New macro.
1358 (find_and_hash_each_line): Use TOLOWER instead of _tolower.