Searched defs:TO (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/sparc/crt/
H A Dstret.s34 #define TO %i0 define
76 ld [%fp+STRUCT_VAL_OFF],TO /* (DELAY SLOT) */
85 ST TEMP,[TO+SIZE] /* (DELAY SLOT) */
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dxmodem.c14 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
42 #define TO 10 macro
57 if ((ch = getc(TO)) == -1)
61 if ((ch = getc(TO)) == -1)
67 if ((ch = getc(TO)) == -1)
81 if (((ch = getc(TO)) == -1) || ((ch & 0xff) != ((chk >> 8) & 0xFF)))
83 if (((ch = getc(TO)) == -1) || ((ch & 0xff) != (chk & 0xFF)))
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c243 enum direction { ANY, TO, FROM }; enumerator in enum:direction
621 * duplicate code need not exist for the TO and FROM case.
622 * A value of -1 describes the ANY case (TO and FROM).
696 case TO:
880 case TO:
936 case TO:
961 case TO:
1347 dir = TO;
1430 dir = TO;
H A Dsnoop_filter.c1463 enum direction { ANY, TO, FROM }; enumerator in enum:direction
1491 * duplicate code need not exist for the TO and FROM case.
1492 * A value of -1 describes the ANY case (TO and FROM).
1588 case TO:
1733 case TO:
1762 case TO:
1858 case TO:
1961 case TO:
2002 case TO:
2061 case TO
[all...]

Completed in 64 milliseconds