Searched refs:dllext (Results 1 – 2 of 2) sorted by relevance
799 const char *dllext, in def_import() argument804 const char *ext = dllext ? dllext : "dll"; in def_import()
1102 def_import (const char *app_name, const char *module, const char *dllext, in def_import() argument1118 if (dllext != NULL) in def_import()1120 buf = (char *) alloca (strlen (module) + strlen (dllext) + 2); in def_import()1121 sprintf (buf, "%s.%s", module, dllext); in def_import()