Searched defs:FALSE (Results 76 - 100 of 185) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c110 # define FALSE 0 macro
134 int tostdout = FALSE; /* non-status stuff goes to stdout? */
425 if (tostdout == FALSE)
435 if (tostdout == FALSE)
443 if (tostdout == FALSE)
561 * represents the printer's state. If readline() returns FALSE,
609 int senteof = FALSE;
726 return(FALSE);
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tsol_separator.c51 #ifndef FALSE
52 #define FALSE 0 macro
347 return (FALSE);
350 return (FALSE);
400 ArgNoPageLabels = ArgReverse = FALSE;
/illumos-gate/usr/src/cmd/cron/
H A Delm.c67 #define FALSE 0 macro
256 n->isdummy = FALSE;
/illumos-gate/usr/src/cmd/plimit/
H A Dplimit.c49 #define FALSE 0 macro
54 static int kbytes = FALSE;
55 static int mbytes = FALSE;
94 int set = FALSE;
109 mbytes = FALSE;
112 kbytes = FALSE;
329 set_current[which] = FALSE;
338 set_maximum[which] = FALSE;
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h76 #define FALSE B_FALSE macro
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c56 #define FALSE 0 macro
212 return(FALSE);
470 first = FALSE;
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c62 #define FALSE 0 macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c65 #define FALSE 0 macro
216 return (FALSE);
H A Dsyslog.c91 #ifndef FALSE
92 #define FALSE 0 macro
123 FALSE, /* check for validity of fd for log */
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Dptrace.c62 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/users/
H A Dusers.c85 #ifndef FALSE
86 #define FALSE 0 macro
213 errorflg = FALSE;
431 * function returns TRUE. Otherwise it returns FALSE.
438 * FALSE otherwise
450 found = FALSE;
547 found = FALSE;
671 g_seen = FALSE;
672 l_seen = FALSE;
673 errflg = FALSE;
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script_impl.h37 #define FALSE 0 macro
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c48 #define FALSE 0 macro
179 create = FALSE;
184 mode = FALSE;
309 (void) getaline(FALSE); /* then don't skip */
313 while (getaline(FALSE) != NULL) {
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c41 #define FALSE 0 macro
87 * add_parent -- add a parent node. Returns TRUE or FALSE.
134 return (FALSE);
177 return (FALSE);
/illumos-gate/usr/src/cmd/acct/
H A Dacctdef.h62 #define FALSE 0 macro
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket_impl.h63 enum { FALSE, TRUE }; enumerator in enum:__anon4432
/illumos-gate/usr/src/uts/common/io/pci-ide/
H A Dpci-ide.c79 #ifndef FALSE
80 #define FALSE 0 macro
936 pri_native = (class_code & PCI_IDE_IF_NATIVE_PRI) ? TRUE : FALSE;
937 sec_native = (class_code & PCI_IDE_IF_NATIVE_SEC) ? TRUE : FALSE;
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_impl.h60 #ifndef FALSE
61 #define FALSE 0 macro
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_ofs_common.h120 #define FALSE 0 macro
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c65 * FALSE Boolean FALSE
76 #ifndef FALSE
77 #define FALSE 0 macro
245 errflag = FALSE;
305 found = FALSE;
415 rtncd = FALSE;
424 done = FALSE;
561 noerror = FALSE;
706 noerror = FALSE;
[all...]
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h83 #define FALSE false macro
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c53 #ifndef FALSE
54 #define FALSE 0 macro
55 #endif /* !defined FALSE */
267 show(argv[i], now, FALSE);
279 warned = FALSE;
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h64 * FALSE in the module API. Thus we don't define these if we're building the
69 #define FALSE B_FALSE macro
/illumos-gate/usr/src/uts/common/io/igb/
H A De1000_osdep.h76 #define FALSE false macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h121 #ifndef FALSE
122 #define FALSE 0 macro

Completed in 101 milliseconds

12345678