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

12345678

/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dprivate.h119 #define FALSE (0) macro
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypsym.h72 #ifndef FALSE
73 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dlistdgrp.c55 * FALSE Boolean not-TRUE value (if not already defined)
62 #ifndef FALSE macro
63 #define FALSE (0)
173 usageerr = FALSE; /* No errors on the command line (yet) */
180 opterr = FALSE;
H A Ddevattr.c80 * FALSE Boolean FALSE
87 #ifndef FALSE
88 #define FALSE 0
186 syntaxerr = FALSE;
187 v_seen = FALSE;
190 opterr = FALSE;
282 noerr = FALSE;
86 #define FALSE macro
H A Ddevfree.c53 * FALSE Boolean FALSE value
59 #ifndef FALSE macro
60 #define FALSE 0
175 syntaxerr = FALSE;
178 syntaxerr = FALSE;
271 halt = FALSE;
H A Dgetdev.c54 * FALSE Boolean FALSE value
65 #ifndef FALSE macro
66 #define FALSE (0)
187 andflag = FALSE; /* No -a -- Or criteria data */
188 excludeflag = FALSE; /* No -e -- Include only mentioned devices */
189 usageerr = FALSE; /* No errors on the command line (yet) */
194 opterr = FALSE; /* Don't let getopt() write messages */
H A Dgetdgrp.c49 * FALSE Boolean FALSE value
57 #ifndef FALSE macro
58 #define FALSE 0
109 * isacriterion(p) Returns TRUE if *p is a criterion, FALSE otherwise
183 int andflag; /* TRUE if anding criteria, FALSE if or'ed */
210 andflag = FALSE; /* No -a */
211 excludeflag = FALSE; /* No -e */
212 allflag = FALSE; /* No -l */
213 usageerr = FALSE; /* N
[all...]
H A Dputdev.c51 * FALSE Boolean FALSE (if not already defined)
59 #ifndef FALSE macro
60 #define FALSE (0)
222 a_seen = FALSE;
223 m_seen = FALSE;
224 d_seen = FALSE;
225 opterr = FALSE;
233 else noerr = FALSE;
241 else noerr = FALSE;
[all...]
H A Dputdgrp.c51 * FALSE Boolean FALSE (if not already defined)
58 #ifndef FALSE macro
59 #define FALSE (0)
193 d_seen = FALSE;
194 opterr = FALSE;
203 else noerr = FALSE;
208 noerr = FALSE;
/illumos-gate/usr/src/cmd/genmsg/
H A Dgenmsg.h39 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_send.c50 #define FALSE 0 macro
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_original_elf_init.c63 #define FALSE 0 macro
143 FALSE,
/illumos-gate/usr/src/lib/libadm/inc/
H A Ddevtab.h55 * FALSE Boolean FALSE value
72 #ifndef FALSE
73 #define FALSE (0) macro
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcompiler.h102 #define FALSE 0 macro
/illumos-gate/usr/src/head/
H A Ddial.h53 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmailcompat.c36 #define FALSE 0 macro
39 bool Debug = FALSE;
125 bool in_body = FALSE;
335 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...]
/illumos-gate/usr/src/cmd/bnu/
H A Ddial.h51 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/busstat/
H A Dbusstat.h106 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/split/
H A Dsplit.c52 #define FALSE 0 macro
82 int non_standard_line_count = FALSE;
258 output_file_open = FALSE;
281 if (output_file_open == FALSE) {
324 if (output_file_open == FALSE) {
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Dcvc.h43 #define FALSE 0 macro
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttribute.java72 final static String FALSE = "false"; field in class:ServiceLocationAttribute
233 value.equalsIgnoreCase(FALSE)) {
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dtree.c87 # define FALSE 0 macro
134 int i_balance = FALSE;
146 int i_balance = FALSE, i_uar_called = FALSE;
161 RET(FALSE)
163 RET(FALSE)
165 RET(FALSE)
225 *pi_balance = FALSE;
264 *pi_balance = FALSE;
283 *pi_balance = FALSE;
[all...]
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmallint.h161 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c13 #define FALSE 0 macro
326 matched = FALSE;
430 _escaped = _escaped ? FALSE : TRUE;
432 _escaped = FALSE;
460 _escaped = _escaped ? FALSE : TRUE;
462 _escaped = FALSE;

Completed in 121 milliseconds

12345678