Home
last modified time | relevance | path

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

/scripts/
Dextract-cert.c79 static BIO *wb; variable
87 if (!wb) { in write_cert()
88 wb = BIO_new_file(cert_dst, "wb"); in write_cert()
89 ERR(!wb, "%s", cert_dst); in write_cert()
92 ERR(!i2d_X509_bio(wb, x509), "%s", cert_dst); in write_cert()
153 if (wb && !x509) { in main()
166 BIO_free(wb); in main()
Dkallsyms.c677 int wa, wb; in compare_symbols() local
690 wb = (sb->sym[0] == 'w') || (sb->sym[0] == 'W'); in compare_symbols()
691 if (wa != wb) in compare_symbols()
692 return wa - wb; in compare_symbols()
696 wb = may_be_linker_script_provide_symbol(sb); in compare_symbols()
697 if (wa != wb) in compare_symbols()
698 return wa - wb; in compare_symbols()
702 wb = prefix_underscores_count((const char *)sb->sym + 1); in compare_symbols()
703 if (wa != wb) in compare_symbols()
704 return wa - wb; in compare_symbols()