Searched refs:proto_inc_len (Results 1 – 1 of 1) sorted by relevance
166 static const size_t proto_inc_len = sizeof (PROTO_INC) - 1; in copyuntil_path() local222 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()