/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | stdbool.in.h | 30 - <stdbool.h> must be #included before 'bool', 'false', 'true' 33 - You cannot assume that sizeof (bool) == 1. 35 - Programs should not undefine the macros bool, true, and false, 44 - Bit-fields of type 'bool' are not supported. Portable code 45 should use 'unsigned int foo : 1;' rather than 'bool foo : 1;'. 47 - In C99, casts and automatic conversions to '_Bool' or 'bool' are 51 give the expected result when converted to _Bool' or 'bool'. 56 Also, it is suggested that programs use 'bool' rather than '_Bool'; 57 this isn't required, but 'bool' is more common. */ 65 # include <OS.h> /* defines bool bu 115 #define bool macro [all...] |
/osnet-11/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) {
|
/osnet-11/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? */
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/sys/ |
H A D | types.h | 27 typedef enum { false = 0, true = 1 } bool; typedef in typeref:enum:__anon598
|
/osnet-11/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
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/ |
H A D | xz.h | 33 typedef enum { false = 0, true = 1 } bool; typedef in typeref:enum:__anon603
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | parttool.h | 35 int bool; member in union:grub_parttool_args::__anon804
|
/osnet-11/usr/src/lib/libc/port/print/ |
H A D | print.h | 91 typedef char bool; typedef
|
/osnet-11/usr/src/cmd/sendmail/aux/ |
H A D | mailcompat.c | 33 typedef int bool; typedef 38 bool Debug = FALSE; 122 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? */
|
H A D | mail.local.c | 85 typedef int bool; typedef 90 bool EightBitMime = TRUE; /* advertise 8BITMIME in LMTP */ 93 bool bouncequota = FALSE; /* permanent error when over quota */ 102 static void deliver(int, int, char *, bool); 345 bool bouncequota; 351 bool gotlhlo = FALSE; 528 bool fullline = TRUE; /* current line is terminated */ 529 bool prevfl; /* previous line was terminated */ 721 bool bouncequota; 737 bool bouncequot [all...] |
H A D | vacation.c | 70 typedef int bool; typedef 77 static bool Debug = FALSE; 78 static bool ListMode = FALSE; 79 static bool AnswerAll = FALSE; /* default: answer if in To:/Cc: only */ 89 extern bool decode_rfc2047(char *, char *, char *); 91 static bool ask(char *); 92 static bool junkmail(char *); 93 static bool filter_ok(char *, char *); 94 static bool knows(char *); 95 static bool samewor [all...] |
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_ia_open.c | 100 int bool; local 101 int *boolp = &bool;
|
/osnet-11/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));
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_set_hst.c | 532 int bool; local 598 &bool, ep) == -1) { 603 if (bool == TRUE) 650 &bool, ep) == -1) { 664 if (clnt_setnameok(node_v[i], sp, &bool, ep) == -1) { 668 if (bool == FALSE) { 2077 int bool; local 2287 if (clnt_setnumbusy(node_v[i], sp->setno, &bool, ep) == -1) { 2292 if (bool == TRUE) { 2299 if (clnt_setnameok(node_v[i], sp, &bool, e 3205 int bool; local [all...] |
H A D | meta_metad.c | 432 int bool; local 437 bool = mdrpc_add_drv_sidenms_2_svc(&v2_args, &res, NULL); 438 assert(bool == TRUE); 549 int bool; local 554 bool = mdrpc_imp_adddrvs_2(&v2_args, &res, NULL); 555 assert(bool == TRUE); 637 int bool; local 642 bool = mdrpc_adddrvs_2_svc(&v2_args, &res, NULL); 643 assert(bool == TRUE); 730 int bool; local 807 int bool; local 887 int bool; local 960 int bool; local 1031 int bool; local 1104 int bool; local 1187 int bool; local 1280 int bool; local 1350 int bool; local 1428 int bool; local 1548 int bool; local 1653 int bool; local 1758 int bool; local 2155 int bool; local 2228 int bool; local 2274 int bool; local 2325 int bool; local 2419 int bool; local 2496 int bool; local 2574 int bool; local 2649 int bool; local 2745 int bool; local 2846 int bool; local 3057 int bool; local 3111 int bool; local 3175 int bool; local 3252 int bool; local 3409 int bool; local 3540 int bool; local 3653 int bool; local 3735 int bool; local 3823 int bool; local 3900 int bool; local 4048 int bool; local [all...] |
H A D | meta_set.c | 514 int bool; local 530 if (clnt_ownset(hostname, sp, &bool, ep) == -1) 538 if (bool == TRUE) 2132 int bool; local 2154 if (clnt_ownset(nd->nd_nodename, sp, &bool, ep) == -1) { 2156 } else if (bool == TRUE) { 2171 if (clnt_ownset(mynode(), sp, &bool, ep) == -1) 2174 if (bool == TRUE)
|
H A D | meta_import.c | 4274 int bool; local 4286 if (clnt_setnumbusy(mynode(), setno, &bool, ep) == -1) { 4293 if (bool == FALSE)
|
/osnet-11/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 2858 boolean_t *bool = prop->pv_ptr; local 2859 *bool = b ? B_TRUE : B_FALSE;
|
H A D | scf_tmpl.c | 489 uint8_t *bool) 497 if (scf_value_get_boolean(val, bool) < 0) { 488 _read_single_boolean_from_pg(scf_propertygroup_t *pg, const char *prop_name, uint8_t *bool) argument
|
/osnet-11/usr/src/lib/libpool/common/ |
H A D | pool.c | 266 uchar_t bool; local 299 (void) pool_value_get_bool(pval, &bool); 300 if (bool == 0) {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | handy.h | 54 /* bool is built-in for g++-2.6.3 and later, which might be used 58 actually has bool. Hence, _G_HAVE_BOOL is pretty useless for us. 62 #ifdef __GNUG__ /* GNU g++ has bool built-in */ 68 /* The NeXT dynamic loader headers will not build with the bool macro 74 typedef enum bool { FALSE = 0, TRUE = 1 } bool; typedef in typeref:enum:bool 83 # define bool int macro 85 # define bool char macro 222 =for apidoc Am|bool|strNE|char* s1|char* s2 226 =for apidoc Am|bool|strE [all...] |
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 65 typedef short bool; typedef 385 extern bool can_change_color(void); 388 extern int clearok(WINDOW *, bool); 429 extern bool has_colors(void); 430 extern bool has_ic(void); 431 extern bool has_il(void); 434 extern void idcok(WINDOW *, bool); 435 extern int idlok(WINDOW *, bool); 436 extern void immedok(WINDOW *, bool); 454 extern int intrflush(WINDOW *, bool); [all...] |
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 111 #define bool int macro 390 static bool UTF8_In_8859_1(const unsigned char *base, int len) 414 bool In_ISO_8859_1, 449 bool In_8859_1; 537 bool need_quotes) 3963 bool IsUTF8 = FALSE; 4238 bool IsUTF8 = FALSE;
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 68 typedef short bool; typedef 489 extern bool can_change_color(void); 491 extern bool has_colors(void); 517 extern int clearok(WINDOW *, bool); 518 extern void idcok(WINDOW *, bool); 519 extern int idlok(WINDOW *, bool); 520 extern void immedok(WINDOW *, bool); 521 extern int intrflush(WINDOW *, bool); 522 extern int keypad(WINDOW *, bool); 523 extern int leaveok(WINDOW *, bool); [all...] |