Home
last modified time | relevance | path

Searched refs:wb (Results 1 – 2 of 2) sorted by relevance

/scripts/
Dextract-cert.c81 static BIO *wb; variable
89 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()
Dkallsyms.c698 int wa, wb; in compare_symbols() local
708 wb = (sb->sym[0] == 'w') || (sb->sym[0] == 'W'); in compare_symbols()
709 if (wa != wb) in compare_symbols()
710 return wa - wb; in compare_symbols()
714 wb = may_be_linker_script_provide_symbol(sb); in compare_symbols()
715 if (wa != wb) in compare_symbols()
716 return wa - wb; in compare_symbols()
720 wb = strspn(sym_name(sb), "_"); in compare_symbols()
721 if (wa != wb) in compare_symbols()
722 return wa - wb; in compare_symbols()