Searched refs:libName (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dload.c59 Trf_LoadLibrary (interp, libName, handlePtr, symbols, num)
61 CONST char *libName;
77 Tcl_AppendResult (interp, libName, (char*) NULL);
82 length = strlen(libName);
83 strcpy(buf,libName);
90 Tcl_AppendResult (interp, libName, (char*) NULL);
115 Tcl_AppendResult (interp, libName, (char*) NULL);
H A DtrfDecls.h38 CONST char * libName, VOID ** handlePtr,
70 int (*trf_LoadLibrary) _ANSI_ARGS_((Tcl_Interp * interp, CONST char * libName, VOID ** handlePtr, char ** symbols, int num)); /* 3 */
H A Dtransform.h826 CONST char* libName,
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dicuplugimp.h30 * @param libName library name to load
36 uplug_openLibrary(const char *libName, UErrorCode *status);
H A Dicuplug.c46 char libName[UPLUG_NAME_MAX]; /**< library name */ member in struct:UPlugData
113 * @param libName libname to search for
116 static int32_t searchForLibraryName(const char *libName) { argument
120 if(!uprv_strcmp(libName, libraryList[i].name)) {
155 uplug_openLibrary(const char *libName, UErrorCode *status) { argument
161 libEntry = searchForLibraryName(libName);
174 libraryList[libEntry].lib = uprv_dl_open(libName, status);
176 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
184 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
190 uprv_strncpy(libraryList[libEntry].name,libName,UPLUG_NAME_MA
544 uplug_initErrorPlug(const char *libName, const char *sym, const char *config, const char *nameOrError, UErrorCode loadStatus, UErrorCode *status) argument
576 uplug_initPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) argument
607 uplug_loadPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status) argument
[all...]
H A Dputil.cpp2134 uprv_dl_open(const char *libName, UErrorCode *status) { argument
2137 ret = dlopen(libName, RTLD_NOW|RTLD_GLOBAL);
2140 printf("dlerror on dlopen(%s): %s\n", libName, dlerror());
2176 uprv_dl_open(const char *libName, UErrorCode *status) { argument
2205 uprv_dl_open(const char *libName, UErrorCode *status) { argument
2210 lib = LoadLibraryA(libName);
2257 uprv_dl_open(const char *libName, UErrorCode *status) { argument
H A Dputilimp.h533 U_INTERNAL void * U_EXPORT2 uprv_dl_open(const char *libName, UErrorCode *status);
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dbuildidx.tcl78 proc CreateLibIndex {libName} {
79 if {[file extension $libName] != ".tlib"} {
80 error "Package library `$libName' does not have the extension\
83 set idxName "[file root $libName].tndx"
103 error "#@packend without #@package in $libName"
122 set libFH [open $libName r]
129 error "No \"#@package:\" definitions found in $libName"
151 file stat $libName statInfo
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/concurrent-dlopen-initializers/
H A Dmain.c35 static void* work(void* libName) argument
38 void* handle = dlopen((char*)libName, 0);
/macosx-10.9.5/ICU-511.35/icuSources/tools/pkgdata/
H A Dpkgtypes.h95 * @param libName Name of the .lib, etc file
98 void pkg_sttc_writeReadme(struct UPKGOptions_ *opt, const char *libName, UErrorCode *status);
124 const char *libName; /* name for library (default: shortName) */ member in struct:UPKGOptions_
H A Dpkgdata.cpp78 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt, UBool noVersion);
365 o.libName = options[LIBNAME].value;
367 o.libName = o.shortName;
646 /* Using the base libName and version number, generate the library file names. */
647 createFileNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseExt, noVersion);
855 * Given the base libName and version numbers, generate the libary file names and store it in libFileNames.
858 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, UBool reverseExt, UBool noVersion) { argument
862 sprintf(libFileNames[LIB_FILE], "%s", libName);
866 libName);
871 libName);
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dicuplug.h350 * @param libName DLL name to load
358 uplug_loadPlugFromLibrary(const char *libName, const char *sym, const char *config, UErrorCode *status);
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/
H A Dinstall.tcl757 set libName "${package}${version_no_dots}${suffix}"
758 set libPath [file join ${prefix} bin $libName]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/
H A Dinstall.tcl757 set libName "${package}${version_no_dots}${suffix}"
758 set libPath [file join ${prefix} bin $libName]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxslt/
H A Dinstall.tcl744 set libName "${package}${version_no_dots}${suffix}"
745 set libPath [file join ${prefix} bin $libName]

Completed in 238 milliseconds