Searched refs:TRUE (Results 101 - 125 of 220) sorted by relevance

123456789

/haiku/src/bin/unzip/
H A Dunshrink.c199 KwKwK = TRUE;
231 if ((error = flush(__G__ realbuf, G.outcnt, TRUE)) != 0) {
267 if ((error = flush(__G__ realbuf, G.outcnt, TRUE)) != 0) {
H A Dextract.c312 G.newzip = TRUE;
357 reached_end = TRUE; /* ...so no more left to do */
381 reached_end = TRUE; /* ...so no more left to do */
387 reached_end = TRUE; /* ...so no more left to do */
398 reached_end = TRUE;
411 reached_end = TRUE;
430 reached_end = TRUE;
443 do_this_file = TRUE;
448 do_this_file = TRUE; /* ^-- ignore case or not? */
450 fn_matched[i] = TRUE;
[all...]
H A Dglobals.c184 G.sol = TRUE; /* at start of line */
H A Dglobalsf.c180 G.sol = TRUE; /* at start of line */
H A Dbeos.c96 notfirstcall = TRUE;
122 have_dirname = TRUE;
259 r = TRUE;
403 killed_ddot = TRUE; /* set "show message" flag */
423 quote = TRUE; /* set flag for next character */
589 too_long = TRUE; /* check if extracting directory? */
612 created_dir = TRUE;
1328 retval = update_mime_info( fullname, FALSE, TRUE, TRUE );
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsutils.c221 * RETURN: TRUE if implicit return enabled, FALSE otherwise
264 return (TRUE);
277 return (TRUE);
288 * RETURN: TRUE if result is used, FALSE otherwise
309 return_UINT8 (TRUE);
321 (void) AcpiDsDoImplicitReturn (WalkState->ResultObj, WalkState, TRUE);
436 return_UINT8 (TRUE);
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompress.c646 * Return TRUE on errors so that the error will be detected later on in the
668 return TRUE;
678 return TRUE;
995 first = TRUE;
1036 first = TRUE;
1100 allzeroes = TRUE;
1111 fail = TRUE;
1173 BOOL ok = TRUE;
1738 compress = TRUE;
1763 fail = TRUE;
[all...]
H A Dacls.c325 * Return TRUE if it is valid and FALSE otherwise.
559 ok = TRUE;
610 * returns TRUE if considered safe
625 ok = TRUE;
744 acceptable = TRUE;
965 * returns TRUE if considered safe
996 ok = TRUE;
1154 done = TRUE;
1177 done = TRUE;
1231 maskfound = TRUE;
[all...]
H A Dmst.c146 return (ntfs_mst_post_read_fixup_warn(b,size,TRUE));
H A Dunistr.c120 * Compare the names @s1 and @s2 and return TRUE (1) if the names are
132 return TRUE;
134 return ntfs_ucsncmp(s1, s2, s1_len) ? FALSE: TRUE;
136 TRUE;
508 surrog = TRUE;
841 allocated = TRUE;
1488 * If @strict is TRUE, then trailing dots and spaces are forbidden.
1518 forbidden = TRUE;
1532 * If @strict is TRUE, then trailing dots and spaces are forbidden.
1575 forbidden = TRUE;
[all...]
H A Defs.c183 restart = TRUE;
336 close_ctx = TRUE;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacpixf.h236 * interpreter strictly follows the ACPI specification. Setting to TRUE
252 * is TRUE, meaning that all NonSerialized methods are scanned once at
257 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_AutoSerializeMethods, TRUE);
260 * Create the predefined _OSI method in the namespace? Default is TRUE
264 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_CreateOsiMethod, TRUE);
268 * TRUE to use the defaults, if an FADT contains incorrect widths/lengths.
270 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_UseDefaultRegisterWidths, TRUE);
274 * checksum/duplication in early stage before install. Set this to TRUE to
280 ACPI_INIT_GLOBAL (UINT8, AcpiGbl_EnableTableValidation, TRUE);
318 * Default is TRUE, favo
[all...]
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCGina24.cpp194 SetProfessionalSpdif( TRUE );
H A DCMona.cpp176 SetProfessionalSpdif( TRUE );
H A DCMonitorCtrl.cpp158 m_Mutes[wIndex] = TRUE;
276 if (TRUE == m_Mutes[wIndex])
/haiku/src/libs/mapm/
H A Dmapm_lg3.c190 while (TRUE)
H A Dmapmasn0.c131 while (TRUE)
H A Dmapmasin.c347 while (TRUE)
484 while (TRUE)
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devevent.c275 AcpiGbl_EventsInitialized = TRUE;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwesleep.c372 AcpiGbl_SystemAwakeAndRunning = TRUE;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutaddress.c305 * Warn - TRUE if warning on overlap desired
365 Pathname = AcpiNsGetNormalizedPathname (RangeInfo->RegionNode, TRUE);
H A Dutdecode.c782 * RETURN: TRUE if valid object type, FALSE otherwise
800 return (TRUE);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsload.c229 AcpiTbSetTableLoadedFlag (TableIndex, TRUE);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexoparg6.c203 * RETURN: TRUE if the match is successful, FALSE otherwise
217 BOOLEAN LogicalResult = TRUE;
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPECompressCreate.cpp97 RETURN_ON_ERROR(m_spAPECompressCore->GetBitArray()->OutputBitArray(TRUE));
150 m_spSeekTable.Assign(new uint32 [nMaxFrames], TRUE);

Completed in 152 milliseconds

123456789