Searched refs:SHORT (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-11.0-release/usr.sbin/wpa/wpa_supplicant/
H A Dntddndis.h17 #define SHORT int16_t macro
/freebsd-11.0-release/usr.bin/xlint/common/
H A Dinittyp.c71 { SHORT, { SHORT_SIZE, 2 * CHAR_BIT,
72 SHORT, USHORT,
75 SHORT, USHORT,
H A Dlint.h60 SHORT, /* (signed) short */ enumerator in enum:__anon13848
/freebsd-11.0-release/bin/ps/
H A Dps.h36 enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR, PGTOK }; enumerator in enum:type
/freebsd-11.0-release/sys/kern/
H A Dsubr_scanf.c57 #define SHORT 0x04 /* h: short */ macro
175 if (flags & SHORT){
176 flags &= ~SHORT;
179 flags |= SHORT;
251 else if (flags & SHORT)
528 else if (flags & SHORT)
/freebsd-11.0-release/usr.bin/xlint/lint1/
H A Dlint.h52 SHORT, /* (signed) short */ enumerator in enum:__anon13851
H A Dparam.h111 #define WCHAR SHORT
H A Ddecl.c107 typetab[SHORT].t_tspec = SHORT;
319 } else if (t == SHORT || t == LONG || t == QUAD) {
354 if (t2 == CHAR || t2 == SHORT || t2 == INT || t2 == LONG ||
364 case SHORT:
368 td = duptyp(gettyp(t2 == INT ? SHORT : USHORT));
629 l = dcs->d_lmod; /* SHORT, LONG, QUAD */
743 } else if (t == SHORT) {
744 t = s == SIGNED ? SHORT : USHORT;
991 t == SHORT ||
[all...]
H A Demit1.c101 case SHORT: t = 'S'; s = '\0'; break;
H A Dscan.l228 { "short", T_TYPE, 0, SHORT, 0, 0, 0, 0 },
584 case SHORT:
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c166 # define SHORT 10 macro
201 ne = regerror(REG_BADPAT, NULL, erbuf, (size_t)SHORT);
202 if (strncmp(erbuf, badpat, SHORT-1) != 0 || erbuf[SHORT-1] != '\0' ||
205 erbuf, SHORT-1, badpat);
/freebsd-11.0-release/lib/libc/regex/grot/
H A Dmain.c139 # define SHORT 10 macro
174 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, (size_t)SHORT);
175 if (strncmp(erbuf, badpat, SHORT-1) != 0 || erbuf[SHORT-1] != '\0' ||
178 erbuf, SHORT-1, badpat);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dc-exp.y197 %token SIGNED_KEYWORD LONG SHORT INT_KEYWORD CONST_KEYWORD VOLATILE_KEYWORD DOUBLE_KEYWORD
812 | SHORT
848 | SHORT INT_KEYWORD
850 | SHORT SIGNED_KEYWORD INT_KEYWORD
852 | SHORT SIGNED_KEYWORD
854 | UNSIGNED SHORT INT_KEYWORD
856 | SHORT UNSIGNED
858 | SHORT UNSIGNED INT_KEYWORD
981 | SHORT
1675 return SHORT;
[all...]
H A Dobjc-exp.y201 %token SIGNED_KEYWORD LONG SHORT INT_KEYWORD CONST_KEYWORD VOLATILE_KEYWORD DOUBLE_KEYWORD
881 | SHORT
895 | SHORT INT_KEYWORD
897 | UNSIGNED SHORT INT_KEYWORD
947 | SHORT
1618 return SHORT;
H A Djv-exp.y177 %token LONG SHORT BYTE INT CHAR BOOLEAN DOUBLE FLOAT
279 | SHORT
1146 return SHORT;
H A Djv-exp.c65 SHORT = 267, enumerator in enum:yytokentype
97 #define SHORT 267 macro
500 "BOOLEAN_LITERAL", "TYPENAME", "NAME_OR_INT", "ERROR", "LONG", "SHORT",
2520 return SHORT;
/freebsd-11.0-release/lib/libc/stdio/
H A Dvfscanf.c72 #define SHORT 0x04 /* h: short */ macro
542 if (flags & SHORT) {
543 flags &= ~SHORT;
546 flags |= SHORT;
627 else if (flags & SHORT)
757 else if (flags & SHORT)
H A Dvfwscanf.c70 #define SHORT 0x04 /* h: short */ macro
526 if (flags & SHORT) {
527 flags &= ~SHORT;
530 flags |= SHORT;
622 else if (flags & SHORT)
737 else if (flags & SHORT)
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dvfscanf.c35 #define SHORT 0x04 /* h: short */ macro
208 flags |= SHORT;
309 if (flags & SHORT)
639 else if (flags & SHORT)
/freebsd-11.0-release/usr.bin/xlint/lint2/
H A Dchk.c505 } else if (t1 == SHORT) {
684 sz = SHORT;
731 * SHORT is always promoted to INT, USHORT
747 } else if (sz == SHORT) {
797 } else if (sz == SHORT) {
798 if (t2 != SHORT && t2 != USHORT)
855 sz = SHORT;
886 if (sz != SHORT && sz != LONG && sz != QUAD)
903 if (sz == SHORT) {
1192 } else if (t == SHORT) {
[all...]
H A Demit2.c67 case SHORT: t = 'S'; s = '\0'; break;
H A Dread.c586 tp->t_tspec = s == 'u' ? USHORT : SHORT;
694 case SHORT:
761 t = SHORT;
888 case SHORT:
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldwrite.c122 case SHORT:
164 case SHORT:
H A Dldctor.c307 case 2: size = SHORT; break;
/freebsd-11.0-release/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c201 rec.Top = (SHORT) (y + AdjustY(p));
871 readRegion.Bottom = (SHORT) (bufferSize.Y - 1);
872 readRegion.Right = (SHORT) (bufferSize.X - 1);
893 bufferSize.X = (SHORT) (p->SBI.srWindow.Right
895 bufferSize.Y = (SHORT) (p->SBI.srWindow.Bottom

Completed in 400 milliseconds

12