Searched refs:FALSE (Results 201 - 225 of 1949) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcoff-tic54x.c141 return FALSE;
176 HOWTO (R_RELWORD,0,1,16,FALSE,0,complain_overflow_dont,
177 tic54x_relocation,"REL16",FALSE,0xFFFF,0xFFFF,FALSE),
180 HOWTO (R_PARTLS7,0,1,7,FALSE,0,complain_overflow_dont,
181 tic54x_relocation,"LS7",FALSE,0x007F,0x007F,FALSE),
185 HOWTO (R_PARTMS9,7,1,9,FALSE,0,complain_overflow_dont,
186 tic54x_relocation,"MS9",FALSE,0x01FF,0x01FF,FALSE),
[all...]
H A Dcompress.c53 return FALSE;
58 return FALSE;
95 return FALSE;
110 return FALSE;
179 return FALSE;
185 return FALSE;
193 return FALSE;
200 return FALSE;
228 return FALSE;
242 return FALSE;
[all...]
H A Dcpu-h8500.c43 return FALSE;
H A Dcpu-w65.c39 return FALSE;
H A Dcpu-z8k.c40 { 32, 16, 8, bfd_arch_z8k, bfd_mach_z8002, "z8k", "z8002", 1, FALSE,
H A Delf32-arc.c64 FALSE, /* PC_relative. */
72 FALSE), /* PCrel_offset. */
79 FALSE, /* PC_relative. */
87 FALSE), /* PCrel_offset. */
94 FALSE, /* PC_relative. */
102 FALSE), /* PCrel_offset. */
117 FALSE), /* PCrel_offset. */
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Drdcoff.c162 FALSE);
188 pauxent, FALSE, dhandle);
195 0, n - 1, FALSE);
265 ret = debug_make_int_type (dhandle, 1, FALSE);
270 ret = debug_make_int_type (dhandle, 2, FALSE);
276 ret = debug_make_int_type (dhandle, 4, FALSE);
281 ret = debug_make_int_type (dhandle, 4, FALSE);
331 set_basic = FALSE;
336 ret = debug_make_struct_type (dhandle, FALSE, 0, (debug_field *) NULL);
344 set_basic = FALSE;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcoff-tic54x.c141 return FALSE;
176 HOWTO (R_RELWORD,0,1,16,FALSE,0,complain_overflow_dont,
177 tic54x_relocation,"REL16",FALSE,0xFFFF,0xFFFF,FALSE),
180 HOWTO (R_PARTLS7,0,1,7,FALSE,0,complain_overflow_dont,
181 tic54x_relocation,"LS7",FALSE,0x007F,0x007F,FALSE),
185 HOWTO (R_PARTMS9,7,1,9,FALSE,0,complain_overflow_dont,
186 tic54x_relocation,"MS9",FALSE,0x01FF,0x01FF,FALSE),
[all...]
H A Dcpu-h8500.c43 return FALSE;
H A Dcpu-w65.c39 return FALSE;
H A Dcpu-z8k.c40 { 32, 16, 8, bfd_arch_z8k, bfd_mach_z8002, "z8k", "z8002", 1, FALSE,
H A Delf32-arc.c64 FALSE, /* PC_relative. */
72 FALSE), /* PCrel_offset. */
79 FALSE, /* PC_relative. */
87 FALSE), /* PCrel_offset. */
94 FALSE, /* PC_relative. */
102 FALSE), /* PCrel_offset. */
117 FALSE), /* PCrel_offset. */
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/
H A Dos.c26 static BOOL bInit = FALSE;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/
H A Dos.c26 static BOOL bInit = FALSE;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp658.C8 #ifndef FALSE
9 #define FALSE false macro
56 _destructed(FALSE)
60 _destructed(FALSE)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp658.C8 #ifndef FALSE
9 #define FALSE false macro
50 _destructed(FALSE)
54 _destructed(FALSE)
/netbsd-6-1-5-RELEASE/sys/arch/macppc/macppc/
H A Dinterrupts.c77 return FALSE;
87 return FALSE;
90 return FALSE;
96 return FALSE;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libgroff/
H A Dquotearg.c50 #undef FALSE macro
52 #define FALSE 0 macro
63 return FALSE;
82 * in which case, return `FALSE'.
85 return FALSE;
/netbsd-6-1-5-RELEASE/games/adventure/
H A Dwizard.c96 return (FALSE);
110 return (FALSE);
119 return (FALSE);
124 return (FALSE);
/netbsd-6-1-5-RELEASE/games/hangman/
H A Dplaygame.c56 *bp++ = FALSE;
/netbsd-6-1-5-RELEASE/usr.bin/make/lst.lib/
H A DlstClose.c82 list->isOpen = FALSE;
H A DlstEnQueue.c72 if (LstValid (l) == FALSE) {
H A DlstOpen.c78 if (LstValid (l) == FALSE) {
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/disassembler/
H A Ddmutils.c237 return FALSE;
255 return FALSE;
262 return FALSE;
276 return (FALSE);
/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Dwarmstart.c82 return FALSE;
87 if (structproc(&xdrs, list) == FALSE) {
90 return (FALSE);
120 if (structproc(&xdrs, list) == FALSE) {
130 return FALSE;
153 if (ok1 == FALSE)
158 if (ok2 == FALSE) {

Completed in 266 milliseconds

1234567891011>>