Home
last modified time | relevance | path

Searched refs:DLL_LEN (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/netinet/libalias/
HDalias_mod.h97 #define DLL_LEN 32 macro
99 char name[DLL_LEN]; /* Name of module. */
HDalias_mod.c256 if (!strncmp(b->name, p->name, DLL_LEN)) in attach_dll()
272 if (!strncmp(b->name, p, DLL_LEN)) { in detach_dll()
HDalias.c1699 strncpy(t->name, p->name, DLL_LEN); in LibAliasLoadModule()