Lines Matching defs:ib

59 		char *ib = indent_pr(indent, 0);
60 printf("%s Result: %s (code 0x%x)\n", ib,
92 char *ib = indent_pr(indent + 2, 1);
93 printf("%s[", &ib[1]);
94 hex_print_with_offset(ib, tdp, rlen, 0);
95 printf("\n%s]\n", &ib[1]);
119 char *ib = indent_pr(indent, 1);
124 printf("%s[", &ib[1]);
125 hex_print_with_offset(ib, tdp, rlen, 0);
126 printf("\n%s]\n", &ib[1]);
131 printf("\n%s ILV: type %x length %d\n", &ib[1],
183 char *ib = indent_pr(indent, 0);
189 printf("%sKeyinfo: Key 0x%x\n", ib, id);
220 char *ib = indent_pr(indent, 0);
228 printf("%s ID#%02u: %d\n", ib, i + 1, id);
273 ib, ops->s, EXTRACT_16BITS(&pdtlv->length),
278 ib, ops->s, EXTRACT_16BITS(&pdtlv->length),
314 char *ib = indent_pr(indent, 0);
324 ib, EXTRACT_16BITS(&pdh->pflags), EXTRACT_16BITS(&pdh->pIDcnt));
364 char *ib = indent_pr(indent, 0);
387 ib, tok2str(ForCES_TLV, NULL, type),
410 char *ib;
424 ib = indent_pr(indent, 0);
432 ib, tok2str(ForCES_TLV, NULL, type),
459 char *ib = indent_pr(indent, 1);
462 printf("%sData[", &ib[1]);
463 hex_print_with_offset(ib, pptr, len, 0);
464 printf("%s]\n", ib);
475 char *ib = indent_pr(indent, 0);
487 printf("%sOper TLV %s(0x%x) length %d\n", ib, ops->s, type,
522 char *ib = indent_pr(indent, 0);
541 printf("Teardown reason:\n%s", ib);
562 printf("(%x)\n%s", rescode, ib);
579 char *ib = indent_pr(indent, 0);
599 printf("\n%s", ib);
614 printf("(%x)\n%s", rescode, ib);
646 char *ib = indent_pr(indent, 0);
657 printf("\n%sMetaID 0x%x length %d\n", ib, EXTRACT_32BITS(&ilv->type),
672 char *ib = indent_pr(indent, 0);
683 printf("\n%s METADATA\n", ib);
822 char *ib = indent_pr(indent, 0);
848 ib, tok2str(ForCES_LFBs, NULL, EXTRACT_32BITS(&lfbs->class)),