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

/osnet-11/usr/src/lib/libpp/common/
H A Dppproto.c2134 int comlen; local
2229 if (!notice && !options || (comlen = astlicense(com, sizeof(com), NiL, "type=check", proto->cc[0], proto->cc[1], proto->cc[2])) <= 0)
2278 if (*s == *com && !strncmp(s, com, comlen))
2352 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2355 proto->op += comlen;
2380 if ((comlen = astlicense(proto->op, proto->oz, notice, options, proto->cc[0], proto->cc[1], proto->cc[2])) < 0)
2383 proto->op += comlen;

Completed in 20 milliseconds