Searched refs:tmpformat (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/apps/ |
D | rsa.c | 170 int tmpformat = -1; in rsa_main() local 173 tmpformat = FORMAT_PEMRSA; in rsa_main() 175 tmpformat = FORMAT_ASN1RSA; in rsa_main() 177 tmpformat = informat; in rsa_main() 180 pkey = load_pubkey(infile, tmpformat, 1, passin, e, "Public Key"); in rsa_main()
|
/third_party/libxml2/ |
D | trio.c | 1010 char *tmpformat; variable 1014 number = (int)trio_to_long(&format[index], &tmpformat, BASE_DECIMAL); 1015 index = (int)(tmpformat - format); 1219 char *tmpformat; variable 1351 &tmpformat, 1353 index = (int)(tmpformat - format); 1395 &tmpformat, 1399 index = (int)(tmpformat - format); 1460 &tmpformat, 1462 index = (int)(tmpformat - format); [all …]
|