Searched refs:proto_inc_len (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/aw/
H A Daw.c166 static const size_t proto_inc_len = sizeof (PROTO_INC) - 1; local
222 if ((proto_inc_len < bufcnt) &&
223 (strncmp(bufptr, PROTO_INC, proto_inc_len) == 0)) {
224 bufptr += proto_inc_len;
225 bufcnt -= proto_inc_len;

Completed in 45 milliseconds