Searched refs:TOUPPER (Results 1 - 25 of 75) sorted by relevance

123

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprintfieldhdr.c48 *t = TOUPPER(*t);
H A Dipft_hx.c173 c = ISDIGIT(c) ? (c - '0') : (TOUPPER(c) - 55);
/freebsd-11-stable/contrib/nvi/common/
H A Dmultibyte.h56 #define TOUPPER towupper macro
90 #define TOUPPER toupper macro
/freebsd-11-stable/contrib/gcc/
H A Dgenattr.c40 putchar (TOUPPER(*str));
65 putchar (TOUPPER (*tag++));
H A Dgenflags.c111 putchar (TOUPPER (name[i]));
H A Dgenopinit.c386 putchar (TOUPPER (*np));
H A Dgenpeep.c351 putchar (TOUPPER(*p1));
H A Dgenpreds.c473 putchar (TOUPPER (*code));
559 putchar (TOUPPER (*code));
H A Dgenemit.c131 putchar (TOUPPER(*p1));
H A Dread-rtl.c704 *p = TOUPPER (*p);
H A Dprotoize.c44 #define IS_SAME_PATH_CHAR(a,b) (TOUPPER (a) == TOUPPER (b))
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_usage.c78 ap->bp[0] = TOUPPER(ap->bp[0]);
114 nb[1] = TOUPPER(cp->name[0]);
H A Dex_subst.c1364 __ch = TOUPPER(__ch); \
/freebsd-11-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/freebsd-11-stable/contrib/gdb/include/
H A Dsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/freebsd-11-stable/contrib/binutils/include/
H A Dsafe-ctype.h116 #define TOUPPER(c) _sch_toupper[(c) & 0xff] macro
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_ulcase.c158 *p = TOUPPER(ch);
/freebsd-11-stable/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);
732 *old_start = TOUPPER ((UCHAR_T) *old_start, loc);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-asm.c1070 *rx++ = TOUPPER (c);
1104 *rx++ = TOUPPER (c);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c637 cmd[i] = TOUPPER(c);
1113 cmd[0] = TOUPPER(c);
1117 cmd[1] = TOUPPER(c);
1121 cmd[2] = TOUPPER(c);
1125 cmd[3] = TOUPPER(c);
H A Dip_compat.h613 #define TOUPPER(x) toupper((u_char)(x)) macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd.c1107 digit = TOUPPER (digit) - 'A' + 10;
H A Dsyms.c694 c = TOUPPER (c);
H A Dieee.c1864 else if (TOUPPER (processor[3]) == 'F') /* 68F333 */
1866 else if ((TOUPPER (processor[3]) == 'C') /* Embedded controllers. */
1867 && ((TOUPPER (processor[2]) == 'E')
1868 || (TOUPPER (processor[2]) == 'H')
1869 || (TOUPPER (processor[2]) == 'L')))
/freebsd-11-stable/contrib/binutils/gas/
H A Dsymbols.c123 *s = TOUPPER (*s);
746 *copy++ = TOUPPER (c);

Completed in 199 milliseconds

123