Home
last modified time | relevance | path

Searched refs:bflags (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/libreadline/
HDshell.c186 int flags, bflags; local
191 bflags = 0;
194 bflags |= O_NONBLOCK;
198 bflags |= O_NDELAY;
201 if (flags & bflags)
203 flags &= ~bflags;
/NextBSD/crypto/heimdal/appl/gssmask/
HDgssmaestro.c181 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()
HDgssmask.c883 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()
/NextBSD/contrib/binutils/binutils/
HDobjdump.c501 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()
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_parser.c274 uint_t bflags = tip->dtt_flags; in dt_type_pointer() local
306 tip->dtt_flags = bflags; in dt_type_pointer()