Home
last modified time | relevance | path

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

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