Home
last modified time | relevance | path

Searched refs:TOKEN_SIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dio.h92 #define TOKEN_SIZE 36 /* max length of a token */ macro
93 typedef char TOKEN[TOKEN_SIZE+1]; /* token type */
H A Dio.c137 else if (ptr - inbuf < TOKEN_SIZE) in gettoken()
2209 bcopy(pushed_buf, buf, TOKEN_SIZE+1); in sup_get_token()
2215 bzero(buf, TOKEN_SIZE + 1); in sup_get_token()
2252 if (ptr - buf < TOKEN_SIZE) in sup_get_token()
2317 bcopy(token_buf, pushed_buf, TOKEN_SIZE+1); in sup_pushtoken()
/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h278 #define TOKEN_SIZE 8 /* number of bits in token */ macro
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c71 #define TOKEN_SIZE 36 /* max length of a token */ macro
72 typedef char TOKEN[TOKEN_SIZE+1]; /* token type */
253 bzero(buf, TOKEN_SIZE + 1); in sup_get_token()
309 if (ptr - buf < TOKEN_SIZE) in sup_get_token()