/src/usr.bin/xlint/common/ |
inittyp.c | 90 typeinfo("short", SHORT, USHORT, SHORT_SIZE, 3, 's'), 91 typeinfo("unsigned short", SHORT, USHORT, SHORT_SIZE, 3, 'u'),
|
lint.h | 70 SHORT, /* (signed) short */ 71 USHORT, /* unsigned short */
|
/src/bin/ps/ |
ps.h | 45 CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG,
|
keyword.c | 139 PVAR("jobc", "JOBC", 0, p_jobc, SHORT, "d"),
|
ps.c | 691 case SHORT: 692 RDIFF(short);
|
print.c | 1263 case SHORT: 1264 val = GET(short); 1371 case SHORT: 1372 (void)printf(ofmt, width, GET(short));
|
/src/tests/lib/libc/regex/ |
main.c | 176 # define SHORT 10 211 ne = regerror(REG_BADPAT, NULL, erbuf, (size_t)SHORT); 212 if (strncmp(erbuf, badpat, SHORT-1) != 0 || erbuf[SHORT-1] != '\0' || 214 fprintf(stderr, "end: regerror() short test gave `%s' not `%.*s'\n", 215 erbuf, SHORT-1, badpat);
|
/src/lib/libc/stdio/ |
vfscanf.c | 80 #define SHORT 0x0004 /* h: short */ 180 static const short basefix[17] = 249 if (flags & SHORT) { 250 flags &= ~SHORT; 253 flags |= SHORT; 335 else if (flags & SHORT) 336 *va_arg(ap, short *) = (short)nread; 795 else if (flags & SHORT) [all...] |
vfwscanf.c | 75 #define SHORT 0x04 /* h: short */ 173 static short basefix[17] = 244 if (flags & SHORT) { 245 flags &= ~SHORT; 248 flags |= SHORT; 341 else if (flags & SHORT) 342 *va_arg(ap, short *) = (short)nread; 701 else if (flags & SHORT) [all...] |
/src/games/adventure/ |
hdr.h | 74 #define SHORT 50 /* How short is a demo game? */ 105 extern struct text stext[LOCSIZE]; /* short loc descriptions */
|
main.c | 180 if (demo && turns >= SHORT)
|
/src/usr.bin/xlint/lint2/ |
chk.c | 503 * pass an int where a char/short it expected, there 514 } else if (t1 == SHORT) { 694 sz = SHORT; 741 * SHORT is always promoted to INT, USHORT to 757 } else if (sz == SHORT) { 807 } else if (sz == SHORT) { 808 if (t2 != SHORT && t2 != USHORT) 866 sz = SHORT; 897 if (sz != SHORT && sz != LONG && sz != LLONG) 914 if (sz == SHORT) { [all...] |
read.c | 61 static short *inpfns; 66 * Indices of type short are used instead of pointers to save memory. 74 * via indices (to save memory for references to types (indices are short)). 81 unsigned short th_idx; 102 static unsigned short inptype(const char *, const char **); 104 static unsigned short findtype(const char *, size_t, int); 105 static unsigned short storetyp(type_t *, const char *, size_t, int); 146 static short 149 return (short)parse_int(p); 192 pos.p_src = (unsigned short)csrcfile [all...] |
/src/usr.bin/xlint/lint1/ |
decl.c | 231 : t == SHORT ? USHORT 251 (t2 == CHAR || t2 == SHORT || t2 == INT || 261 if (t == SHORT && (t2 == INT || t2 == UINT)) { 263 warning(5, "short"); 264 td = block_dup_type(gettyp(t2 == INT ? SHORT : USHORT)); 386 } else if (t == SHORT || t == LONG || t == LLONG || t == INT128) { 388 } else if (t == SHORT || t == LONG || t == LLONG) { 1000 t == SHORT || t == USHORT || t == ENUM) { 2249 t == SHORT || t == USHORT) 2276 else if (t == SHORT) [all...] |
lex.c | 177 kwdef_type( "short", SHORT, 78), 919 /* short octal escape '%.*s' followed by digit '%c' */
|
tree.c | 3517 if (t == CHAR || t == SCHAR || t == SHORT) 3550 if (t == SHORT) 3553 return size_in_bits(SHORT) < size_in_bits(INT) ? INT : UINT; 3677 * If the type of the formal parameter is char/short, a warning would 3679 * char/short arguments. 3682 nt == SHORT || nt == USHORT) 4015 case SHORT:
|
/src/sys/arch/alpha/pci/ |
mcpciareg.h | 345 #define SHORT 0
|
/src/sys/arch/m68k/060sp/dist/ |
fplsp.s | 46 short 0x0000 48 short 0x0000 50 short 0x0000 53 short 0x0000 55 short 0x0000 57 short 0x0000 60 short 0x0000 62 short 0x0000 64 short 0x0000 67 short 0x000 [all...] |
fpsp.s | 84 short 0x0000 86 short 0x0000 88 short 0x0000 90 short 0x0000 92 short 0x0000 94 short 0x0000 96 short 0x0000 98 short 0x0000 100 short 0x0000 1425 short 0xe000,0xe006,0xe004,0xe00 [all...] |