Lines Matching defs:tlen
448 int tlen;
466 tlen = POET_GET_LENG(tagp);
510 if (tlen > 0 && *dp == '\0')
511 tlen = 0;
518 (void) fprintf(out, "%s:\"%.*s\" ", str, tlen, dp);
524 while (--tlen >= 0)
530 if (tlen >= 4) {
536 tlen -= 4;
539 while (--tlen >= 0)
547 if (tlen != sizeof (poer)) {
548 (void) fprintf(out, "RTE%d? ", tlen);
572 (void) fprintf(out, "%s:%d ", poe_tagname(ttyp), tlen);
837 int tlen;
856 tlen = POET_GET_LENG(tagp);
862 if (tlen == 0) {
867 (tlen == strlen(service) &&
868 memcmp(service, POET_DATA(tagp), tlen) == 0)) {
1075 int tlen, ttyp;
1128 tlen = POET_GET_LENG(tagp);
1131 acc_len = tlen;
1133 if (serv_len == 0 && ttyp == POETT_SERVICE && tlen != 0) {
1135 serv_len = tlen;
1174 tlen = POET_GET_LENG(tagp);
1175 if (ttyp == POETT_VENDOR && tlen >= 4) {
1179 tlen -= 4;
1181 while (--tlen >= 0)
1321 int tlen;
1340 tlen = POET_GET_LENG(tagp);
1341 if (service[0] == '\0' || (strlen(service) == tlen &&
1342 memcmp(service, POET_DATA(tagp), tlen) == 0))