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

/external/openssl/apps/
H A Drsa.c273 int tmpformat=-1; local
277 tmpformat = FORMAT_PEMRSA;
279 tmpformat = FORMAT_ASN1RSA;
282 tmpformat = FORMAT_IISSGC;
284 tmpformat = informat;
286 pkey = load_pubkey(bio_err, infile, tmpformat, 1,
/external/libxml2/
H A Dtrio.c990 char *tmpformat; local
994 number = (int)trio_to_long(&format[index], &tmpformat, BASE_DECIMAL);
995 index = (int)(tmpformat - format);
1199 char *tmpformat; local
1331 &tmpformat,
1333 index = (int)(tmpformat - format);
1375 &tmpformat,
1379 index = (int)(tmpformat - format);
1440 &tmpformat,
1442 index = (int)(tmpformat
[all...]

Completed in 123 milliseconds