Searched defs:TRUE (Results 1 - 25 of 43) sorted by last modified time

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 Dmailcompat.c36 #define TRUE 1 macro
66 Debug = TRUE;
137 in_body = TRUE;
330 return (TRUE);
H A Drfc2047.c60 #define TRUE 1 macro
144 equals_pending = TRUE; /* we have a '=' pending */
277 encoding_found = TRUE; /* found (>= 1) encoded word */
278 between_encodings = TRUE; /* just decoded something */
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/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/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm33 sub TRUE () {1} subroutine
37 *IS_VMS = $^O eq 'VMS' ? \&TRUE : \&FALSE unless defined &IS_VMS;
38 *IS_MSWin32 = $^O eq 'MSWin32' ? \&TRUE : \&FALSE unless defined &IS_MSWin32;
39 *IS_Dos = $^O eq 'dos' ? \&TRUE : \&FALSE unless defined &IS_Dos;
40 *IS_OS2 = $^O eq 'os2' ? \&TRUE : \&FALSE unless defined &IS_OS2;
41 *IS_Cygwin = $^O eq 'cygwin' ? \&TRUE : \&FALSE unless defined &IS_Cygwin;
42 *IS_Linux = $^O eq 'linux' ? \&TRUE : \&FALSE unless defined &IS_Linux;
43 *IS_HPUX = $^O =~ m/hpux/ ? \&TRUE : \&FALSE unless defined &IS_HPUX;
79 my $option_value = defined($2) ? $2 : "TRUE";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm32 use constant TRUE => 1; constant
376 my $is_L3_ignorable = TRUE;
398 ? ($self->{L3_ignorable}{$uv[0]} = TRUE)
684 $last_is_variable = TRUE;
835 return grep($wt->[$_-1] != 0, MinLevel..$lv) ? TRUE : FALSE;
894 my $strE = $self->splitEnt($pos ? substr($str, $pos) : $str, TRUE);
907 $last_is_variable = TRUE;
939 $last_is_variable = TRUE;
1038 return TRUE;
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dtypes.h115 #ifndef TRUE
116 TRUE = 1, enumerator in enum:__anon2155
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dgnome-vfs-method.c27 #undef TRUE macro
28 #include "types.h" /* for 'FALSE'/'TRUE' libntfs definition */
30 #define TRUE TRUE macro
108 TRUE); /* force; possibly lose modifications */
/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs_types.h119 #define TRUE 1 macro
/osnet-11/usr/src/lib/pkcs11/include/
H A Dcryptoki.h58 * pkcs11t.h defines TRUE and FALSE in a way that upsets lint
62 #ifndef TRUE
63 #define TRUE 1 macro
64 #endif /* TRUE */
H A Dpkcs11t.h38 #ifndef TRUE
39 #define TRUE CK_TRUE macro
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dtparm.c53 #ifndef TRUE
54 # define TRUE (!FALSE) macro
199 stack[stack_ptr].num_type = TRUE;
265 done = TRUE;
270 err = TRUE;
272 dot = TRUE;
285 allowminus = TRUE;
291 done = TRUE;
298 err = TRUE;
301 done = TRUE;
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ctx.c70 #ifndef TRUE
71 #define TRUE 1 macro
H A Dsmbfs_print.c58 #define TRUE 1 macro
106 error = smbfs_ctx_setdomain(ctx, dom, TRUE);
113 error = smbfs_ctx_setuser(ctx, usr, TRUE);
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.h296 #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/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/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/libvolmgt/common/
H A Dvolmgt_private.h41 #ifndef TRUE
42 #define TRUE 1 macro
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h71 #define TRUE 1 macro
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h70 #define TRUE 1 macro
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttribute.java71 final static String TRUE = "true"; field in class:ServiceLocationAttribute
232 if (value.equalsIgnoreCase(TRUE) ||

Completed in 248 milliseconds

12