Lines Matching defs:t2
2112 krb5_int32 t1, t2, t3, t4, t5, t6, t7, t8, t9;
2132 nread = fscanf(filep, "%d\t%d\t%d\t%d\t%d\t", &t1, &t2, &t3, &t4, &t5);
2135 if (!(name = (char *) malloc((size_t) t2 + 1)))
2177 if (!read_string(filep, name, t2, linenop) &&
2182 &t2, &t3, &t4, &t5, &t6, &t7, &t8, &t9);
2184 dbentry.attributes = (krb5_flags) t2;
2213 nread = fscanf(filep, "%d\t%d\t", &t1, &t2);
2216 tl->tl_data_length = (krb5_int16) t2;
2219 (krb5_octet *) malloc((size_t) t2+1)) ||
2222 t2)) {
2276 nread = fscanf(filep, "%d\t%d\t", &t1, &t2);
2279 kdatap->key_data_kvno = (krb5_int16) t2;