/illumos-gate/usr/src/lib/libbc/libc/stdio/common/ |
H A D | doprnt.h | 47 typedef char bool; typedef
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stdbool.h | 43 * 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 D | stdbool.h | 37 #define bool _Bool macro
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | which.c | 57 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 D | Assert.java | 46 static void slpassert(boolean bool, String msgTag, Object[] params) { argument 47 if (bool == false) {
|
/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | crcmodel.h | 114 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 D | crcmodel.h | 115 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 D | gen.h | 53 ** Define bool, true, false (from the C99 standard) 60 typedef int bool; typedef
|
/illumos-gate/usr/src/ucblib/libucb/port/stdio/ |
H A D | print.h | 68 typedef char bool; typedef
|
/illumos-gate/usr/src/lib/libc/port/print/ |
H A D | print.h | 91 typedef char bool; typedef
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | mallint.h | 54 typedef enum {false,true} bool; typedef in typeref:enum:__anon2820
|
/illumos-gate/usr/src/cmd/sendmail/aux/ |
H A D | mailcompat.c | 34 typedef int bool; typedef 39 bool Debug = FALSE; 125 bool in_body = FALSE;
|
H A D | rfc2047.c | 57 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 D | dapl_ia_open.c | 100 int bool; local 101 int *boolp = &bool;
|
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-job.c | 159 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 D | profv.h | 54 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 D | ixgbe_osdep.h | 140 typedef boolean_t bool; typedef
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_api.h | 94 int bool; /* FMD_TYPE_BOOL */ member in union:fmd_stat::__anon467
|
/illumos-gate/usr/src/cmd/sendmail/include/libmilter/ |
H A D | mfapi.h | 95 #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 D | heap_kmem.c | 86 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 D | sol_ofs_common.h | 119 typedef uchar_t bool; typedef 219 bool genlist_empty(genlist_t *list);
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 206 typedef boolean_t bool; typedef
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.h | 99 typedef boolean_t bool; typedef
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | e1000_osdep.h | 171 typedef boolean_t bool; typedef
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_set_hst.c | 533 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...] |