Searched refs:bool_value (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Dmtsm.h43 struct bool_value : public int_value { struct in inherits:int_value
44 bool_value();
45 ~bool_value();
46 void diff(FILE *, const char *, bool_value);
94 bool_value bool_values[LAST_BOOL];
H A Dmtsm.cpp82 bool_value::bool_value() function in class:bool_value
86 bool_value::~bool_value()
90 void bool_value::diff(FILE *fp, const char *s, bool_value compare)
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/dbus/
H A Ddbus_dict_helpers.h125 dbus_bool_t bool_value; member in union:wpa_dbus_dict_entry::__anon6433
H A Ddbus_dict_helpers.c877 dbus_message_iter_get_basic(iter, &entry->bool_value);
879 __func__, entry->bool_value);
H A Ddbus_new_handlers_p2p.c336 persistent_group = entry.bool_value;
555 persistent_group = entry.bool_value;
558 join = entry.bool_value;
561 authorize_only = entry.bool_value;
1070 wpa_s->conf->persistent_reconnect = entry.bool_value;
1108 wpa_s->conf->p2p_intra_bss = entry.bool_value;
1139 wpa_s->conf->p2p_no_group_iface = entry.bool_value;
H A Ddbus_new_handlers.c2421 freq_params.ht_enabled = entry.bool_value;
2424 freq_params.vht_enabled = entry.bool_value;
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-bootp.c737 uint8_t bool_value; local
740 bool_value = GET_U_1(bp);
741 switch (bool_value) {
749 ND_PRINT("%u?", bool_value);
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Ddata.c409 return e->value.bool_value;
480 elem->value.bool_value = b;
568 e->value.bool_value = b;
631 e->value.bool_value = o->value.bool_value;
946 if (e->value.bool_value)
H A Ddata.h210 isc_boolean_t bool_value; /* boolean */ member in union:value
/netbsd-current/external/bsd/nvi/dist/common/
H A Dapi.c461 const char *str_value, u_long num_value, int bool_value)
478 a.len = SPRINTF(bp, 64, L("%s"WS), bool_value ? "" : "no", name);
460 api_opts_set(SCR *sp, const CHAR_T *name, const char *str_value, u_long num_value, int bool_value) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit.h274 int bool_value);
298 int bool_value);
H A Dlibgccjit++.h128 void set_bool_allow_unreachable_blocks (int bool_value);
129 void set_bool_use_external_driver (int bool_value);
676 context::set_bool_allow_unreachable_blocks (int bool_value) argument
679 bool_value);
683 context::set_bool_use_external_driver (int bool_value) argument
686 bool_value);
H A Dlibgccjit.c2656 int bool_value)
2662 bool_value);
2673 int bool_value)
2679 bool_value);
2655 gcc_jit_context_set_bool_allow_unreachable_blocks(gcc_jit_context *ctxt, int bool_value) argument
2672 gcc_jit_context_set_bool_use_external_driver(gcc_jit_context *ctxt, int bool_value) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.h289 int bool_value);
331 int bool_value);
H A Dlibgccjit++.h129 void set_bool_allow_unreachable_blocks (int bool_value);
130 void set_bool_use_external_driver (int bool_value);
737 context::set_bool_allow_unreachable_blocks (int bool_value) argument
740 bool_value);
744 context::set_bool_use_external_driver (int bool_value) argument
747 bool_value);
H A Dlibgccjit.cc3516 int bool_value)
3522 bool_value);
3550 int bool_value)
3556 bool_value);
3515 gcc_jit_context_set_bool_allow_unreachable_blocks(gcc_jit_context *ctxt, int bool_value) argument
3549 gcc_jit_context_set_bool_use_external_driver(gcc_jit_context *ctxt, int bool_value) argument
/netbsd-current/external/cddl/osnet/dist/lib/libnvpair/
H A Dlibnvpair.c796 boolean_t bool_value; local
813 (void) nvpair_value_boolean_value(elem, &bool_value);
815 nvpair_name(elem), bool_value ? "true" : "false");

Completed in 168 milliseconds