Searched refs:TRUE (Results 76 - 100 of 1510) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/amd/amq/
H A Damq_xdr.c57 return (TRUE);
123 return (TRUE);
136 return (TRUE);
172 return (TRUE);
187 return (TRUE);
202 return (TRUE);
230 return (TRUE);
240 return (TRUE);
256 return (TRUE);
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dinputbox.c63 keypad(dialog, TRUE);
86 print_autowrap(dialog, prompt, height-1, width-2, width, 1, 2, TRUE, FALSE);
100 print_button(dialog, " OK ", y, x, TRUE);
132 print_button(dialog, "Cancel", y, x+14, TRUE);
138 print_button(dialog, " OK ", y, x, TRUE);
143 print_button(dialog, " OK ", y, x, TRUE);
155 print_button(dialog, " OK ", y, x, TRUE);
161 print_button(dialog, "Cancel", y, x+14, TRUE);
167 print_button(dialog, " OK ", y, x, TRUE);
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dmain.c80 Fake = TRUE;
82 Restarting = TRUE;
84 RunningAsInit = TRUE;
91 RunningAsInit = TRUE;
186 dispatch_load_file_int(TRUE);
216 dmenuOpen(&MenuInitial, &choice, &scroll, &curr, &max, TRUE);
/freebsd-9.3-release/sys/dev/ixgb/
H A Dixgb_ee.c290 * TRUE: EEPROM data pin is high before timeout.
313 return (TRUE);
332 * TRUE: Checksum is valid
345 return (TRUE);
467 * TRUE: if eeprom read is successful
500 return(TRUE);
511 * TRUE: eeprom signature was good and the eeprom read was successful
522 return (TRUE);
542 (ixgb_check_and_get_eeprom_data (hw) == TRUE)) {
567 if (ixgb_check_and_get_eeprom_data (hw) == TRUE) {
[all...]
/freebsd-9.3-release/usr.bin/make/
H A Dshell.c203 brk_string(&aa, spec, TRUE);
228 *fullSpec = TRUE;
232 *fullSpec = TRUE;
236 *fullSpec = TRUE;
240 *fullSpec = TRUE;
244 *fullSpec = TRUE;
248 *fullSpec = TRUE;
252 *fullSpec = TRUE;
256 *fullSpec = TRUE;
259 brk_string(&sh->builtins, eq, TRUE);
[all...]
/freebsd-9.3-release/contrib/amd/libamu/
H A Dxdr_func.c97 return (TRUE);
115 return (TRUE);
133 return (TRUE);
151 return (TRUE);
169 return (TRUE);
193 return (TRUE);
208 return (TRUE);
232 return (TRUE);
253 return (TRUE);
268 return (TRUE);
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldmain.c101 bfd_boolean add_needed = TRUE;
103 /* TRUE if we should demangle symbol names. */
246 config.build_constructors = TRUE;
250 config.make_executable = TRUE;
251 config.magic_demand_paged = TRUE;
252 config.text_read_only = TRUE;
254 command_line.warn_mismatch = TRUE;
255 command_line.warn_search_mismatch = TRUE;
256 command_line.check_section_addresses = TRUE;
265 link_info.allow_undefined_version = TRUE;
[all...]
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfty_ipv4.c47 | Return Values : TRUE - field is valid
68 || d3 > 255 || d4 > 255) ? FALSE : TRUE);
79 | Return Values : TRUE - character is valid
85 return ((isdigit(UChar(c)) || (c == '.')) ? TRUE : FALSE);
H A Dfld_page.c71 | Return Values : TRUE - field starts a new page
79 returnBool((Normalize_Field(field)->status & _NEWPAGE) ? TRUE : FALSE);
H A Dfld_stat.c68 | Return Values : TRUE - buffer has been changed
76 returnBool((Normalize_Field(field)->status & _CHANGED) ? TRUE : FALSE);
/freebsd-9.3-release/contrib/ncurses/menu/
H A Dm_item_val.c71 item->value = value ? TRUE : FALSE;
94 | Return Values : TRUE - if item is selected
101 returnBool((Normalize_Item(item)->value) ? TRUE : FALSE);
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_delwin.c49 bool result = TRUE;
56 result = TRUE;
H A Dlib_dft_fgbg.c65 SP->_has_sgr_39_49 = (tigetflag("AX") == TRUE);
70 SP->_default_color = TRUE;
H A Dlib_nl.c56 SP->_nl = TRUE;
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dname_match.c94 for (code = TRUE; *s != '\0'; code = FALSE, s++) {
97 found = TRUE;
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm.h47 #ifndef TRUE
48 #define TRUE 1 macro
/freebsd-9.3-release/sys/rpc/
H A Dtypes.h59 #ifndef TRUE
60 # define TRUE (1) macro
/freebsd-9.3-release/tools/test/testfloat/
H A Dtestfloat.c44 stop = TRUE;
167 errorStop = TRUE;
171 forever = TRUE;
175 checkNaNs = TRUE;
209 functionArgument = TRUE;
214 functionArgument = TRUE;
219 functionArgument = TRUE;
241 functionArgument = TRUE;
/freebsd-9.3-release/usr.sbin/sade/
H A Dmain.c72 Fake = TRUE;
76 Restarting = TRUE;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcpu-alpha.c52 N (64, 64, 0, "alpha", TRUE, NN(0));
H A Dpe-x86_64.c29 #define PCRELOFFSET TRUE
H A Dpei-x86_64.c30 #define PCRELOFFSET TRUE
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_md5.c48 ret->ignore = TRUE;
56 ret->ignore = TRUE;
69 ret->ignore = TRUE;
80 ret->allowNotifications = TRUE;
/freebsd-9.3-release/lib/libc/xdr/
H A Dxdr_array.c78 bool_t stat = TRUE;
100 return (TRUE);
110 return (TRUE);
162 return(TRUE);
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dtypes.h44 #define true TRUE

Completed in 148 milliseconds

1234567891011>>