Searched refs:bflags (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/crypto/heimdal/appl/gssmask/ |
| H A D | gssmaestro.c | 181 int32_t bflags, krb5_data *header, krb5_data *in, krb5_data *trailer, in wrap_token_ext() argument 188 put32(client, bflags); in wrap_token_ext() 199 int32_t bflags, krb5_data *header, krb5_data *in, krb5_data *trailer, in unwrap_token_ext() argument 206 put32(client, bflags); in unwrap_token_ext() 471 int conf, int bflags) in test_wrap_ext() argument 488 val = wrap_token_ext(c1, hc1, conf, bflags, &header, &msg, &trailer, &wrapped); in test_wrap_ext() 493 val = unwrap_token_ext(c2, hc2, conf, bflags, &header, &wrapped, &trailer, &out); in test_wrap_ext()
|
| H A D | gssmask.c | 883 int32_t hContext, flags, bflags; in HandleOP() local 892 ret32(c, bflags); in HandleOP() 905 if (bflags & WRAP_EXP_ONLY_HEADER) in HandleOP() 969 int32_t hContext, flags, bflags; in HandleOP() local 978 ret32(c, bflags); in HandleOP() 985 if (bflags & WRAP_EXP_ONLY_HEADER) in HandleOP()
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | objdump.c | 501 flagword bflags; in compare_symbols() local 553 bflags = b->flags; in compare_symbols() 555 if ((aflags & BSF_DEBUGGING) != (bflags & BSF_DEBUGGING)) in compare_symbols() 562 if ((aflags & BSF_FUNCTION) != (bflags & BSF_FUNCTION)) in compare_symbols() 569 if ((aflags & BSF_LOCAL) != (bflags & BSF_LOCAL)) in compare_symbols() 576 if ((aflags & BSF_GLOBAL) != (bflags & BSF_GLOBAL)) in compare_symbols()
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | apps.c | 2569 int fd = -1, bflags, mode, textmode; in bio_open_owner() local 2606 bflags = BIO_CLOSE; in bio_open_owner() 2608 bflags |= BIO_FP_TEXT; in bio_open_owner() 2609 b = BIO_new_fp(fp, bflags); in bio_open_owner()
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_parser.c | 274 uint_t bflags = tip->dtt_flags; in dt_type_pointer() local 306 tip->dtt_flags = bflags; in dt_type_pointer()
|