Searched defs:SHORT (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dprintfuncs.h38 enum { CHAR, SHORT, UNSIGNED_SHORT, INT, UNSIGNED, LONG, UNSIGNED_LONG, enumerator in enum:__anon14
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfscanf.c37 #define SHORT 0x04 /* h: short */ macro
210 flags |= SHORT;
311 if (flags & SHORT)
641 else if (flags & SHORT)
/illumos-gate/usr/src/common/util/
H A Dsscanf.c78 #define SHORT 0x04 /* h: short */ macro
176 flags |= SHORT;
241 if (flags & SHORT)
511 else if (flags & SHORT)
/illumos-gate/usr/src/cmd/file/
H A Dmagicutils.c49 #define SHORT 2 macro
86 uint32_t e_type; /* BYTE, SHORT, STR, et al */
347 ep->e_type = SHORT;
375 ep->e_type = SHORT;
597 case SHORT:
638 case SHORT:
674 case SHORT:
731 case SHORT:
782 case SHORT:
815 case SHORT
[all...]
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c91 #define SHORT 1024 /* h */ macro
437 flagword |= SHORT;
514 if (flagword & SHORT)
580 if (flagword & SHORT)
621 if (flagword & SHORT)
968 } else if (flagword & SHORT) {
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c192 #define SHORT 0x400 /* h */ macro
871 if (flagword & SHORT) {
873 flagword &= ~SHORT;
877 flagword |= SHORT;
1015 if (flagword & SHORT)
1139 if (flagword & SHORT)
1178 flagword &= ~(XLONG | SHORT);
1208 if (flagword & SHORT)
2047 } else if (flagword & SHORT) {
2166 /* (!(flagword & SHORT) || !(flagwor
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c134 #define SHORT (sizeof (short)) macro
252 static short objsz = SHORT;
785 case SHORT:
998 case SHORT:
1447 value = get(SHORT);
1604 value = get(SHORT);
1632 value = get(SHORT);
1824 value = get(SHORT);
2844 case SHORT:
2845 addr &= ~(SHORT
[all...]

Completed in 59 milliseconds