Searched refs:UtilityBase (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/amiga/
H A Dexpat_lib.c113 struct Library *UtilityBase = 0; variable in typeref:struct:Library
142 UtilityBase = OpenLibrary("utility.library", 51);
143 if ( UtilityBase != 0 ) {
144 IUtility = (struct UtilityIFace*)GetInterface(UtilityBase, "main", 1, NULL);
149 CloseLibrary(UtilityBase);
222 CloseLibrary(UtilityBase);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/amiga/
H A Dexpat_lib.c113 struct Library *UtilityBase = 0; variable in typeref:struct:Library
142 UtilityBase = OpenLibrary("utility.library", 51);
143 if ( UtilityBase != 0 ) {
144 IUtility = (struct UtilityIFace*)GetInterface(UtilityBase, "main", 1, NULL);
149 CloseLibrary(UtilityBase);
222 CloseLibrary(UtilityBase);

Completed in 37 milliseconds