Searched defs:tmpformat (Results 1 - 3 of 3) 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/chromium_org/third_party/libxml/src/
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...]
/external/libxml2/
H A Dtrio.c994 char *tmpformat; local
998 number = (int)trio_to_long(&format[index], &tmpformat, BASE_DECIMAL);
999 index = (int)(tmpformat - format);
1203 char *tmpformat; local
1335 &tmpformat,
1337 index = (int)(tmpformat - format);
1379 &tmpformat,
1383 index = (int)(tmpformat - format);
1444 &tmpformat,
1446 index = (int)(tmpformat
[all...]

Completed in 421 milliseconds