Searched refs:TRUE (Results 1 - 25 of 1220) sorted by relevance

1234567891011>>

/freebsd-current/lib/libc/riscv/softfloat/
H A Dmilieu.h46 TRUE = 1 enumerator in enum:__anon212
/freebsd-current/lib/libc/softfloat/templates/
H A Dmilieu.h46 TRUE = 1 enumerator in enum:__anon224
/freebsd-current/lib/libc/arm/softfloat/
H A Dmilieu.h47 TRUE = 1 enumerator in enum:__anon93
/freebsd-current/lib/libc/powerpc64/softfloat/
H A Dmilieu.h47 TRUE = 1 enumerator in enum:__anon192
/freebsd-current/lib/libc/powerpc/softfloat/
H A Dmilieu.h47 TRUE = 1 enumerator in enum:__anon185
/freebsd-current/lib/libc/powerpcspe/softfloat/
H A Dmilieu.h47 TRUE = 1 enumerator in enum:__anon198
/freebsd-current/contrib/unifdef/tests/
H A Dexitstat.c2 #elif TRUE
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Dasloptions.c232 BadCommandLine = TRUE;
259 * IsResponseFile - TRUE if executing a response file.
301 AslGbl_EnableReferenceTypechecking = TRUE;
322 AslGbl_DoAslConversion = TRUE;
327 AcpiGbl_CaptureComments = TRUE;
329 AcpiGbl_DebugAslConversion = TRUE;
330 AcpiGbl_DmEmitExternalOpcodes = TRUE;
331 AslGbl_DoExternalsInPlace = TRUE;
340 AslGbl_DebugFlag = TRUE;
341 AslGbl_KeepPreprocessorTempFile = TRUE;
[all...]
/freebsd-current/sys/dev/isci/
H A Dtypes.h47 #ifndef TRUE
48 #define TRUE (!FALSE) macro
/freebsd-current/sbin/rcorder/
H A Dsprite.h59 #ifndef TRUE
60 #define TRUE 1 macro
61 #endif /* TRUE */
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_l.l77 #define START_USE {in_description = TRUE;} /* list of strings including whitespace (description) */
78 #define START_PORT_GUID {in_list_of_hex_num_ranges = TRUE;} /* comma-separated list of hex num ranges */
79 #define START_PORT_NAME {in_list_of_strings = TRUE;} /* comma-separated list of following strings: ../../.. */
80 #define START_PARTITION {in_single_string = TRUE;} /* single string w/o whitespaces (partition name) */
81 #define START_NAME {in_single_string = TRUE;} /* single string w/o whitespaces (port group name) */
82 #define START_QOS_LEVEL_NAME {in_single_string = TRUE;} /* single string w/o whitespaces (qos level name in match rule) */
84 #define START_NODE_TYPE {in_node_type = TRUE;} /* comma-separated list of node types (ROUTER,CA,...) */
85 #define START_SL2VL_TABLE {in_list_of_numbers = TRUE;} /* comma-separated list of hex or dec numbers */
87 #define START_GROUP {in_list_of_strings = TRUE;} /* list of strings w/o whitespaces (group names) */
88 #define START_ACROSS {in_list_of_strings = TRUE;} /* lis
[all...]
/freebsd-current/sys/nlm/
H A Dsm_inter_xdr.c14 return (TRUE);
29 return (TRUE);
40 return (TRUE);
51 return (TRUE);
62 return (TRUE);
71 return (TRUE);
80 return (TRUE);
91 return (TRUE);
104 return (TRUE);
H A Dnlm_prot_xdr.c17 return (TRUE);
34 return (TRUE);
51 return (TRUE);
60 return (TRUE);
71 return (TRUE);
82 return (TRUE);
101 return (TRUE);
120 return (TRUE);
135 return (TRUE);
148 return (TRUE);
[all...]
/freebsd-current/lib/libc/xdr/
H A Dxdr.c90 return (TRUE);
113 return (TRUE);
116 return (TRUE);
141 return (TRUE);
144 return (TRUE);
164 return (TRUE);
183 return (TRUE);
210 return (TRUE);
213 return (TRUE);
239 return (TRUE);
[all...]
/freebsd-current/contrib/ntp/libntp/
H A Dbuftvtots.c36 return TRUE;
/freebsd-current/contrib/ncurses/panel/
H A Dp_hidden.c52 rc = (IS_LINKED(pan) ? FALSE : TRUE);
/freebsd-current/crypto/heimdal/lib/heimdal/
H A Ddllmain.c39 return TRUE;
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/rpc/
H A Dxdr.h62 xptr->xc_is_last_record = TRUE;
65 return (TRUE);
/freebsd-current/contrib/ntp/sntp/
H A Dlog.c17 msyslog_term = TRUE;
41 syslogit = TRUE;
/freebsd-current/sys/xdr/
H A Dxdr.c90 return (TRUE);
111 return (TRUE);
114 return (TRUE);
138 return (TRUE);
141 return (TRUE);
160 return (TRUE);
179 return (TRUE);
204 return (TRUE);
207 return (TRUE);
232 return (TRUE);
[all...]
/freebsd-current/contrib/dialog/
H A Ddlg_colors.h43 #define DLGC_HL_SCREEN TRUE
49 #define DLGC_HL_SHADOW TRUE
61 #define DLGC_HL_TITLE TRUE
67 #define DLGC_HL_BORDER TRUE
79 #define DLGC_HL_BUTTON_ACTIVE TRUE
91 #define DLGC_HL_BUTTON_KEY_ACTIVE TRUE
103 #define DLGC_HL_BUTTON_LABEL_ACTIVE TRUE
109 #define DLGC_HL_BUTTON_LABEL_INACTIVE TRUE
115 #define DLGC_HL_FORM_ITEM_READONLY TRUE
145 #define DLGC_HL_SEARCHBOX_TITLE TRUE
[all...]
/freebsd-current/lib/libc/rpc/
H A Dkey_prot_xdr.c52 return (TRUE);
61 return (TRUE);
70 return (TRUE);
81 return (TRUE);
94 return (TRUE);
111 return (TRUE);
127 return (TRUE);
144 return (TRUE);
157 return (TRUE);
174 return (TRUE);
[all...]
/freebsd-current/contrib/less/
H A Dpattern.h28 #define re_handles_caseless TRUE
36 #define re_handles_caseless TRUE
45 #define re_handles_caseless TRUE
/freebsd-current/sys/dev/pms/freebsd/driver/common/
H A Dostypes.h132 #ifndef TRUE
133 #define TRUE 1 macro
148 #define agTRUE TRUE
/freebsd-current/sys/contrib/dev/acpica/components/utilities/
H A Dutascii.c164 * RETURN: TRUE if signature is has 4 valid ACPI characters
187 return (TRUE);
198 * RETURN: TRUE if the character is valid, FALSE otherwise
223 return (TRUE);
229 return (TRUE);

Completed in 850 milliseconds

1234567891011>>