Home
last modified time | relevance | path

Searched refs:pExclude (Results 1 – 18 of 18) sorted by relevance

/dports/devel/fossil/fossil-src-2.17/src/
H A Dtar.c479 Glob *pExclude, /* Exclude files matching this pattern */ in tarball_of_checkin() argument
512 && !glob_match(pExclude, "manifest") in tarball_of_checkin()
517 && !glob_match(pExclude, "manifest.uuid") in tarball_of_checkin()
522 && !glob_match(pExclude, "manifest.tags") in tarball_of_checkin()
567 if( glob_match(pExclude, pFile->zName) ) continue; in tarball_of_checkin()
632 Glob *pExclude = 0; in tarball_cmd() local
639 if( zExclude ) pExclude = glob_create(zExclude); in tarball_cmd()
674 zName, pInclude, pExclude, listFlag); in tarball_cmd()
676 glob_free(pExclude); in tarball_cmd()
778 if( zExclude ) pExclude = glob_create(zExclude); in tarball_page()
[all …]
H A Dzip.c628 Glob *pExclude, /* Exclude files that match this pattern */ in zip_of_checkin() argument
666 && !glob_match(pExclude, "manifest") in zip_of_checkin()
671 && !glob_match(pExclude, "manifest.uuid") in zip_of_checkin()
676 && !glob_match(pExclude, "manifest.tags") in zip_of_checkin()
722 if( glob_match(pExclude, pFile->zName) ) continue; in zip_of_checkin()
755 Glob *pExclude = 0; in archive_cmd() local
763 if( zExclude ) pExclude = glob_create(zExclude); in archive_cmd()
798 zName, pInclude, pExclude, listFlag); in archive_cmd()
800 glob_free(pExclude); in archive_cmd()
944 if( zExclude ) pExclude = glob_create(zExclude); in baseline_zip_page()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/af/xap/xp/
H A Dxap_Dlg_ListDocuments.cpp53 AD_Document * pExclude = NULL; in _init() local
61 pExclude = pF->getCurrentDoc(); in _init()
65 m_pApp->enumerateDocuments(m_vDocs,pExclude); in _init()
H A Dxap_App.h148 std::list< AD_Document* > getDocuments( const AD_Document * pExclude = 0 ) const;
149 void enumerateDocuments(UT_Vector & v, const AD_Document * pExclude) const;
H A Dxap_App.cpp1226 XAP_App::getDocuments( const AD_Document * pExclude ) const in getDocuments()
1229 enumerateDocuments( t, pExclude ); in getDocuments()
1248 void XAP_App::enumerateDocuments(UT_Vector & v, const AD_Document * pExclude) const in enumerateDocuments()
1260 if(pD && pD != pExclude) in enumerateDocuments()
/dports/net/samba412/samba-4.12.15/source3/libsmb/
H A Dlibsmb_xattr.c725 char *pExclude; in cacl_get() local
776 if ((pExclude = strchr(name, '!')) != NULL) in cacl_get()
778 *pExclude++ = '\0'; in cacl_get()
793 pExclude != NULL; in cacl_get()
803 if (strcasecmp_m(pExclude, in cacl_get()
807 else if (strcasecmp_m(pExclude, in cacl_get()
811 else if (strcasecmp_m(pExclude, in cacl_get()
815 else if (strcasecmp_m(pExclude, in cacl_get()
819 else if (strcasecmp_m(pExclude, in cacl_get()
823 else if (strcasecmp_m(pExclude, in cacl_get()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4FindObject.h167 C4FindObjectExclude(C4Object *pExclude) in C4FindObjectExclude() argument
168 : pExclude(pExclude) { } in C4FindObjectExclude()
170 C4Object *pExclude;
H A DC4FindObject.cpp643 return pObj != pExclude; in Check()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_ffnotify.cpp217 CXFA_WidgetAcc* pExclude) { in ExecEventByDeepFirst() argument
224 pExclude ? pExclude->GetNode() : nullptr); in ExecEventByDeepFirst()
H A Dxfa_ffnotify.h57 CXFA_WidgetAcc* pExclude = nullptr);
H A Dxfa_ffdocview.cpp436 CXFA_Node* pExclude) { in ExecEventActivityByDeepFirst() argument
438 if (pFormNode == pExclude) { in ExecEventActivityByDeepFirst()
465 bRecursive, pExclude); in ExecEventActivityByDeepFirst()
/dports/games/openclonk/openclonk-release-8.1-src/src/player/
H A DC4PlayerList.h75 …int CheckColorDw(DWORD dwColor, C4Player *pExclude); // return minimum difference to the other pla…
H A DC4PlayerList.cpp116 int C4PlayerList::CheckColorDw(DWORD dwColor, C4Player *pExclude) in CheckColorDw() argument
121 for (C4Player *pPlr=First; pPlr; pPlr=pPlr->Next) if (pPlr != pExclude) in CheckColorDw()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/include/
H A Dxfa_ffdocview.h99 CXFA_Node* pExclude = nullptr);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Datrftn.cxx51 SwTextFootnote const *pExclude, in lcl_FillUsedFootnoteRefNumbers() argument
62 if ( pTextFootnote != pExclude ) in lcl_FillUsedFootnoteRefNumbers()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Datrftn.cxx54 SwTextFootnote const *pExclude, in lcl_FillUsedFootnoteRefNumbers() argument
65 if ( pTextFootnote != pExclude ) in lcl_FillUsedFootnoteRefNumbers()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxquery.cpp2852 const XQNode_t * pExclude = Excluder::From ( dSimilarNodes[i] ); in CollectRelatedNodes() local
2860 if ( pParent->m_dChildren[j]!=pExclude ) in CollectRelatedNodes()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c42236 BtCursor *pExclude, /* Ignore this cursor */
42244 if( p==pExclude ) continue;
42248 (!pExclude && iRow)
42249 || (pExclude && !pExclude->isIncrblobHandle && p->info.nKey==iRow)