Searched defs:bool (Results 1 - 25 of 60) sorted by relevance

123

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.h47 typedef char bool; typedef
/illumos-gate/usr/src/uts/common/sys/
H A Dstdbool.h43 * Note that the ability to undefine and redefine the macros bool,
53 #undef bool macro
57 #define bool _Bool macro
/illumos-gate/usr/src/boot/include/
H A Dstdbool.h37 #define bool _Bool macro
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dwhich.c57 int bool; local
59 bool = (
67 return (bool);
86 int bool; local
88 bool = (
96 return (bool);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAssert.java46 static void slpassert(boolean bool, String msgTag, Object[] params) { argument
47 if (bool == false) {
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dcrcmodel.h114 typedef unsigned bool; typedef
141 bool cm_refin; /* Parameter: Reflect input bytes? */
142 bool cm_refot; /* Parameter: Reflect output CRC? */
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dcrcmodel.h115 typedef unsigned bool; typedef
142 bool cm_refin; /* Parameter: Reflect input bytes? */
143 bool cm_refot; /* Parameter: Reflect output CRC? */
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dgen.h53 ** Define bool, true, false (from the C99 standard)
60 typedef int bool; typedef
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dprint.h68 typedef char bool; typedef
/illumos-gate/usr/src/lib/libc/port/print/
H A Dprint.h91 typedef char bool; typedef
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmallint.h54 typedef enum {false,true} bool; typedef in typeref:enum:__anon2820
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c34 typedef int bool; typedef
39 bool Debug = FALSE;
125 bool in_body = FALSE;
H A Drfc2047.c57 typedef int bool; typedef
102 bool
108 bool encoding_found = FALSE; /* did we decode anything? */
109 bool between_encodings = FALSE; /* are we between two encodings? */
110 bool equals_pending = FALSE; /* is there a '=' pending? */
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ia_open.c100 int bool; local
101 int *boolp = &bool;
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-job.c159 char bool; local
220 bool = PAPI_FALSE;
221 papiAttributeListGetBoolean(attributes, NULL, "rfc-1179-mail", &bool);
222 if (bool == PAPI_TRUE) {
225 "rfc-1179-mail", bool);
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.h54 typedef int bool; typedef
105 bool active; /* is this module active or not ? */
148 bool print_mid; /* print module id ? */
173 extern bool time_in_ticks;
185 extern bool is_shared_obj(char *);
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h140 typedef boolean_t bool; typedef
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.h94 int bool; /* FMD_TYPE_BOOL */ member in union:fmd_stat::__anon467
/illumos-gate/usr/src/cmd/sendmail/include/libmilter/
H A Dmfapi.h95 #ifndef bool
97 typedef int bool; typedef
100 #endif /* bool */
166 LIBMILTER_API int smfi_opensocket __P((bool));
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c86 typedef enum {false, true} bool; typedef in typeref:enum:__anon4415
125 static bool morecore(size_t);
775 static bool
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_ofs_common.h119 typedef uchar_t bool; typedef
219 bool genlist_empty(genlist_t *list);
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h206 typedef boolean_t bool; typedef
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h99 typedef boolean_t bool; typedef
/illumos-gate/usr/src/uts/common/io/igb/
H A De1000_osdep.h171 typedef boolean_t bool; typedef
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set_hst.c533 int bool; local
599 &bool, ep) == -1) {
604 if (bool == TRUE)
651 &bool, ep) == -1) {
665 if (clnt_setnameok(node_v[i], sp, &bool, ep) == -1) {
669 if (bool == FALSE) {
2078 int bool; local
2288 if (clnt_setnumbusy(node_v[i], sp->setno, &bool, ep) == -1) {
2293 if (bool == TRUE) {
2300 if (clnt_setnameok(node_v[i], sp, &bool, e
3206 int bool; local
[all...]

Completed in 129 milliseconds

123