Searched defs:FALSE (Results 26 - 43 of 43) sorted by relevance

12

/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmail.local.c87 #define FALSE 0 macro
93 bool bouncequota = FALSE; /* permanent error when over quota */
98 #define FALSE 0 macro
136 sigterm_caught = FALSE;
143 EightBitMime = FALSE;
351 bool gotlhlo = FALSE;
594 fullline = FALSE;
625 in_header_section = FALSE;
H A Dvacation.c72 #define FALSE 0 macro
77 static bool Debug = FALSE;
78 static bool ListMode = FALSE;
79 static bool AnswerAll = FALSE; /* default: answer if in To:/Cc: only */
120 bool sender_oob = FALSE;
121 bool initialize_only = FALSE;
444 * FALSE -- if the sender deserves a response.
477 inside = FALSE;
478 onlist = FALSE;
479 saw_newline = FALSE;
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c92 * FALSE Boolean value for "false" (all bits off)
95 #ifndef FALSE
96 #define FALSE (0) macro
428 done = FALSE;
697 sevlook = FALSE;
706 found = FALSE;
1117 sevlook = FALSE;
H A Dlocaltime.c131 #ifndef FALSE
132 #define FALSE (0) macro
272 static int year_is_cached = FALSE; /* mktime() perf. */
1812 ttisp->tt_ttisstd = FALSE;
1816 ttisp->tt_ttisstd != FALSE) {
1826 ttisp->tt_ttisgmt = FALSE;
1830 ttisp->tt_ttisgmt != FALSE) {
1915 sp->goahead = FALSE;
1962 return (FALSE);
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.h297 #define FALSE 0 macro
/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs_types.h120 #define FALSE 0 macro
/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c174 #define FALSE 0 macro
334 &exclusive_list[this_lwp - 1], FALSE));
/osnet-11/usr/src/lib/libnsl/dial/
H A Duucp.h284 #define FALSE 0 macro
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000.c61 FALSE = 0, enumerator in enum:__anon174
935 hw->tbi_compatibility_en = FALSE;
949 hw->tbi_compatibility_en = FALSE;
994 hw->tbi_compatibility_on = FALSE;
1576 hw->phy_reset_disable = FALSE;
1594 if((ret_val = e1000_set_d3_lplu_state(hw, FALSE))) {
2447 hw->get_link_status = FALSE;
2506 hw->tbi_compatibility_on = FALSE;
2578 hw->serdes_link_down = FALSE;
3083 boolean_t match = FALSE;
[all...]
H A Dtlan.h54 #define FALSE 0 macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c661 PL_preprocess = FALSE;
662 PL_minus_n = FALSE;
663 PL_minus_p = FALSE;
664 PL_minus_l = FALSE;
665 PL_minus_a = FALSE;
666 PL_minus_F = FALSE;
667 PL_doswitches = FALSE;
669 PL_doextract = FALSE;
670 PL_sawampersand = FALSE; /* must save all match strings */
671 PL_unsafe = FALSE;
4269 incpush(SvPVX(privdir), TRUE, FALSE, TRUE); local
4272 incpush(SvPVX(privdir), TRUE, FALSE, TRUE); local
[all...]
H A Dhandy.h43 #ifdef FALSE
44 #undef FALSE macro
47 #define FALSE (0) macro
72 # undef FALSE macro
74 typedef enum bool { FALSE = 0, TRUE = 1 } bool; enumerator in enum:bool
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald_dbus.c974 ret = FALSE;
1083 rc = FALSE;
1148 /* TODO: error out on rc==FALSE? */
1429 rc = FALSE;
1849 rc = FALSE;
2205 hal_util_branch_claim (hald_get_gdl (), d, FALSE, NULL, 0); local
2484 return FALSE;
2520 hal_util_branch_claim (hald_get_gdl (), d, FALSE, NULL, 0); local
3107 /* returns FALSE if we don't actually invoke anything */
3114 ret = FALSE;
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_internal.h48 #define FALSE 0 macro
460 int single_valued; /* TRUE OR FALSE */
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h71 #define FALSE 0 macro
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c115 #define FALSE (0) macro
1213 static int got_uef_slot = FALSE;
2733 "stale", (unsigned char *)"true", FALSE) != SASL_OK) {
2738 "stale", "true", FALSE) != SASL_OK) {
2757 (unsigned char *) maxbufstr, FALSE) != SASL_OK) {
2773 (unsigned char *) charset, FALSE) != SASL_OK) {
2799 (unsigned char *) "md5-sess", FALSE)!=SASL_OK) {
3963 bool IsUTF8 = FALSE;
4087 "nc", (unsigned char *) ncvalue, FALSE) != SASL_OK) {
4093 "qop", (unsigned char *) qop, FALSE) !
[all...]
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h72 #define FALSE 0 macro
/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h34 #ifndef FALSE
35 #define FALSE CK_FALSE macro
1056 #define CKF_EXTENSION 0x80000000 /* FALSE for this version */

Completed in 525 milliseconds

12