Searched refs:FALSE (Results 101 - 125 of 1955) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-sparc.c66 /* This works because partial_inplace is FALSE. */
180 HOWTO(R_SPARC_NONE, 0,0, 0,FALSE,0,complain_overflow_dont, bfd_elf_generic_reloc, "R_SPARC_NONE", FALSE,0,0x00000000,TRUE),
181 HOWTO(R_SPARC_8, 0,0, 8,FALSE,0,complain_overflow_bitfield,bfd_elf_generic_reloc, "R_SPARC_8", FALSE,0,0x000000ff,TRUE),
182 HOWTO(R_SPARC_16, 0,1,16,FALSE,0,complain_overflow_bitfield,bfd_elf_generic_reloc, "R_SPARC_16", FALSE,0,0x0000ffff,TRUE),
183 HOWTO(R_SPARC_32, 0,2,32,FALSE,0,complain_overflow_bitfield,bfd_elf_generic_reloc, "R_SPARC_32", FALSE,0,0xffffffff,TRUE),
184 HOWTO(R_SPARC_DISP8, 0,0, 8,TRUE, 0,complain_overflow_signed, bfd_elf_generic_reloc, "R_SPARC_DISP8", FALSE,
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dmerge.c98 FALSE, { NULL }, FALSE },
101 FALSE, { NULL }, FALSE },
104 FALSE, { NULL }, TRUE },
110 FALSE, { NULL }, FALSE },
115 FALSE, { NULL }, FALSE },
119 FALSE, { NUL
[all...]
/freebsd-11-stable/contrib/ncurses/form/
H A Dfty_int.c160 | FALSE - field is invalid
173 bool result = FALSE;
184 bool blank = FALSE;
198 result = FALSE;
208 result = FALSE;
232 result = FALSE;
254 | FALSE - character is invalid
259 return ((isDigit(UChar(c)) || (c == '-')) ? TRUE : FALSE);
H A Dfty_ipv4.c48 | FALSE - field is invalid
68 || d3 > 255 || d4 > 255) ? FALSE : TRUE);
80 | FALSE - character is invalid
85 return ((isdigit(UChar(c)) || (c == '.')) ? TRUE : FALSE);
H A Dfld_page.c72 | FALSE - field doesn't start a new page
79 returnBool((Normalize_Field(field)->status & _NEWPAGE) ? TRUE : FALSE);
H A Dfld_stat.c69 | FALSE - buffer has not been changed
76 returnBool((Normalize_Field(field)->status & _CHANGED) ? TRUE : FALSE);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dcleanup.c55 local_abspath, FALSE, scratch_pool));
142 FALSE /* get_all */,
143 FALSE /* no_ignore */,
144 FALSE /* ignore_text_mods */,
185 NULL /* ### config */, FALSE, FALSE,
/freebsd-11-stable/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_server.c65 objp->ok = FALSE;
72 return(FALSE);
73 if (objp->ok == FALSE)
76 objp->ok = FALSE;
79 return(FALSE);
91 result.ok = FALSE;
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dextrace.c196 return (FALSE);
218 return (FALSE);
224 return (FALSE);
338 BOOLEAN Enabled = FALSE;
419 ACPI_TRACE_POINT (ACPI_TRACE_AML_METHOD, FALSE,
504 ACPI_TRACE_POINT (ACPI_TRACE_AML_OPCODE, FALSE,
H A Dexoparg6.c203 * RETURN: TRUE if the match is successful, FALSE otherwise
248 return (FALSE);
261 return (FALSE);
275 return (FALSE);
288 return (FALSE);
302 return (FALSE);
310 return (FALSE);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz_info.c57 return FALSE;
63 return FALSE;
139 return FALSE;
160 return FALSE;
165 svn_boolean_t combine_user_rights = FALSE;
166 svn_boolean_t access = FALSE;
/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_item_val.c71 item->value = value ? TRUE : FALSE;
95 | FALSE - if item is not selected
101 returnBool((Normalize_Item(item)->value) ? TRUE : FALSE);
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtransform.c46 bool trim = FALSE;
55 trim = FALSE;
/freebsd-11-stable/contrib/bmake/lst.lib/
H A DlstNext.c81 if ((LstValid (l) == FALSE) ||
82 (list->isOpen == FALSE)) {
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm.h51 #ifndef FALSE
52 #define FALSE 0 macro
/freebsd-11-stable/lib/libc/rpc/
H A Dpmap_prot2.c73 * case FALSE: struct {};
78 * interpreted as ``more data follows me''; if FALSE then nothing
112 return (FALSE);
124 return (FALSE);
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dostypes.h135 #define FALSE 0 macro
150 #define agFALSE FALSE
/freebsd-11-stable/sys/rpc/
H A Dtypes.h56 #ifndef FALSE
57 # define FALSE (0) macro
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutinit.c297 AcpiGbl_AllGpesInitialized = FALSE;
321 AcpiGbl_GlobalLockAcquired = FALSE;
323 AcpiGbl_GlobalLockPresent = FALSE;
328 AcpiGbl_CmSingleStep = FALSE;
329 AcpiGbl_Shutdown = FALSE;
340 AcpiGbl_EventsInitialized = FALSE;
367 AcpiGbl_DisplayFinalMemStats = FALSE;
368 AcpiGbl_DisableMemTracking = FALSE;
H A Dutascii.c183 return (FALSE);
198 * RETURN: TRUE if the character is valid, FALSE otherwise
226 return (FALSE);
/freebsd-11-stable/sys/contrib/edk2/Include/Library/
H A DDebugLib.h161 PcdDebugProperyMask is set. Otherwise, FALSE is returned.
164 @retval FALSE The DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit of PcdDebugProperyMask is clear.
178 PcdDebugProperyMask is set. Otherwise, FALSE is returned.
181 @retval FALSE The DEBUG_PROPERTY_DEBUG_PRINT_ENABLED bit of PcdDebugProperyMask is clear.
195 PcdDebugProperyMask is set. Otherwise, FALSE is returned.
198 @retval FALSE The DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit of PcdDebugProperyMask is clear.
212 PcdDebugProperyMask is set. Otherwise, FALSE is returned.
215 @retval FALSE The DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED bit of PcdDebugProperyMask is clear.
230 @retval FALSE Current ErrorLevel is not supported.
243 expression that evaluated to FALSE
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacconfig.h197 #define ACPI_CHECKSUM_ABORT FALSE
216 #define ACPI_REDUCED_HARDWARE FALSE
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_debug.h37 #ifndef FALSE
38 #define FALSE 0 macro
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_flash.c67 res = CallDriver_1(SP_PARM, doBeepOrFlash, FALSE);
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_lists.h109 #include "ntp_types.h" /* TRUE and FALSE */
123 #define MAYBE_Z_LISTS(p) do { } while (FALSE)
132 } while (FALSE)
144 } while (FALSE)
168 } while (FALSE)
177 } while (FALSE)
205 } while (FALSE)
222 } while (FALSE)
244 #define CHECK_FIFO_CONSISTENCY(anchor) do { } while (FALSE)
279 } while (FALSE)
[all...]

Completed in 209 milliseconds

1234567891011>>