Searched defs:fac (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp2582 ComPtr<IAdditionsFacility> fac = collFac[index]; local
2583 if (fac)
2585 CHECK_ERROR_RET(fac, COMGETTER(Name)(guestString.asOutParam()), rc);
2588 CHECK_ERROR_RET(fac, COMGETTER(Status)(&curStatus), rc);
2589 CHECK_ERROR_RET(fac, COMGETTER(LastUpdated)(&lLastUpdatedMS), rc);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c17066 #define FACET_RESTR_FIXED_ERR(fac) \
17069 WXS_BASIC_CAST fac, fac->node, \
17720 xmlSchemaFacetPtr fac; local
17722 for (fac = type->facets; fac != NULL; fac = fac->next) {
17723 switch (fac->type) {

Completed in 145 milliseconds