Home
last modified time | relevance | path

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

1234

/freebsd-11-stable/contrib/nvi/common/
HDmultibyte.h56 #define TOUPPER towupper macro
90 #define TOUPPER toupper macro
/freebsd-11-stable/contrib/nvi/ex/
HDex_usage.c78 ap->bp[0] = TOUPPER(ap->bp[0]); in ex_usage()
114 nb[1] = TOUPPER(cp->name[0]); in ex_usage()
/freebsd-11-stable/contrib/gcc/
HDgenattr.c40 putchar (TOUPPER(*str)); in write_upcase()
65 putchar (TOUPPER (*tag++)); in gen_attr()
HDgenopinit.c386 putchar (TOUPPER (*np)); in gen_insn()
HDgenflags.c111 putchar (TOUPPER (name[i])); in gen_macro()
HDgenpeep.c348 putchar (TOUPPER(*p1)); in print_code()
HDgenpreds.c473 putchar (TOUPPER (*code)); in write_match_code()
559 putchar (TOUPPER (*code)); in write_match_code_switch()
HDgenemit.c129 putchar (TOUPPER(*p1)); in print_code()
/freebsd-11-stable/contrib/diff/lib/
HDstrftime.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-11-stable/contrib/ipfilter/lib/
HDprintfieldhdr.c48 *t = TOUPPER(*t);
HDipft_hx.c173 c = ISDIGIT(c) ? (c - '0') : (TOUPPER(c) - 55);
/freebsd-11-stable/contrib/gcclibs/include/
HDsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/freebsd-11-stable/contrib/binutils/include/
HDsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/freebsd-11-stable/contrib/gdb/include/
HDsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/freebsd-11-stable/contrib/nvi/vi/
HDv_ulcase.c158 *p = TOUPPER(ch); in ulcase()
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
HDip_ftp_pxy.c635 cmd[i] = TOUPPER(c);
1109 cmd[0] = TOUPPER(c);
1113 cmd[1] = TOUPPER(c);
1117 cmd[2] = TOUPPER(c);
1121 cmd[3] = TOUPPER(c);
HDip_compat.h613 #define TOUPPER(x) toupper((u_char)(x)) macro
/freebsd-11-stable/contrib/binutils/opcodes/
HDcgen-asm.in94 *rx++ = TOUPPER (c);
128 *rx++ = TOUPPER (c);
HDmep-asm.c1068 *rx++ = TOUPPER (c); in mep_cgen_build_insn_regex()
1102 *rx++ = TOUPPER (c); in mep_cgen_build_insn_regex()
/freebsd-11-stable/contrib/binutils/bfd/
HDieee.c1861 else if (TOUPPER (processor[3]) == 'F') /* 68F333 */ in ieee_object_p()
1863 else if ((TOUPPER (processor[3]) == 'C') /* Embedded controllers. */ in ieee_object_p()
1864 && ((TOUPPER (processor[2]) == 'E') in ieee_object_p()
1865 || (TOUPPER (processor[2]) == 'H') in ieee_object_p()
1866 || (TOUPPER (processor[2]) == 'L'))) in ieee_object_p()
HDbfd.c1104 digit = TOUPPER (digit) - 'A' + 10; in bfd_scan_vma()
HDsyms.c694 c = TOUPPER (c); in bfd_decode_symclass()
/freebsd-11-stable/contrib/ntp/sntp/m4/
HDopenldap.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-11-stable/contrib/apr-util/
HDCMakeLists.txt336 STRING(TOUPPER "${CMAKE_BUILD_TYPE}" buildtype)
/freebsd-11-stable/contrib/apr/
HDCMakeLists.txt413 STRING(TOUPPER "${CMAKE_BUILD_TYPE}" buildtype)

1234