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

1 2 3 4 5 6 7 8 9

  /onnv/onnv-gate/usr/src/cmd/oamuser/user/
isbusy.c 37 #ifndef TRUE
38 #define TRUE 1
59 return (TRUE);
  /onnv/onnv-gate/usr/src/lib/libvolmgt/common/
volmgt_private.h 41 #ifndef TRUE
42 #define TRUE 1
  /onnv/onnv-gate/usr/src/cmd/getent/
getent.h 36 #define TRUE 1
  /onnv/onnv-gate/usr/src/cmd/fmli/wish/
wdwlist.c 77 ar_current(menline_to_ar(line), TRUE); /* abs k15 */
  /onnv/onnv-gate/usr/src/cmd/lvm/metassist/common/
volume_dlist.h 58 #ifndef TRUE
59 #define TRUE B_TRUE
83 * append item to list. If atend is true, the item is
189 * the comparison function. if ascending is true, the list will
246 * dlist_contains() returns TRUE if the object is already
  /onnv/onnv-gate/usr/src/cmd/zic/
private.h 63 #ifndef TRUE
64 #define TRUE 1
65 #endif /* !defined TRUE */
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/rpc/
types.h 44 #ifndef TRUE
45 # define TRUE (1)
  /onnv/onnv-gate/usr/src/lib/libmail/common/
setup_exec.c 36 #define TRUE 1
64 ignorespace = ((ignorespace == TRUE) ?
65 FALSE : TRUE);
72 stop = TRUE;
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
zfs_debug.h 35 #ifndef TRUE
36 #define TRUE 1
  /onnv/onnv-gate/usr/src/uts/common/sys/
rlioctl.h 36 #ifndef TRUE
37 #define TRUE 1
  /onnv/onnv-gate/usr/src/cmd/audio/include/
libaudio.h 55 #ifndef TRUE
56 #define TRUE (1)
  /onnv/onnv-gate/usr/src/cmd/auditreduce/
auditr.h 78 #define TRUE 1
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
restrict.c 46 #ifndef TRUE
47 #define TRUE 1
wu_fnmatch.c 40 #define TRUE 1
82 ok = TRUE;
85 ok = TRUE;
88 ok = TRUE;
98 while (TRUE) {
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/common/
gen.h 47 #define TRUE 1
  /onnv/onnv-gate/usr/src/cmd/lp/include/
users.h 49 #define TRUE 1
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
crcmodel.h 73 * p_cm->cm_refin = TRUE;
74 * p_cm->cm_refot = TRUE;
118 #ifndef TRUE
120 #define TRUE 1
  /onnv/onnv-gate/usr/src/cmd/sh/
mac.h 31 #define TRUE (-1)
  /onnv/onnv-gate/usr/src/common/devid/
devid_impl.h 36 #ifndef TRUE
37 #define TRUE 1
38 #endif /* TRUE */
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
ttyslot.c 48 #ifndef TRUE
49 #define TRUE 1
77 console = TRUE;
  /onnv/onnv-gate/usr/src/lib/pkcs11/include/
cryptoki.h 61 * pkcs11t.h defines TRUE and FALSE in a way that upsets lint
65 #ifndef TRUE
66 #define TRUE 1
67 #endif /* TRUE */
  /onnv/onnv-gate/usr/src/lib/libfru/libfruraw/
crcmodel.h 72 * p_cm->cm_refin = TRUE;
73 * p_cm->cm_refot = TRUE;
117 #ifndef TRUE
119 #define TRUE 1
  /onnv/onnv-gate/usr/src/cmd/bnu/
sysfiles.h 37 #define TRUE 1
  /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
36 * Strings can be passed to the constructor, the first representing true
42 * True value.
53 * of true and false.
56 this(Boolean.TRUE.toString(), Boolean.FALSE.toString());
61 * of true and false.
64 * True value.
76 * Get the string representing true.
79 * True value
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/kwarn/
kwarnd_send.c 49 #define TRUE 1

Completed in 9388 milliseconds

1 2 3 4 5 6 7 8 9