Searched defs:true (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdbool.in.h30 - <stdbool.h> must be #included before 'bool', 'false', 'true'
35 - Programs should not undefine the macros bool, true, and false,
49 to 'true', and zero gets converted to 'false'. This doesn't work
62 /* BeOS <sys/socket.h> already #defines false 0, true 1. We use the same
67 # undef true macro
70 /* For the sake of symbolic names in gdb, we define true and false as
73 typedef enum { false = 0, true = 1 } _Bool;
111 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; enumerator in enum:__anon477
119 #define true 1 macro
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/sys/
H A Dtypes.h27 typedef enum { false = 0, true = 1 } bool; enumerator in enum:__anon598
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dgen.h53 ** Define bool, true, false (from the C99 standard)
62 # define true 1 macro
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz.h33 typedef enum { false = 0, true = 1 } bool; enumerator in enum:__anon603
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dexample.c28 #ifndef true
30 # define true 1 macro
31 #endif /* ! true */
181 return mlfi_cleanup(ctx, true);
281 setconn = true;
/osnet-11/usr/src/lib/libpcp/common/
H A Dpcp_utils.c46 typedef enum { false = 0, true = 1 } bool_t; enumerator in enum:__anon2271
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) {
/osnet-11/usr/src/cmd/sendmail/src/
H A Denvelope.c96 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 Dsavemail.c31 ** 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 Drecipient.c216 (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...]
H A Ddeliver.c91 logundelrcpts(e, "discarded", 9, true);
129 printaddr(sm_debug_file(), e->e_sendqueue, true); local
217 printaddr(sm_debug_file(), e->e_sendqueue, true); local
349 expensive = true;
359 expensive = true;
368 expensive = true;
374 somedeliveries = true;
403 setsender(owner, ee, NULL, '\0', true);
479 setsender(owner, e, NULL, '\0', true);
555 printaddr(sm_debug_file(), e->e_sendqueue, true); local
560 printaddr(sm_debug_file(), ee->e_sendqueue, true); local
[all...]
H A Dqueue.c335 ** announce -- if true, tell when you are queueing up.
336 ** msync -- if true, then fsync() if SuperSafe interactive mode.
405 printopenfds(true);
474 printopenfds(true);
494 printaddr(sm_debug_file(), e->e_sendqueue, true); local
499 dumpfd(sm_io_getinfo(tfp, SM_IO_WHAT_FD, NULL), true, false); local
505 true, false);
647 denlstring(e->e_bodytype, true, false));
652 denlstring(e->e_quarmsg, true, false));
657 denlstring(e->e_message, true, fals
[all...]
/osnet-11/usr/src/cmd/powertop/common/
H A Dpowertop.c113 static const int true = 1; variable
329 while (true) {
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey_mgr.c29 static CK_BBOOL true = TRUE, false = FALSE; variable
191 rc = build_attribute(CKA_NEVER_EXTRACTABLE, &true,
H A Dkey.c663 CK_BBOOL true = TRUE; local
699 rc = build_attribute(CKA_EXTRACTABLE, &true, 1, &extractable);
959 CK_BBOOL true = TRUE; local
993 rc = build_attribute(CKA_EXTRACTABLE, &true, 1, &extractable);
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c441 CK_BBOOL true = TRUE; local
556 new_tmpl[2].pValue = &true;
557 new_tmpl[2].ulValueLen = sizeof (true);
647 CK_BBOOL true = TRUE; local
794 obj_tmpl[2].pValue = &true;
795 obj_tmpl[2].ulValueLen = sizeof (true);
797 obj_tmpl[3].pValue = &true;
798 obj_tmpl[3].ulValueLen = sizeof (true);
800 obj_tmpl[4].pValue = &true;
801 obj_tmpl[4].ulValueLen = sizeof (true);
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf.h57 #define true B_TRUE macro
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c484 CK_BBOOL true = TRUE; local
497 SETATTR(templ, i, CKA_TOKEN, &true, sizeof (true)); i++;
506 SETATTR(templ, i, CKA_PRIVATE, &true, sizeof (true)); i++;
1103 CK_BBOOL true = TRUE; local
1182 SETATTR(x509templ, i, CKA_TOKEN, &true, sizeof (true)); i++;
1413 static CK_BBOOL true = TRUE; local
1462 { CKA_TOKEN, &true, sizeo
1520 static CK_BBOOL true = TRUE; local
1592 static CK_BBOOL true = TRUE; local
2211 CK_BBOOL true = TRUE; local
2959 CK_BBOOL true = TRUE; local
3501 CK_BBOOL true = TRUE; local
3869 CK_BBOOL true = TRUE; local
[all...]
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1266 CK_BBOOL true = TRUE; local
1272 {CKA_ENCRYPT, NULL, sizeof (true)},
1277 template[2].pValue = &true;
2728 /* "stale" is true if a reauth failed because of a nonce timeout */
2733 "stale", (unsigned char *)"true", FALSE) != SASL_OK) {
2738 "stale", "true", FALSE) != SASL_OK) {

Completed in 479 milliseconds