Searched refs:wb (Results 1 – 2 of 2) sorted by relevance
81 static BIO *wb; variable89 if (!wb) { in write_cert()90 wb = BIO_new_file(cert_dst, "wb"); in write_cert()91 ERR(!wb, "%s", cert_dst); in write_cert()94 ERR(!i2d_X509_bio(wb, x509), "%s", cert_dst); in write_cert()160 if (wb && !x509) { in main()173 BIO_free(wb); in main()
699 int wa, wb; in compare_symbols() local709 wb = (sb->sym[0] == 'w') || (sb->sym[0] == 'W'); in compare_symbols()710 if (wa != wb) in compare_symbols()711 return wa - wb; in compare_symbols()715 wb = may_be_linker_script_provide_symbol(sb); in compare_symbols()716 if (wa != wb) in compare_symbols()717 return wa - wb; in compare_symbols()721 wb = strspn(sym_name(sb), "_"); in compare_symbols()722 if (wa != wb) in compare_symbols()723 return wa - wb; in compare_symbols()