Home
last modified time | relevance | path

Searched refs:TOUPPER (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DMacros.cmake12 string(TOUPPER "${SYMNAME}" SYMNAME_UPPER)
26 string(TOUPPER "${FILE_UL}" FILE_UL_UPPER)
H A DCheckFunctionKeywords.cmake7 string(TOUPPER "${flagname}" flagname)
H A DAddEventLibrary.cmake50 string(TOUPPER ${TYPE} UPPER_TYPE)
/freebsd/contrib/libevent/cmake/
H A DMacros.cmake12 string(TOUPPER "${SYMNAME}" SYMNAME_UPPER)
26 string(TOUPPER "${FILE_UL}" FILE_UL_UPPER)
H A DCheckFunctionKeywords.cmake7 string(TOUPPER "${flagname}" flagname)
H A DAddEventLibrary.cmake50 string(TOUPPER ${TYPE} UPPER_TYPE)
/freebsd/contrib/nvi/common/
H A Dmultibyte.h54 #define TOUPPER towupper macro
88 #define TOUPPER toupper macro
/freebsd/contrib/nvi/ex/
H A Dex_usage.c74 ap->bp[0] = TOUPPER(ap->bp[0]); in ex_usage()
110 nb[1] = TOUPPER(cp->name[0]); in ex_usage()
H A Dex_subst.c1360 __ch = TOUPPER(__ch); \ in re_sub()
/freebsd/contrib/diff/lib/
H A Dstrftime.c226 # define TOUPPER(Ch, L) __towupper_l (Ch, L) macro
229 # define TOUPPER(Ch, L) towupper (Ch) macro
235 # define TOUPPER(Ch, L) __toupper_l (Ch, L) macro
238 # define TOUPPER(Ch, L) toupper (Ch) macro
242 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) macro
266 dest[len] = TOUPPER ((UCHAR_T) src[len], loc); in memcpy_uppcase()
732 *old_start = TOUPPER ((UCHAR_T) *old_start, loc);
/freebsd/sbin/ipf/libipf/
H A Dprintfieldhdr.c46 *t = TOUPPER(*t); in printfieldhdr()
H A Dipft_hx.c165 c = ISDIGIT(c) ? (c - '0') : (TOUPPER(c) - 55); in readhex()
/freebsd/contrib/nvi/vi/
H A Dv_ulcase.c154 *p = TOUPPER(ch); in ulcase()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_ftp_pxy.c604 cmd[i] = TOUPPER(c); in ipf_p_ftp_client()
1052 cmd[0] = TOUPPER(c); in ipf_p_ftp_client_valid()
1056 cmd[1] = TOUPPER(c); in ipf_p_ftp_client_valid()
1060 cmd[2] = TOUPPER(c); in ipf_p_ftp_client_valid()
1064 cmd[3] = TOUPPER(c); in ipf_p_ftp_client_valid()
H A Dip_compat.h604 #define TOUPPER(x) toupper((u_char)(x)) macro
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap.m4159 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
164 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
168 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp823 case TOUPPER: in Fold()
986 case TOUPPER: in getAsString()
H A DTGParser.cpp1224 Code = UnOpInit::TOUPPER; in ParseOperation()
/freebsd/contrib/ntp/sntp/libevent/
H A DCMakeLists.txt216 string(TOUPPER "${EVENT__LIBRARY_TYPE}" EVENT_LIBRARY_TYPE)
/freebsd/contrib/libevent/
H A DCMakeLists.txt216 string(TOUPPER "${EVENT__LIBRARY_TYPE}" EVENT_LIBRARY_TYPE)
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h840 TOUPPER, enumerator
/freebsd/contrib/tcpdump/
H A DCMakeLists.txt1207 string(TOUPPER ${FUNC} FUNC_UPPERCASE)
H A Dconfigure4129 || toupper (i) != TOUPPER (i))
/freebsd/contrib/openbsm/
H A Dconfigure7347 || toupper (i) != TOUPPER (i))
12816 || toupper (i) != TOUPPER (i))
/freebsd/contrib/byacc/
H A Dconfigure5111 || toupper (i) != TOUPPER (i))

12