HomeSort by relevance Sort by last modified time
    Searched defs:FALSE (Results 1 - 25 of 200) sorted by null

1 2 3 4 5 6 7 8

  /onnv/onnv-gate/usr/src/cmd/oamuser/user/
isbusy.c 39 #define FALSE 0
61 return (FALSE);
  /onnv/onnv-gate/usr/src/lib/libvolmgt/common/
volmgt_private.h 43 #define FALSE 0
  /onnv/onnv-gate/usr/src/lib/libeti/menu/common/
show.c 52 (void) copywin(Sub(m), us, 0, 0, 0, 0, r-1, c-1, FALSE);
  /onnv/onnv-gate/usr/src/cmd/getent/
getent.h 37 #define FALSE 0
  /onnv/onnv-gate/usr/src/cmd/lvm/metassist/common/
volume_dlist.h 62 #ifndef FALSE
63 #define FALSE B_FALSE
247 * in the list or FALSE otherwise.
  /onnv/onnv-gate/usr/src/cmd/mdb/intel/kmdb/
kmdb_fault_isadep.c 89 print_stack(get_fp(), FALSE); /* show sym names */
  /onnv/onnv-gate/usr/src/cmd/zic/
private.h 67 #ifndef FALSE
68 #define FALSE 0
69 #endif /* !defined FALSE */
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/rpc/
types.h 40 #ifndef FALSE
41 # define FALSE (0)
  /onnv/onnv-gate/usr/src/lib/libmail/common/
setup_exec.c 37 #define FALSE 0
46 int ignorespace = FALSE;
55 stop = FALSE;
56 while (*q && (stop == FALSE)) {
65 FALSE : TRUE);
71 (ignorespace == FALSE)) {
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
zfs_debug.h 39 #ifndef FALSE
40 #define FALSE 0
  /onnv/onnv-gate/usr/src/cmd/audio/include/
libaudio.h 58 #ifndef FALSE
59 #define FALSE (0)
  /onnv/onnv-gate/usr/src/cmd/auditreduce/
auditr.h 79 #define FALSE 0
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
restrict.c 48 #define FALSE 0
77 if (restricted_user == FALSE)
wu_fnmatch.c 39 #define FALSE 0
56 boolean ok = FALSE;
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/common/
gen.h 46 #define FALSE 0
  /onnv/onnv-gate/usr/src/cmd/lp/include/
users.h 50 #define FALSE 0
  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/kmdb/
kmdb_fault_isadep.c 111 print_stack(get_fp(), FALSE); /* show sym names */
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
crcmodel.h 119 #define FALSE 0
  /onnv/onnv-gate/usr/src/cmd/sh/
mac.h 32 #define FALSE 0
  /onnv/onnv-gate/usr/src/common/devid/
devid_impl.h 40 #ifndef FALSE
41 #define FALSE 0
42 #endif /* FALSE */
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
ttyslot.c 50 #define FALSE 0
60 int console = FALSE;
  /onnv/onnv-gate/usr/src/lib/pkcs11/include/
cryptoki.h 61 * pkcs11t.h defines TRUE and FALSE in a way that upsets lint
68 #ifndef FALSE
69 #define FALSE 0
70 #endif /* FALSE */
  /onnv/onnv-gate/usr/src/lib/libfru/libfruraw/
crcmodel.h 118 #define FALSE 0
  /onnv/onnv-gate/usr/src/cmd/bnu/
sysfiles.h 38 #define FALSE 0
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/qualifier/
QualifierBoolean.java 33 * The symbolic values for true and false can be set in two ways during
35 * Java Boolean.TRUE and Boolean.FALSE are used. Alternatively a pair of
37 * and the second false.
47 * False value.
53 * of true and false.
56 this(Boolean.TRUE.toString(), Boolean.FALSE.toString());
61 * of true and false.
66 * False value.
86 * Get the string representing false.
89 * False value
    [all...]

Completed in 4569 milliseconds

1 2 3 4 5 6 7 8