Searched refs:TRUE (Results 51 - 75 of 220) sorted by path

123456789

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPETag.h147 BOOL GetHasHeader() { return (m_nFlags & APE_TAG_FLAG_CONTAINS_HEADER) ? TRUE : FALSE; }
148 BOOL GetIsHeader() { return (m_nFlags & APE_TAG_FLAG_IS_HEADER) ? TRUE : FALSE; }
161 return bValid ? TRUE : FALSE;
197 BOOL GetIsReadOnly() { return (m_nFieldFlags & TAG_FIELD_FLAG_READ_ONLY) ? TRUE : FALSE; }
198 BOOL GetIsUTF8Text() { return ((m_nFieldFlags & TAG_FIELD_FLAG_DATA_TYPE_MASK) == TAG_FIELD_FLAG_DATA_TYPE_TEXT_UTF8) ? TRUE : FALSE; }
221 CAPETag(CIO * pIO, BOOL bAnalyze = TRUE);
222 CAPETag(const str_utf16 * pFilename, BOOL bAnalyze = TRUE);
233 virtual int Remove(BOOL bUpdate = TRUE);
H A DGlobalFunctions.cpp39 return TRUE;
78 return TRUE;
88 bFound = TRUE;
96 CSmartPtr<char> spANSI(GetANSIFromUTF16(pFilename), TRUE);
106 return TRUE;
H A DMACLib.cpp73 pAPEInfo = new CAPEInfo(&nErrorCode, APELink.GetImageFilename(), new CAPETag(pFilename, TRUE));
H A DMACLib.h366 virtual int UnlockBuffer(int nBytesAdded, BOOL bProcess = TRUE) = 0;
H A DMACProgressHelper.cpp13 m_bUseCallback = TRUE;
H A DMACProgressHelper.h21 void UpdateProgressComplete() { UpdateProgress(m_nTotalSteps, TRUE); }
23 int ProcessKillFlag(BOOL bSleep = TRUE);
H A DSmartPtr.h25 m_bDelete = TRUE;
28 CSmartPtr(TYPE * a_pObject, BOOL a_bArray = FALSE, BOOL a_bDelete = TRUE) argument
30 m_bDelete = TRUE;
40 void Assign(TYPE * a_pObject, BOOL a_bArray = FALSE, BOOL a_bDelete = TRUE) argument
H A DStdLibFileIO.cpp130 m_bReadOnly = TRUE; // ReadOnly
147 m_bReadOnly = TRUE;
H A DWAVInputSource.cpp86 m_bIsValid = TRUE;
120 m_bIsValid = TRUE;
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.h21 status_t Pause(bool doBlock = TRUE, bigtime_t timeout = 0);
/haiku/src/add-ons/translators/jpeg/
H A Dbe_jdatadst.cpp89 * reset the pointer & count to the start of the buffer, and return TRUE
118 return TRUE;
H A Dbe_jdatasrc.cpp80 src->start_of_file = TRUE;
89 * reset the pointer & count to the start of the buffer, and return TRUE
139 return TRUE;
/haiku/src/bin/bfs_tools/lib/
H A Dmakefile91 # if TRUE symbols will be created
92 SYMBOLS = TRUE
95 # if TRUE will allow application to be run from
/haiku/src/bin/unzip/
H A Dapi.c222 return TRUE;
300 G.process_all_files = TRUE;
346 G.extract_flag = TRUE;
391 return TRUE;
442 Returns: TRUE if a match is found
510 compare = TRUE;
520 if (compare == TRUE) {
521 retcode = TRUE;
553 G.fValidate = TRUE;
556 Wiz_NoPrinting(TRUE);
[all...]
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 );
H A Dcrypt.c403 GLOBAL(pInfo->encrypted) = TRUE;
413 GLOBAL(nopwd) = TRUE; /* inhibit password prompting! */
447 GLOBAL(nopwd) = TRUE; /* inhibit any further PW prompt! */
H A Dcryptf.c406 GLOBAL(pInfo->encrypted) = TRUE;
416 GLOBAL(nopwd) = TRUE; /* inhibit password prompting! */
450 GLOBAL(nopwd) = TRUE; /* inhibit any further PW prompt! */
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 Dfileio.c957 G.didCRlast = TRUE;
1309 ((Uz_Globs *)pG)->sol = TRUE;
1324 islinefeed = TRUE;
1338 islinefeed = TRUE;
1352 ((Uz_Globs *)pG)->sol = TRUE;
1486 ((Uz_Globs *)pG)->sol = TRUE;
2090 pause = TRUE;
H A Dglobals.c184 G.sol = TRUE; /* at start of line */
H A Dglobalsf.c180 G.sol = TRUE; /* at start of line */
H A Dlist.c213 do_this_file = TRUE;
476 static int fn_is_dir(__G) /* returns TRUE if G.filename is directory */
566 do_this_file = TRUE;
H A Dmatch.c14 expression), returning TRUE if a match is found or FALSE if not. This
47 returns TRUE if string matches pattern, FALSE otherwise. In the pattern:
303 return TRUE;
H A Dprocess.c590 maybe_exe = TRUE; /* find unzip, not unzip.zip; etc. */
668 G.no_ecrec = TRUE; /* assume we found wrong file: e.g., */
700 too_weird_to_continue = TRUE;
712 too_weird_to_continue = TRUE;
918 found = TRUE;
948 found = TRUE;
978 found = TRUE;
1149 G.pInfo->vollabel = TRUE;
1343 have_new_type_eb = TRUE;
1487 have_new_type_eb = TRUE;
[all...]
H A Dtimezone.c494 real_timezone_is_set = TRUE;
617 /* return TRUE when DST is active at given time */

Completed in 157 milliseconds

123456789