/illumos-gate/usr/src/uts/common/sys/ |
H A D | stdbool.h | 44 * true, and false is an obsolescent feature which may be withdrawn 54 #undef true macro 58 #define true 1 macro
|
/illumos-gate/usr/src/boot/include/ |
H A D | stdbool.h | 35 #define true 1 macro
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | gen.h | 53 ** Define bool, true, false (from the C99 standard) 62 # define true 1 macro
|
/illumos-gate/usr/src/cmd/lms/heci/ |
H A D | heci.h | 57 HECI(const GUID guid, bool verbose = true) : argument
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | mallint.h | 54 typedef enum {false,true} bool; enumerator in enum:__anon2820
|
/illumos-gate/usr/src/cmd/format/ |
H A D | menu.c | 229 * Glue to always return true. Used for menu items which 233 true() function 248 * Return true for menu items enabled only for embedded SCSI controllers 328 * Return true for menu items enabled scsi controllers 340 * Return true for menu items enabled if expert mode is enabled 352 * Return true for menu items enabled if expert mode is enabled 362 * Return true for menu items enabled if developer mode is enabled 371 * For x86, always return true for menu items enabled 373 * For Sparc, only return true for menu items enabled 383 * therefore we return true onl [all...] |
/illumos-gate/usr/src/cmd/sendmail/libmilter/ |
H A D | example.c | 28 #ifndef true 30 # define true 1 macro 31 #endif /* ! true */ 181 return mlfi_cleanup(ctx, true); 281 setconn = true;
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
H A D | encrypt.c | 117 CK_BBOOL true = TRUE, false = FALSE; local 148 template[3].pValue = &true; 149 template[3].ulValueLen = sizeof (true); 151 template[4].pValue = &true; 152 template[4].ulValueLen = sizeof (true);
|
/illumos-gate/usr/src/lib/libpcp/common/ |
H A D | pcp_utils.c | 46 typedef enum { false = 0, true = 1 } bool_t; enumerator in enum:__anon3708 74 * itself returns true on success; false on failure. 103 ret = true; 113 ret = true; 128 * itself returns true on success; false on failure. 133 bool_t ret = true; 163 if ((ret == true) && (match != NULL)) { 208 if (get_vldc_svc_name(devname, NULL, &vldc_path) == true) { 210 } else if (get_glvc_svc_name(devname, NULL, &glvc_path) == true) {
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypxfrd_client.c | 92 int true = 1; local 98 while (true) { 143 int true = 1; local 149 while (true) {
|
H A D | ypxfrd_server.c | 262 bool_t true = TRUE; local 283 if (!xdr_bool(xdrs, &true)) 341 bool_t true = TRUE; local 349 if (!xdr_bool(xdrs, &true))
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/ |
H A D | arcfour_provider.c | 31 CK_BBOOL true = TRUE, false = FALSE; local 50 template[3].pValue = &true; 51 template[3].ulValueLen = sizeof (true);
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | key_mgr.c | 29 static CK_BBOOL true = TRUE, false = FALSE; variable 191 rc = build_attribute(CKA_NEVER_EXTRACTABLE, &true,
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_xdr.c | 395 bool_t true = TRUE; local 424 if (!xdr_bool(xdrs, &true) ||
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | envelope.c | 96 clearenvelope(e, true, rpool); 163 ** split -- if true, split by recipient if message is queued up 201 printaddr(sm_debug_file(), e->e_sendqueue, true); local 253 queueit = true; 262 failure_return = true; 268 done = true; 278 success_return = true; 381 delay_return = true; 387 delay_return = true; 447 failure_return = true; [all...] |
H A D | savemail.c | 31 ** sendbody -- if true, also send back the body of the 35 ** true if savemail panic'ed, (i.e., the data file should 99 finis(true, true, EX_SOFTWARE); 470 panic = true; 527 printaddr(sm_debug_file(), returnq, true); local 531 printaddr(sm_debug_file(), e->e_sendqueue, true); local 609 addheader("To", q->q_paddr, 0, ee, true); 628 addheader("MIME-Version", "1.0", 0, ee, true); 639 addheader("Content-Type", buf, 0, ee, true); [all...] |
H A D | recipient.c | 216 (void) sm_strlcpy(bufp, denlstring(list, false, true), i); 231 &delimptr, e, true); 380 (void) sm_strlcpy(bufp, denlstring(list, false, true), i); 400 delimiter, &delimptr, e, true) == NULL) 589 p = xtextify(denlstring(qp, true, false), "="); 651 quoted = true; 726 ** call) then check if sameaddr() will be true. 779 insert = true; 1057 printaddr(sm_debug_file(), *sendq, true); local 1147 ** fuzzyp -- an outarg that is set to true i [all...] |
/illumos-gate/usr/src/uts/common/fs/autofs/ |
H A D | auto_xdr.c | 404 bool_t true = TRUE; local 431 if (!xdr_bool(xdrs, &true) ||
|
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_base_types.h | 41 #define true 1 macro
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_osdep.h | 75 #define true B_TRUE macro
|
/illumos-gate/usr/src/cmd/powertop/common/ |
H A D | powertop.c | 81 static const int true = 1; variable 280 while (true) {
|
/illumos-gate/usr/src/psm/stand/boot/common/ |
H A D | heap_kmem.c | 86 typedef enum {false, true} bool; enumerator in enum:__anon4415 766 * true if at least nbytes can be allocated 798 return (true);
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 82 #define true 1 macro 84 #define TRUE true
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.h | 72 #define true B_TRUE macro 122 * it's not going to be a true spin lock, we'll use an adaptive mutex).
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | e1000_osdep.h | 75 #define true B_TRUE macro 77 #define TRUE true
|