Searched refs:CHAR (Results 51 - 75 of 92) sorted by relevance

1234

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c134 #define CHAR(c) ((Char)((c)&M_ASCII)) macro
434 *bufnext++ = CHAR(c);
438 *bufnext++ = CHAR(c);
458 *bufnext++ = CHAR(c);
839 printf("%c", CHAR(*p));
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h2402 #define PRINT_OPERAND_PUNCT_VALID_P(CHAR) \
2403 ((CHAR) == '#' || (CHAR) == '*' || (CHAR) == '(' \
2404 || (CHAR) == ')' || (CHAR) == '_' || (CHAR) == '&')
/freebsd-11-stable/usr.bin/ul/
H A Dul.c75 struct CHAR { struct
81 static struct CHAR sobuf[MAXBUF]; /* static output buffer */
82 static struct CHAR *obuf = sobuf;
/freebsd-11-stable/lib/libc/stdio/
H A Dvfprintf.c79 #define CHAR char macro
126 const CHAR *cp, const CHAR *ep, locale_t locale)
128 const CHAR *cp0 = cp;
H A Dvfwprintf.c81 #define CHAR wchar_t macro
155 const CHAR *cp, const CHAR *ep, locale_t locale)
157 const CHAR *cp0 = cp;
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A DPacket32.c110 PacketOpenAdapter(CHAR *iface)
236 PacketGetAdapterNames(CHAR *namelist, ULONG *len)
/freebsd-11-stable/contrib/tcsh/
H A Ded.refresh.c192 attr = *cp & ~CHAR;
193 c = *cp & CHAR;
318 w = NLSWidth(*cp & CHAR);
1155 w = NLSClassify(*cp & CHAR, cp == Prompt, 0);
1187 w = NLSClassify(*cp & CHAR, cp == InputBuf, 0);
1279 c = *cp & CHAR;
H A Dsh.h747 # define CHAR 0x30FFFFFF /* Mask to mask out the character */ macro
749 # define CHAR 0x00FFFFFF /* Mask to mask out the character */ macro
760 # define CHAR 0000377 /* Mask to mask out the character */ macro
770 # define CHAR 0000177 /* Mask to mask out the character */ macro
H A Ded.inputl.c671 wint_t c = ch & CHAR;
767 *cp = *KeyMacro[MacroLvl]++ & CHAR;
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c122 #define CHAR(c) ((Char)((c)&M_ASCII)) macro
515 *bufnext++ = CHAR(c);
519 *bufnext++ = CHAR(c);
539 *bufnext++ = CHAR(c);
1054 (void)printf("%c", CHAR(*p));
/freebsd-11-stable/contrib/gdb/gdb/
H A Dm2-exp.y160 %token <ulval> UINT M2_TRUE M2_FALSE CHAR
506 exp : CHAR
750 return CHAR;
927 return CHAR;
H A Djv-exp.y177 %token LONG SHORT BYTE INT CHAR BOOLEAN DOUBLE FLOAT
285 | CHAR
1163 return CHAR;
H A Dm2-exp.c62 CHAR = 264, enumerator in enum:yytokentype
110 #define CHAR 264 macro
513 "M2_FALSE", "CHAR", "FLOAT", "STRING", "NAME", "BLOCKNAME", "IDENT",
2243 return CHAR;
2420 return CHAR;
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c4216 #define IS_ALPHA(CHAR) \
4217 (((CHAR) >= 'a' && (CHAR) <= 'z') \
4218 || ((CHAR) >= 'A' && (CHAR) <= 'Z'))
4220 /* Non-zero if CHAR is a character than can occur in a mangled name. */
4221 #define is_mangled_char(CHAR) \
4222 (IS_ALPHA (CHAR) || IS_DIGIT (CHAR) \
4223 || (CHAR)
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c4348 #define IS_ALPHA(CHAR) \
4349 (((CHAR) >= 'a' && (CHAR) <= 'z') \
4350 || ((CHAR) >= 'A' && (CHAR) <= 'Z'))
4352 /* Non-zero if CHAR is a character than can occur in a mangled name. */
4353 #define is_mangled_char(CHAR) \
4354 (IS_ALPHA (CHAR) || IS_DIGIT (CHAR) \
4355 || (CHAR)
[all...]
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Ddecl.c104 typetab[CHAR].t_tspec = CHAR;
354 if (t2 == CHAR || t2 == SHORT || t2 == INT || t2 == LONG ||
401 case CHAR:
627 t = dcs->d_atyp; /* CHAR, INT, FLOAT, DOUBLE, VOID */
650 case CHAR:
679 if (t != INT && t != CHAR && (s != NOTSPEC || l != NOTSPEC)) {
741 if (t == CHAR) {
990 if (t == CHAR || t == UCHAR || t == SCHAR ||
1962 } else if (t == CHAR ||
[all...]
H A Dtree.c322 sym->s_type = incref(gettyp(CHAR), PTR);
370 if (strg->st_tspec == CHAR) {
578 * CHAR, which would also become int.
1545 } else if (t == CHAR || t == UCHAR || t == SCHAR) {
1546 t = (size(CHAR) < size(INT) || t != UCHAR) ?
1563 } else if (t == CHAR || t == SCHAR || t == SHORT) {
1727 if (nt == CHAR || nt == UCHAR || nt == SHORT || nt == USHORT)
1913 case CHAR:
2255 case CHAR: return "char";
2295 case CHAR
[all...]
H A Dscan.l205 { "char", T_TYPE, 0, CHAR, 0, 0, 0, 0 },
587 case CHAR:
1220 strg->st_tspec = CHAR;
1522 if (strg->st_tspec == CHAR) {
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Demit2.c64 case CHAR: t = 'C'; s = '\0'; break;
H A Dread.c583 tp->t_tspec = s == 's' ? SCHAR : (s == 'u' ? UCHAR : CHAR);
697 case CHAR:
754 t = CHAR;
891 case CHAR:
H A Dchk.c501 } else if (t1 == CHAR || t1 == SCHAR) {
781 (t2 != CHAR && t2 != UCHAR && t2 != SCHAR)) {
983 } else if (t2 != CHAR && t2 != UCHAR &&
1188 } else if (t == CHAR || t == SCHAR) {
1344 if (t == CHAR || t == SCHAR || t == UCHAR)
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.h114 #define CHAR 010 /* character value */ macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp140 char buffer[sizeof(SYMBOL_INFO) + MAX_SYM_NAME * sizeof(CHAR)];
/freebsd-11-stable/contrib/flex/
H A Dscan.l66 return CHAR;
955 return CHAR;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_chu.c245 #define CHAR (11. / 300.) /* character time (s) */ macro
535 DTOLFP(CHAR, &up->charstamp);
1012 if (dtemp > BURST * CHAR) {
1015 } else if (dtemp > 2.5 * CHAR) {

Completed in 563 milliseconds

1234