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

12

/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmail.local.c88 #define TRUE 1 macro
90 bool EightBitMime = TRUE; /* advertise 8BITMIME in LMTP */
99 #define TRUE 1 macro
147 bouncequota = TRUE;
221 sigterm_caught = TRUE;
416 gotlhlo = TRUE;
528 bool fullline = TRUE; /* current line is terminated */
568 in_header_section = TRUE;
606 fullline = TRUE;
615 fullline = TRUE;
[all...]
H A Dvacation.c73 #define TRUE 1 macro
136 Debug = TRUE;
154 initialize_only = TRUE;
158 AnswerAll = TRUE;
162 ListMode = TRUE;
174 sender_oob = TRUE;
442 * TRUE -- if this is junk or bulk mail (that is, if the
469 return (TRUE);
480 first_pass = TRUE;
497 saw_newline = TRUE;
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c91 * TRUE Boolean value for "true" (any bits on)
99 #ifndef TRUE
100 #define TRUE (1) macro
231 * sevlook TRUE if fmtmsg() has to look at SEV_LEVEL the
249 static int sevlook = TRUE;
483 done = TRUE;
506 done = TRUE;
721 found = TRUE;
823 int dolabel; /* TRUE if label to be written */
824 int dotext; /* TRUE i
[all...]
H A Dlocaltime.c134 #ifndef TRUE
135 #define TRUE (1) macro
163 char tt_ttisstd; /* TRUE if trans is std time */
164 char tt_ttisgmt; /* TRUE if transition is GMT */
730 year_is_cached = TRUE;
1815 if (ttisp->tt_ttisstd != TRUE &&
1829 if (ttisp->tt_ttisgmt != TRUE &&
1920 sp->goahead = TRUE;
1950 return (TRUE);
1960 return (TRUE);
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.h296 #define TRUE 1 macro
/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs_types.h119 #define TRUE 1 macro
/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c173 #define TRUE 1 macro
337 TRUE));
/osnet-11/usr/src/lib/libnsl/dial/
H A Duucp.h283 #define TRUE 1 macro
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000.c62 TRUE = 1 enumerator in enum:__anon174
1872 if((ret_val = e1000_config_dsp_after_link_change(hw, TRUE))) {
2515 hw->tbi_compatibility_on = TRUE;
2582 hw->serdes_link_down = TRUE;
3103 if(hw->phy_id == M88E1000_E_PHY_ID) match = TRUE;
3106 if(hw->phy_id == M88E1000_I_PHY_ID) match = TRUE;
3113 if(hw->phy_id == M88E1011_I_PHY_ID) match = TRUE;
3119 if(hw->phy_id == IGP01E1000_I_PHY_ID) match = TRUE;
3339 hw->tbi_compatibility_en = TRUE;
3341 hw->adaptive_ifs = TRUE;
[all...]
H A Dtlan.h55 #define TRUE 1 macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c540 PL_dirty = TRUE;
1378 PL_taint_warn = TRUE;
1379 PL_tainting = TRUE;
1385 PL_tainting = TRUE;
1421 incpush(p, TRUE, TRUE, FALSE);
1432 PL_preprocess = TRUE;
1437 dosearch = TRUE;
1527 PL_doextract = TRUE;
1567 PL_tainting = TRUE;
4269 incpush(SvPVX(privdir), TRUE, FALSE, TRUE); local
4272 incpush(SvPVX(privdir), TRUE, FALSE, TRUE); local
[all...]
H A Dhandy.h40 #ifdef TRUE
41 #undef TRUE macro
46 #define TRUE (1) macro
73 # undef TRUE 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.c310 return TRUE;
370 return TRUE;
382 return TRUE;
395 return TRUE;
399 return TRUE;
412 return TRUE;
500 return TRUE;
887 return TRUE;
1000 ret = TRUE;
1009 ret = TRUE;
2113 hal_util_branch_claim (hald_get_gdl (), d, TRUE, claim_service, uid); local
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_internal.h47 #define TRUE 1 macro
460 int single_valued; /* TRUE OR FALSE */
638 * range. 'range_done' will be set to TRUE when
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h70 #define TRUE 1 macro
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c113 #ifndef TRUE
114 #define TRUE (1) macro
1266 CK_BBOOL true = TRUE;
2673 TRUE) != SASL_OK) {
2695 (unsigned char *) qop, TRUE) != SASL_OK) {
2715 TRUE) != SASL_OK) {
4055 TRUE) != SASL_OK) {
4064 TRUE) != SASL_OK) {
4066 "authzid", (char *) oparams->user, TRUE) != SASL_OK) {
4074 "nonce", text->nonce, TRUE) !
[all...]
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h71 #define TRUE 1 macro
/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h38 #ifndef TRUE
39 #define TRUE CK_TRUE macro

Completed in 179 milliseconds

12