Home
last modified time | relevance | path

Searched refs:nver (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lua/src/
H A Dloadlib.c301 const char *nver = lua_pushfstring(L, "%s%s", envname, LUA_VERSUFFIX); in setpath() local
302 const char *path = getenv(nver); /* try versioned name */ in setpath()
/freebsd/sys/kern/
H A Dkern_linker.c1657 int nver; in linker_preload() local
1754 nver = ((const struct mod_version *) in linker_preload()
1757 nver) != NULL) { in linker_preload()
1767 modlist_newmodule(modname, nver, lf); in linker_preload()