| /freebsd-11-stable/contrib/nvi/common/ |
| HD | multibyte.h | 56 #define TOUPPER towupper macro 90 #define TOUPPER toupper macro
|
| /freebsd-11-stable/contrib/nvi/ex/ |
| HD | ex_usage.c | 78 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/ |
| HD | genattr.c | 40 putchar (TOUPPER(*str)); in write_upcase() 65 putchar (TOUPPER (*tag++)); in gen_attr()
|
| HD | genopinit.c | 386 putchar (TOUPPER (*np)); in gen_insn()
|
| HD | genflags.c | 111 putchar (TOUPPER (name[i])); in gen_macro()
|
| HD | genpeep.c | 348 putchar (TOUPPER(*p1)); in print_code()
|
| HD | genpreds.c | 473 putchar (TOUPPER (*code)); in write_match_code() 559 putchar (TOUPPER (*code)); in write_match_code_switch()
|
| HD | genemit.c | 129 putchar (TOUPPER(*p1)); in print_code()
|
| /freebsd-11-stable/contrib/diff/lib/ |
| HD | strftime.c | 226 # 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/ |
| HD | printfieldhdr.c | 48 *t = TOUPPER(*t);
|
| HD | ipft_hx.c | 173 c = ISDIGIT(c) ? (c - '0') : (TOUPPER(c) - 55);
|
| /freebsd-11-stable/contrib/gcclibs/include/ |
| HD | safe-ctype.h | 116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
|
| /freebsd-11-stable/contrib/binutils/include/ |
| HD | safe-ctype.h | 116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
|
| /freebsd-11-stable/contrib/gdb/include/ |
| HD | safe-ctype.h | 116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
|
| /freebsd-11-stable/contrib/nvi/vi/ |
| HD | v_ulcase.c | 158 *p = TOUPPER(ch); in ulcase()
|
| /freebsd-11-stable/sys/contrib/ipfilter/netinet/ |
| HD | ip_ftp_pxy.c | 635 cmd[i] = TOUPPER(c); 1109 cmd[0] = TOUPPER(c); 1113 cmd[1] = TOUPPER(c); 1117 cmd[2] = TOUPPER(c); 1121 cmd[3] = TOUPPER(c);
|
| HD | ip_compat.h | 613 #define TOUPPER(x) toupper((u_char)(x)) macro
|
| /freebsd-11-stable/contrib/binutils/opcodes/ |
| HD | cgen-asm.in | 94 *rx++ = TOUPPER (c); 128 *rx++ = TOUPPER (c);
|
| HD | mep-asm.c | 1068 *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/ |
| HD | ieee.c | 1861 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()
|
| HD | bfd.c | 1104 digit = TOUPPER (digit) - 'A' + 10; in bfd_scan_vma()
|
| HD | syms.c | 694 c = TOUPPER (c); in bfd_decode_symclass()
|
| /freebsd-11-stable/contrib/ntp/sntp/m4/ |
| HD | openldap.m4 | 159 # 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/ |
| HD | CMakeLists.txt | 336 STRING(TOUPPER "${CMAKE_BUILD_TYPE}" buildtype)
|
| /freebsd-11-stable/contrib/apr/ |
| HD | CMakeLists.txt | 413 STRING(TOUPPER "${CMAKE_BUILD_TYPE}" buildtype)
|