Searched defs:FALSE (Results 1 - 25 of 43) sorted by path

12

/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/cmd/perl/5.8.4/distrib/
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
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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm34 sub FALSE () {return} 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;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm33 use constant FALSE => ""; constant
281 $self->{overrideHangul} = FALSE
283 $self->{overrideCJK} = FALSE
382 $is_L3_ignorable = FALSE
400 $self->{L3_ignorable}{$uv[0]} = FALSE); # &&= stores key.
690 $last_is_variable = FALSE;
835 return grep($wt->[$_-1] != 0, MinLevel..$lv) ? TRUE : FALSE;
910 $to_be_pushed = FALSE if $last_is_variable;
913 $last_is_variable = FALSE;
927 $last_is_variable = FALSE; # reus
[all...]
/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 Dmailcompat.c35 #define FALSE 0 macro
38 bool Debug = FALSE;
122 bool in_body = FALSE;
332 return (FALSE);
H A Drfc2047.c59 #define FALSE 0 macro
108 bool encoding_found = FALSE; /* did we decode anything? */
109 bool between_encodings = FALSE; /* are we between two encodings? */
110 bool equals_pending = FALSE; /* is there a '=' pending? */
114 return (FALSE);
121 return (FALSE);
130 equals_pending = FALSE;
131 between_encodings = FALSE; /* we added non-WS text */
139 between_encodings = FALSE; /* non-WS added */
199 equals_pending = FALSE;
[all...]
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/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/grub/grub-0.97/stage2/
H A Dtparm.c58 #ifndef FALSE
59 # define FALSE (0) macro
62 # define TRUE (!FALSE)
216 stack[stack_ptr].num_type = FALSE;
238 grub_bool done = FALSE;
239 grub_bool allowminus = FALSE;
240 grub_bool dot = FALSE;
241 grub_bool err = FALSE;
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dtparm.c50 #ifndef FALSE
51 # define FALSE (0) macro
54 # define TRUE (!FALSE)
221 stack[stack_ptr].num_type = FALSE;
245 grub_bool_t done = FALSE;
246 grub_bool_t allowminus = FALSE;
247 grub_bool_t dot = FALSE;
248 grub_bool_t err = FALSE;
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dprivate.h119 #define FALSE (0) macro
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dptrace.c62 #define FALSE 0 macro
/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 Dhsearch.c65 #define FALSE 0 macro
216 return (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);
H A Dsyslog.c91 #ifndef FALSE
92 #define FALSE 0 macro
123 FALSE, /* check for validity of fd for log */
H A Dttyslot.c50 #define FALSE 0 macro
60 int console = FALSE;
/osnet-11/usr/src/lib/libc/sparc/sys/
H A Dptrace.c62 #define FALSE 0 macro
/osnet-11/usr/src/lib/libcurses/screen/
H A Dcompiler.h104 #define FALSE 0 macro
/osnet-11/usr/src/lib/libeti/menu/common/
H A Dshow.c52 (void) copywin(Sub(m), us, 0, 0, 0, 0, r-1, c-1, FALSE); local
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dcrcmodel.h118 #define FALSE 0 macro
/osnet-11/usr/src/lib/libmail/common/
H A Dsetup_exec.c37 #define FALSE 0 macro
46 int ignorespace = FALSE;
55 stop = FALSE;
56 while (*q && (stop == FALSE)) {
65 FALSE : TRUE);
71 (ignorespace == FALSE)) {

Completed in 377 milliseconds

12