Lines Matching defs:first
445 * First, assemble all the octets with the 8th
680 int o = 0, first = -1, i = asnlen;
692 first = 1;
705 * first subitem encodes two items with 1st*OIDMUX+2nd
708 if (first < 0) {
712 first = 0;
715 OBJ_PRINT(s, first);
718 OBJ_PRINT(o, first);
719 if (--first < 0)
720 first = 0;
737 char *cpf, *cpl, last[6], first[30];
754 snprintf(first, sizeof(first), "%.f", d);
756 snprintf(first, sizeof(first), "%f", d);
760 for (carry = 0, cpf = first+strlen(first)-1, cpl = last+4;
772 ND_PRINT((ndo, "%s", first));
777 register int printable = 1, first = 1;
792 ND_PRINT((ndo, first ? "%.2x" : "_%.2x", *p));
793 first = 0;
900 int o = 0, first = -1, i = asnlen;
910 * first subitem encodes two items with 1st*OIDMUX+2nd
913 if (first < 0) {
914 first = 0;