Searched defs:FALSE (Results 51 - 75 of 185) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/write/
H A Dwrite.c56 #define FALSE 0 macro
/illumos-gate/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;
/illumos-gate/usr/src/cmd/ppgsz/
H A Dppgsz.c51 #ifndef FALSE
52 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/cron/
H A Dcron.h38 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Ddevreserv.c49 * FALSE Boolean FALSE value
57 #ifndef FALSE macro
58 #define FALSE 0
198 syntaxerr = FALSE;
201 syntaxerr = FALSE;
439 } else noerror = FALSE;
510 tokflag = FALSE; /* Not in a token */
516 if (strchr(delims, *p)) tokflag = FALSE;
/illumos-gate/usr/src/cmd/diskscan/
H A Ddiskscan.c53 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/filesync/
H A Dfilesync.h65 FALSE = 0, enumerator in enum:__anon446
/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c98 * FALSE Boolean value for "false" (all bits off)
101 #ifndef FALSE macro
102 #define FALSE (0)
389 done = FALSE;
570 errflg = FALSE; /* No errors seen yet */
572 a_seen = FALSE; /* No action (-a) text seen yet */
573 c_seen = FALSE; /* No classification (-c) seen yet */
574 l_seen = FALSE; /* No label (-l) seen yet */
575 s_seen = FALSE; /* No severity (-s) seen yet */
576 t_seen = FALSE; /* N
[all...]
/illumos-gate/usr/src/cmd/setuname/
H A Dsetuname.c116 #ifndef FALSE macro
117 #define FALSE (0)
216 t_seen = FALSE;
223 usageerr = FALSE;
224 opterr = FALSE;
282 if (!isalnum(*p) && (*p != '-') && (*p != '_')) ok = FALSE;
305 if (!isalnum(*p) && (*p != '-') && (*p != '_')) ok = FALSE;
477 * If the "temp" flag is FALSE, we need to permanently set the
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.h155 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/abi/apptracecmd/
H A Dapptrace.c43 #ifdef FALSE
44 #undef FALSE macro
47 #define FALSE 0 macro
100 int fflag = FALSE;
101 int errflg = FALSE;
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c38 #define FALSE 0 macro
53 static int Selected = FALSE;
152 if (arch_name() == FALSE) {
154 return (FALSE);
156 if (accept_token("{") == FALSE) {
158 return (FALSE);
162 if (set_list() == FALSE) {
165 return (FALSE);
179 return (FALSE);
198 return (FALSE);
[all...]
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypes.h70 // A Boolean 'primitive type' with values TRUE and FALSE
73 #undef FALSE macro
78 enum aud_bool_t {FALSE = 0, TRUE = 1}; enumerator in enum:aud_bool_t
82 aud_bool_t value; // value is TRUE or FALSE
84 inline Boolean(aud_bool_t x = FALSE): value(x) // Constructor argument
87 { value = (x == 0) ? FALSE : TRUE; }
89 { return (value = (x == 0) ? FALSE : TRUE); }
93 { return ((value == TRUE) ? FALSE : TRUE); }
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsdbc_dynmem.c53 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/bnu/
H A Dct.c76 #define FALSE 0 macro
272 first = FALSE;
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.h57 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/sort/common/
H A Dutility.h59 #ifndef FALSE
60 #define FALSE 0 macro
61 #endif /* FALSE */
/illumos-gate/usr/src/cmd/streams/strcmd/
H A Dstrchg.c71 #define FALSE 0 macro
135 error = fromfile = is_a_tty = pop = popall = popupto = push = FALSE;
/illumos-gate/usr/src/cmd/sunpc/other/
H A Ddos2unix.c81 #define FALSE 0 macro
82 #define TRUE ~FALSE
118 same_name = FALSE;
205 same_name = FALSE;
H A Dunix2dos.c83 #define FALSE 0 macro
84 #define TRUE ~FALSE
125 same_name = FALSE;
208 same_name = FALSE;
/illumos-gate/usr/src/cmd/listen/
H A Dnstoa.c74 #define FALSE 0; macro
94 myadr = FALSE;
/illumos-gate/usr/src/cmd/ttymon/
H A Dttymon.h29 #define FALSE 0 macro
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr.h53 #ifndef FALSE
54 #define FALSE (0) macro
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_init_finish.c53 #define FALSE 0 macro
160 foundDwarf = FALSE;
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dserengeti.h55 #ifndef FALSE
56 #define FALSE 0 macro
170 * otherwise FALSE.
173 ((((board_num) >= 0) && ((board_num) < SG_MAX_CPU_BDS)) ? TRUE: FALSE)
179 * otherwise FALSE.
183 ((board_num) < SG_MAX_BDS)) ? TRUE: FALSE)
189 * otherwise FALSE.
193 (((portid) & SG_SAFARI_ID_MASK) <= SG_MAX_CPU_SAFARI_ID)) ? TRUE: FALSE)
199 * otherwise FALSE.
203 (((portid) & SG_SAFARI_ID_MASK) <= SG_MAX_IO_SAFARI_ID)) ? TRUE: FALSE)
[all...]

Completed in 87 milliseconds

12345678